fmardani
Programmer
- Jul 24, 2003
- 152
Hi,
I have created a stored procedure on a sql server machine which calls master..xp_cmdshell
This xp handles a file and places it on the network in a folder.
When I log into the query analyser as windows user, this sp runs fine
But when I log in as a user that I created, it fails with the following message:
Msg 50001, Level 1, State 50001
xpsql.cpp: Error 997 from GetProxyAccount on line 472
I have compared the two users and they seem to have similar permissions.
Any suggestions please?
Thanks
I have created a stored procedure on a sql server machine which calls master..xp_cmdshell
This xp handles a file and places it on the network in a folder.
When I log into the query analyser as windows user, this sp runs fine
But when I log in as a user that I created, it fails with the following message:
Msg 50001, Level 1, State 50001
xpsql.cpp: Error 997 from GetProxyAccount on line 472
I have compared the two users and they seem to have similar permissions.
Any suggestions please?
Thanks