dbTalk Databases Forums  

DTS fails connecting to remote server

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS fails connecting to remote server in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bil Click
 
Posts: n/a

Default DTS fails connecting to remote server - 09-17-2004 , 04:11 PM






We have two W2K servers in Workgroup mode running SQL 2K. We use xp_cmdshell
with /E switch to run DTS packages locally on each server.
I have a new DTS package that deletes table rows on the other server, then
copies local rows to remote table.

The DTS package will execute directly & delete/add rows. But it gets error
running xp_cmdshell from a stored procedure:

'Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'

I have tried:
exec master..xp_cmdshell 'dtsrun /Sncid03 /Ncopy_control /E'
and
exec master..xp_cmdshell 'dtsrun /Sncid03 /Ncopy_control /Usa /Ppassword'

Thanks -

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.