Consider the following scenario in Host Integration Server 2009:
- You use Microsoft OLE DB Provider for DB2 or Microsoft OLE DB Provider for DB2 2.0.
- You import DB2 data of the TIMESTAMP data type into Microsoft SQL Server by using SQL Server Integration Services (SSIS) or by using the SQL Server Import and Export Wizard.
In this scenario, the import operation fails. Then, you receive error messages that resemble the following:
[Destination Destination Name] Error: 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: "The fractional part of the provided time value overflows the scale of the corresponding SQL Server parameter or column. Increase bScale in DBPARAMBINDINFO or column scale to correct this error." [Destination - Destination Name] Error: There was an error with input column "column name" (57) on input "Destination Input" (44). The column status returned was: "Conversion failed because the data value overflowed the specified type." [Destination - Destination Name] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Destination Input" (44)" failed because error code 0xC020907A occurred, and the error row disposition on "input "Destination Input" (44)" 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.