Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 xp cmdshell

Author  Topic 

jdoering
Starting Member

32 Posts

Posted - 2002-09-13 : 08:52:23
I am receiving the following error in SQL Server 2000 when running a DTS package from a stored procedure.

xpsql.cpp: Error 997 from GetProxyAccount on line 472

Any help would be greatly appreciated.
Julie

jdoering
Starting Member

32 Posts

Posted - 2002-09-13 : 09:19:26
I figured it out. I needed to add the same user that I was logging to the server as to the Master database on that server. Then I had to allow my user on the Mastser database permissions to excecute xp_cmdshell.

Go to Top of Page
   

- Advertisement -