all groups > sql server dts > october 2006 >
You're in the

sql server dts

group:

DTS Package executes manually, errors when scheduled


DTS Package executes manually, errors when scheduled Noeuphoria
10/9/2006 5:29:02 PM
sql server dts:
I have a very simple DTS package that takes the results of a query and
exports them to a .csv file (on the same computer that is running SQL
server). I can manually execute this package easily, and it works each time.
However, if I schedule it, it always fails on the 1st step (there is only 1
step - execute the package). This is the error:

The process could not be created for step 1 of job
0x963FC27F17F02448B3072D4B0B8AD5C8 (reason: The system cannot find the file
specified). The step failed.

Re: DTS Package executes manually, errors when scheduled Ken
10/10/2006 6:41:22 PM

The DTS package is run locally on your machine when you run it manually
and not on the server. When the scheduled job executes it it is on the
server..
AddThis Social Bookmark Button