flower73 wrote:
2005-09-15 09:32:29,783 DEBUG (BatcherImpl.java:223) - values IDENTITY_VAL_LOCAL()
2005-09-15 09:32:29,783 DEBUG (BatcherImpl.java:227) - preparing statement
2005-09-15 09:32:29,787 DEBUG (JDBCExceptionReporter.java:36) - SQL Exception
java.sql.SQLException: [BEA][DB2 JDBC Driver][DB2]UNACCEPTABLE SQL STATEMENT
The statement that causes the problem is therefore
Code:
values IDENTITY_VAL_LOCAL()
Do you know where this can be coming from? It looks to me as if some autoincrement feature of your database should be used, but something is not configured properly. I know too little about DB2 (you're apparently using) to give you a better hint.
Erik