hi experts,
I'm using SSIS 2005 SP2
My simple package has a ForEach Loop container which reads the names of all .bak files in the folder. This works.
The next taks is a Script Task - this just pops-up the name of the file being processed - this works as well.
** The FTP Task successfully connects to the FTP server and while it runs, the destination folder even shows the name of the .bak that is being sent sample.bak 0kb size is zero
The FTP task eventually fails with error "The operation timed out" or sometimes I get "The connection with the server was reset"
I have tried increasing the number of Retries to no avail.
?? How do you go about troubleshooting the time-out error in FTP Task?
Thanks, John
I'm using SSIS 2005 SP2
My simple package has a ForEach Loop container which reads the names of all .bak files in the folder. This works.
The next taks is a Script Task - this just pops-up the name of the file being processed - this works as well.
** The FTP Task successfully connects to the FTP server and while it runs, the destination folder even shows the name of the .bak that is being sent sample.bak 0kb size is zero
The FTP task eventually fails with error "The operation timed out" or sometimes I get "The connection with the server was reset"
I have tried increasing the number of Retries to no avail.
?? How do you go about troubleshooting the time-out error in FTP Task?
Thanks, John