I am connecting to an Access 2007 database using an OLEDB source and the MS Office 12.9 Access Database Engine provider. I have to perform a data conversion on many fields to DT_STR or DT_TEXT because they are coming in as Unicode data types. I then am writing the data to a SQL Server 2008 table using a OLEDB destination. There are no errors or warnings on any of the components, but when I run the SSIS package, I get the following error messages:
Error: 0xC0202009 at Data Flow Task, OLE DB Destination [2055]: 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.".
Error: 0xC0209029 at Data Flow Task, OLE DB Destination [2055]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "OLE DB Destination Input" (2068)" failed because error code 0xC020907B occurred, and the error row disposition on "input "OLE DB Destination Input" (2068)" 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.
Error: 0xC0047022 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE DB Destination" (2055) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (2068). 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.
Error: 0xC02020C4 at Data Flow Task, OLE DB Source [35]: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OLE DB Source" (35) returned error code 0xC02020C4. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
Can someone please assist me?
Thank you,
~Greg