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

I am importing data from DB2 to SQL2008 through SSIS while extracting data, I am getting below errors:

[OLE DB Source [923]] Error: There was an error with output column "NODE" (965) on output "OLE DB Source Output" (933). The column status returned was: "The value could not be converted because of a potential loss of data.".

[OLE DB Source [923]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "output column "NODE" (965)" failed because error code 0xC0209072 occurred, and the error row disposition on "output column "NODE" (965)" 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 failur


=========below are the data types=====
sourec:DB2 data type:NODE(VARCHAR(64))
destination:sql data type: NODE(VARCHAR(64))

PLS HELP !!!!!!!!!!
Posted
Comments
PIEBALDconsult 7-Feb-15 11:14am    
I don't see how those two types would have a problem, so I wonder whether or not there's something else going on.
Rohit Lal 7-Feb-15 12:23pm    
Pls help
PIEBALDconsult 7-Feb-15 12:37pm    
If I had access to a DB2 system I might be able to experinment, but I don't.
Rohit Lal 7-Feb-15 12:22pm    
Pls help in it
Rohit Lal 7-Feb-15 12:50pm    
What could b the reason

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