I am trying to run the following command from T-SQL and received an error. Can anyone tell me what this error means?
EXEC master..xp_cmdshell 'dtsrun /S SERVERNAME /N PKGNAME'
Error:
Msg 50001, Level 1, State 50001
xpsql.cpp: Error 87 from GetProxyAccount on line 604
Thanks
EXEC master..xp_cmdshell 'dtsrun /S SERVERNAME /N PKGNAME'
Error:
Msg 50001, Level 1, State 50001
xpsql.cpp: Error 87 from GetProxyAccount on line 604
Thanks