Hi,
Anyone can help me.
I'm trying load data to DB2. The column and table was created in DB2 but the data not insert to DB2.
There is the error : Batch failure. The batch was submitted, but at least one exception occurred on an individual member of the batch.
Use getNextException() to retrieve the exceptions for specific batched elements. ERRORCODE=-4228, SQLSTATE=null
Before load, i used tLogRow to show the data. But there is no problem.
Thank you.