Hi All
I can't resolve this ,maybe you can ???
Step one :
create a stored proc in the master db as sa :
code]
Create procedure dbatest
as
eXEC master..xp_cmdshell '"dir /B *.*"'
GO
[/code]
Step 2 : create a testuser
grant the testuser exec on the stored proc
step 3
login as testuser and execute this
then i get error message :
Msg 50001, Level 1, State 50001
xpsql.cpp: Error 997 from GetProxyAccount on line 472
what is wrong ?