Hello All,
I am in middle of a DB migration (Oracle –DB2) , OS-AIX . Trying to import JAVA stack to the target DB2 system after dual stack splitting of a BW 7.0 system .
.Can some body please give me some hints to resolve the below issue.
==================================================================================
Resuming previous execution
Trying to delete from table BC_SLD_ASSINST
BC_SLD_ASSINST deleted
Importing data into table BC_SLD_ASSINST
Rows to insert: 229380
Executing batch. Rows inserted : 5000, lob size : 5000
Importing table BC_SLD_ASSINST : 2% complete (5000 rows)
Executing batch. Rows inserted : 5000, lob size : 5000
DB Error during import of BC_SLD_ASSINST
Database access error: [jcc][t4][102][10040][3.65.77] 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=-4229, SQLSTATE=null (SQLState: null, ErrorCode: -4229)
Database access error: Error for batch element #1: [jcc][t4][2030][11211][3.65.77] A communication error occurred during operations on the connection's underlying socket, socket input stream,
or socket output stream. Error location: Reply.fill() - insufficient data (-1). Message: Insufficient data. ERRORCODE=-4499, SQLSTATE=08001 (SQLState: 08001, ErrorCode: -4499)
Database access error: [jcc][103][10843][3.65.77] Non-recoverable chain-breaking exception occurred during batch processing. The batch is terminated non-atomically. ERRORCODE=-4225, SQLSTATE=null (SQLState: null, ErrorCode: -4225)
DB Error:
Database access error: [jcc][t4][10335][10366][3.65.77] Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003 (SQLState: 08003, ErrorCode: -4470)
==========================================================
Kali Prasad