Question

I have a FTP task in my SSIS package which deletes files from FTP location. But the issue is that if the file(s) or directory is not available on the server, the task gets failed.

Is there any way that I can fix this issue?

Was it helpful?

Solution

That is the expected behavior. The task should fail and then you should do something detecting the failure. This logic can be executed on the task failure event or by drawing the red arrow to some error handling logic from the FTP task.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top