Hello.
I try to run the following simple query in MSDE2000:
DECLARE @RC int
EXEC @RC = master..xp_cmdshell 'dir *.txt'
When I connect as 'sa', it's runs OK. But, if I connect as a different user (db owner), the following error message appears:
Msg 50001, Level 1, State 50001
xpsql.cpp: Error 997 from GetProxyAccount on line 472
Any comments welcome!
(I'm a beginner, so please be patient .)
I try to run the following simple query in MSDE2000:
DECLARE @RC int
EXEC @RC = master..xp_cmdshell 'dir *.txt'
When I connect as 'sa', it's runs OK. But, if I connect as a different user (db owner), the following error message appears:
Msg 50001, Level 1, State 50001
xpsql.cpp: Error 997 from GetProxyAccount on line 472
Any comments welcome!
(I'm a beginner, so please be patient .)