I have a simple DTS package that takes data from SQL Server 2000 using a sql select statement and copies it to a .csv file on a mapped drive to another ftp server. I can open the job and it runs fine, but when I try to schedule it, it keeps failing. I am getting the following errors below. It says it can't find the path specified, but it can find it when it is run and not scheduled
Executed as user: WDB03\SYSTEM. DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: Copy Data from Results to H:\cr.csv Step DTSRun OnError: Copy Data from Results to H:\cr.csv Step, Error = -2147467259 (80004005) Error string: Error opening datafile: The system cannot find the path specified. Error source: Microsoft Data Transformation Services Flat File Rowset Provider Help file: DTSFFile.hlp Help context: 0 Error Detail Records: Error: 3 (3); Provider Error: 3 (3) Error string: Error opening datafile: The system cannot find the path specified. Error source: Microsoft Data Transformation Services Flat File Rowset Provider Help file: DTSFFile.hlp Help context: 0 DTSRun OnFinish: Copy Data from Results to H:\cr.csv Step DTSRun: Package execution complete. Process Exit Code 1. The step failed.
Executed as user: WDB03\SYSTEM. DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: Copy Data from Results to H:\cr.csv Step DTSRun OnError: Copy Data from Results to H:\cr.csv Step, Error = -2147467259 (80004005) Error string: Error opening datafile: The system cannot find the path specified. Error source: Microsoft Data Transformation Services Flat File Rowset Provider Help file: DTSFFile.hlp Help context: 0 Error Detail Records: Error: 3 (3); Provider Error: 3 (3) Error string: Error opening datafile: The system cannot find the path specified. Error source: Microsoft Data Transformation Services Flat File Rowset Provider Help file: DTSFFile.hlp Help context: 0 DTSRun OnFinish: Copy Data from Results to H:\cr.csv Step DTSRun: Package execution complete. Process Exit Code 1. The step failed.