August 10, 2011 at 4:04 am
I am trying to ftp a file using ftp task and I got the error message below:
SSIS package "FTPCPA.dtsx" starting.
Error: 0xC001602A at FTPCPA, Connection manager "FTP Connection Manager": An error occurred in the requested FTP operation. Detailed error description: 200 Type set to I.
501 Server cannot accept argument.
.
Error: 0xC002918B at FTP Task, FTP Task: Unable to send files using "FTP Connection Manager".
Task failed: FTP Task
Warning: 0x80019002 at FTPCPA: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
SSIS package "FTPCPA.dtsx" finished: Failure.
The program '[5980] FTPCPA.dtsx: DTS' has exited with code 0 (0x0).
How can i fix this problem?
Regards.
November 10, 2016 at 9:42 am
I know this post is old but I ran into the same error. I had to hit the box to use passive mode since I was using variables as the FTP path.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply