Consider the following scenario:
- In Microsoft SQL Server 2008, you use the Microsoft ADO.NET Connection Manager and the Oracle Client data provider to create a new SQL Server 2008 Integration Services (SSIS) package.
- You add a data flow to the SSIS package.
- You add an ADO.NET data source to the data flow.
- You add an SQL command to the package. The SQL command queries a table in an Oracle database.
- You run the SSIS package.
In this scenario, you may receive an error message that resembles the following:
SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "name" (1)" failed because error code 0x80004002 occurred, and the error row disposition on "output column "column" (103)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.