Hello Team,
I am working on migrating data from a ORACLE database to a SQL Server database. Details below:
Oracle version : 11g (11.0.2.x)
SQL server : SQL Server 2008 R2 SP2 EE
Oracle driver used with tool : Oracle provider for OLEDB
SQL driver: SQL Server native Client 10.0.
I am creating a package using the tool by selecting a set of tables (about 140) and when trying to execute the package, the package is giving error as below. Note that data moved for some of the selected tables but missing for the others.
Below is an error I am getting when package is executed:
Messages
Error 0xc0202009: Data Flow Task 18: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005 Description: "Unspecified error".
(SQL Server Import and Export Wizard)
Error 0xc0209029: Data Flow Task 18: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Destination Input" (301)" failed because error code 0xC020907B occurred, and the error row disposition on "input "Destination Input" (301)" 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.
(SQL Server Import and Export Wizard)
Error 0xc0047022: Data Flow Task 18: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Destination 89 - TBL_AssetTypeDesc" (288) failed with error code 0xC0209029 while processing input "Destination Input" (301). 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.
(SQL Server Import and Export Wizard)
From the error I am able hardly find what the table involved with the error but not exactly the root cause.
Also when verified, from mappings and preview - everything seems to be correct.
Any inputs will be greatly helpful.
Thanks much in advance for your help.
Nitchal B