Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am trying to transffer data from a DB2(source) table to Sql(destination) table.
While execute the task I am getting below errors:-

Error# 1
[OLE DB Source [1525]] Error: There was an error with output column "ABC" (1545) on output "OLE DB Source Output" (1535). The column status returned was: "The value could not be converted because of a potential loss of data.".

Error# 2
[OLE DB Source [1525]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "output column "ABC" (1545)" failed because error code 0xC0209072 occurred, and the error row disposition on "output column "ABC" (1545)" 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# 3
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OLE DB Source" (1525) returned error code 0xC0209029. 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.

Sorce and destination both have Varchar (12)


Pleas help !!!!!!!!!!!
Posted
Comments
CHill60 10-Feb-15 9:24am    
Deal with Error #1 first (the others might go away). How is the output column "ABC" defined on the DB2 table and how is it defined on the target SQL table?
ZurdoDev 10-Feb-15 9:26am    
As CHill60 said, fix error 1 first. It says something will be truncated.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900