I am updating a table in dashdb on Bluemix and receiving an error which indicates a possible db issue. Is there a way to look at the db logs for additional information?
The errors I get are:
com.ibm.db2.jcc.am.BatchUpdateException: [jcc][t4][102][10040][4.23.42] 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 40506]
com.ibm.db2.jcc.am.SqlTransactionRollbackException: Error for batch element #1: **The current transaction was rolled back because of error "-911".. SQLCODE=-1476, SQLSTATE=40506,** DRIVER=4.23.42;
[SQLSTATE null] com.ibm.db2.jcc.am.SqlException: [jcc][103][10843][4.23.42] Non-recoverable chain-breaking exception occurred during batch processing.
The batch is terminated non-atomically. ERRORCODE=-4225, SQLSTATE=null