Im trying to process differences in customers with MDM
it started ok
'22' 'Customer' record(s) inserted in staging
but after that it is not so OK, whrere should I start fixing this?
SIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80004005 Description: "Invalid character value for cast specification.".
There was an error with Dest.Inputs[OLE DB Destination Input].Columns[ACCOUNTBALANCE] on Dest.Inputs[OLE DB Destination Input]. The column status returned was: "Conversion failed because the data value overflowed the specified type.".
SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "Dest.Inputs[OLE DB Destination Input]" failed because error code 0xC020907A occurred, and the error row disposition on "Dest.Inputs[OLE DB Destination Input]" 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 Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Dest" (1) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (14). 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.