ODBC Source Editor (Error Output Page)
Use the Error Output page of the ODBC Source Editor dialog box to select error handling options.
To learn more about the ODBC source, see CDC Source.
Task List
To open the ODBC Source Editor Error Output Page
In SQL Server Data Tools, open the SQL Server 2014 Integration Services (SSIS) package that has the ODBC source.
On the Data Flow tab, double-click the ODBC source.
In the ODBC Source Editor, click Error Output.
Options
Input/Output
View the name of the data source.
Column
Not used.
Error
Select how the ODBC source should handle errors in a flow: ignore the failure, redirect the row, or fail the component.
Truncation
Select how the ODBC source should handle truncation in a flow: ignore the failure, redirect the row, or fail the component.
Description
Not used.
Set this value to selected cells
Select how the ODBC source handles all selected cells when an error or truncation occurs: ignore the failure, redirect the row, or fail the component.
Apply
Apply the error handling options to the selected cells.
Error Handling Options
You use the following options to configure how the ODBC source handles errors and truncations.
Fail Component
The Data Flow task fails when an error or a truncation occurs. This is the default behavior.
Ignore Failure
The error or the truncation is ignored.
Redirect Flow
The row that is causing the error or the truncation is directed to the error output of the ODBC source. For more information, see ODBC Source.
See Also
ODBC Source Editor (Connection Manager Page)
ODBC Source Editor (Columns Page)