Hi All,
I have used other ETL tools before and nothing as frustrating as SSIS. This i sjust a simple package that i'm trying to run (created by a different user). In the simple package both the source and destination are sql server databases. I'm using the NATIVE CLIENT in the connection manager. The package loads data from 8 tables and all the laods are done fine except on one table. I'm getting the following error messages.
[OLE DB Destination [664]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E21.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80040E21 Description: "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.".
[OLE DB Destination [664]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "OLE DB Destination Input" (677)" failed because error code 0xC020907B occurred, and the error row disposition on "input "OLE DB Destination Input" (677)" 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.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE DB Destination" (664) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (677). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
Can the guru's please help me or point me in some direction as to what is happening , for this table i'm using a derived column operator to convert the data from D_STR to D_TEXT , In the expression of the derived column operator i'm using (DT_NTEXT)(COLUMNNAME), also i created a flat file to capture the bad records if any instead none of the rows are passed into the flat file. Its just a simple data load and shouldnt give a problem. i hope we use Oracle producuts.