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)
 scheduling the package

Author  Topic 

manu
Starting Member

41 Posts

Posted - 2006-02-20 : 05:14:59
Hi,

we are running a callcenter in india.

we need to import data tables (with data) from sybase to sql server on daily basis.

i have made a package in sql import/export wizard and

using system DSN (for importing from sybase), i can import my data.

when ever i right click the package and click execute package, the data is imported successfully.

but when i schedule the same package, i get the error.

on right clicking and viewing the job history, it shows that dsn name not found.

Pls help me in scheduling the package.


Munish Gupta

mwjdavidson
Aged Yak Warrior

735 Posts

Posted - 2006-02-20 : 05:40:23
When you right-click and execute, it will run on your machine. When you schedule the package, it runs on the server. In this instance, the DSN you've created will not be accessible as it presumably exists on your workstation's hard disk.

Mark
Go to Top of Page
   

- Advertisement -