Morning,
I have a DTS job that appears to be failing on an FTP transfer task (see below). It is one of two DTS jobs that run overnight, both of which download files from an FTP site. The smaller DTS job/File(2MB) completes sucessfully however tha larger(32MB) does not.
I suppose the two jobs could be in contention with one another however there should be more than adequate resource across the network. Both jobs have also been completing without fail for several months prior to this time.
Is there a default connection timeout on an FTP DTS Task?
Any suggestion would be most welcome.
Many Thanks,
John
I have a DTS job that appears to be failing on an FTP transfer task (see below). It is one of two DTS jobs that run overnight, both of which download files from an FTP site. The smaller DTS job/File(2MB) completes sucessfully however tha larger(32MB) does not.
I suppose the two jobs could be in contention with one another however there should be more than adequate resource across the network. Both jobs have also been completing without fail for several months prior to this time.
Is there a default connection timeout on an FTP DTS Task?
Any suggestion would be most welcome.
Many Thanks,
John
Code:
Executed as user: CBIPROD01\SYSTEM. DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: DTSStep_DTSActiveScriptTask_1 DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1 DTSRun OnStart: DTSStep_DTSFTPTask_1 DTSRun OnError: DTSStep_DTSFTPTask_1, Error = -2147220488 (800403F8) Error string: One or more files could not be transferred. Error source: File Transfer Protocol Task Help file: Help context: 0 Error Detail Records: Error: 0 (0); Provider Error: 0 (0) Error string: One or more files could not be transferred. Error source: File Transfer Protocol Task Help file: Help context: 0 DTSRun OnFinish: DTSStep_DTSFTPTask_1 DTSRun: Package execution complete. Process Exit Code 1. The step failed.