Search code examples
ssissql-server-2012-datatools

How to Take Error Exit Path on Data Flow Task in SSIS Data Tools


I'm downloading CSV files using FTP and I loop through them to import into a MS SQL staging table. What I want to do is move successfully imported files into an archive folder and move failed files into a failed folder.

My problem is that I can't find a way to have a red error/failure arrow coming out of my Data Flow Task, and inside the Data Flow task, where I can see the red arrow coming out of the OLE DB task, I can't find a way to have a File System Task!

Am I missing something obvious?

Data Flow Task

enter image description here


Solution

  • Just grab a green arrow coming out, connect it to the next step and then right-click on the green arrow and change it to Failure.