Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS 2014 Flat File Source - Redirect Row - Crashes

$
0
0

Hi, I have an SSIS package written in Visual Studio 2013, to be run on SSIS2014. I am attempting to parse a flat text file. If any of the columns are truncated or cannot be casted to the corresponding data type, I want to redirect these rows to a Script Component and then dump the data into a SQL Server table.

When I debug this package, the redirect rows step is hanging. I see the yellow spinning icon and nothing happens. Down in the status bar, it says that the "Package execution completed", but it didn't. There aren't any errors in the Progress tab.

Do you know why the "Redirect Row" is freezing? I have placed breakpoints in the "Set Error Description" script component and they are not being hit. So, it looks like the "Redirect Row" has crashed/raised an exception.

When I load this package into SSIS 2014, and run from the server, it crashes.

Thanks for your help.


Viewing all articles
Browse latest Browse all 24688