JohnDTampaBay
Programmer
I have a DTS package that is scheduled to run on the 2nd of each month. The main package runs several other packages to FTP, import, and transform data into SQL Server. This process has run successfully for 3 months until now.
The scheduled job's history shows the job failed immediately on execution with this error:
No one else is accessing the files. The individual packages run fine and the master package runs fine. Only the scheduled job fails. I have deleted and recreated the scheduled job, but the job still fails.
I'm at a loss. Any ideas?
--Angel
-----------------------------------
Every time I lose my mind, I wonder
if it's really worth finding.
The scheduled job's history shows the job failed immediately on execution with this error:
Code:
The process could not be created for step 1 of job 0xFF0E3FB18319084AAA175C46A331C40B (reason: Overlapped I/O operation is in progress).
I'm at a loss. Any ideas?
--Angel
-----------------------------------
Every time I lose my mind, I wonder
if it's really worth finding.