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)
 Problem while scheduling DTS Packages

Author  Topic 

chetan06
Starting Member

11 Posts

Posted - 2007-03-29 : 02:23:15
Hi Group.
Currently i am facing problem while scheduling DTS Packages.
I have tried to schedule a simple DTS Package (which takes the data from SQL and exports them into dat file) with one step.

It is giving me one error :
The process could not be created for step 1 of job 0x9BA1F2542C6097459C8D0F9CF82F9838 (reason: The system cannot find the file specified). The step failed.

The path where i am exporting these records is properly named.

When i execute this dts package, it is running properly.

Regards,
Chetan

Lumbago
Norsk Yak Master

3271 Posts

Posted - 2007-03-29 : 03:36:45
Did you try dtsrun? Create a new job step with the following operating system command:

dtsrun /S databasename /E /N dtspackagename

I belive the /E means integrated security. Look up "dtsrun" in books online and you'll find all you need...

--
Lumbago
"Real programmers don't document, if it was hard to write it should be hard to understand"
Go to Top of Page

chetan06
Starting Member

11 Posts

Posted - 2007-03-29 : 04:00:58
No success with this solution..
Still getting the same error

Cjain
Go to Top of Page
   

- Advertisement -