I need to get the column name for the error rows in a Data Flow Task. I have looked at this:
bennyaustin.wordpress.com/2011/02/04/ssis-name-of-errorcolumn/
which requires this: dfld.codeplex com
which requires "Fully qualified path of SSIS Package in File System.".
Our packages aren't deployed to the file system. They are deployed to the Integration Services Catalog/SSISDB.
What is the recommended method for retrieving the column name when a row is redirected due to an error?
Thanks for your help,
Suzanne