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
 Import/Export (DTS) and Replication (2000)
 DTS packages not executing

Author  Topic 

profdr
Starting Member

6 Posts

Posted - 2006-08-18 : 11:36:06
I'm new working with DTS.
Why do I get error
[ODBC SQL Server Driver][DBNETLIB]ConnectionOpen(Connect())

when I try to execute the DTS package on the server25 from a remote server.
However when I run this DTS packages locally it runs fine.
Can anybody explain?
Also how could I run it from a remote server?

Thanks-
Prof

nr
SQLTeam MVY

12543 Posts

Posted - 2006-08-18 : 11:41:00
>> execute the DTS package on the server25 from a remote server
What do you mean by that - how are you trying to execute it?

It's saying it's getting a connection error so is probably something to do with the way you are running it.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

profdr
Starting Member

6 Posts

Posted - 2006-08-18 : 13:10:16
Hi, thanks fo replying.

I mean that I'm trying to execute this DTS package on the db which is lying on a different server (called 'server25') from my machine.
See on my machine, I go to the enterpise mngr opens this db lying on server25 which has DTS package and tries to execute it. This is the error I get. But when I log into the server and execute the DTS from there it works.
Now why is this hapenning. Please help me. I have to make this thing work. what do you suggest?
Thanks
Prof
Go to Top of Page
   

- Advertisement -