SQL Error: -443, SQLState: 38111 when accessing table metadata on DB2 zOS
Posted
by snowflake
on Server Fault
See other posts from Server Fault
or by snowflake
Published on 2010-05-06T13:22:02Z
Indexed on
2010/05/06
13:28 UTC
Read the original article
Hit count: 779
Hello,
I'm getting following error when using Hibernate in a Java application over my DB2 database. This error occurs with one DB2 database and not with another (I'm almost sure the problem is in DB2 server side configuration), and I didn't found the difference between the two databases.
The SQL error -443 is missing from the documentation I found: http:// rikipedia.co.za/index.php/DB2_SQL_Error_Codes (one link maximum per question due to reputation)
According to following link, the 111 part of the sql state 38111 would indicate the reason of the failure. http://www.sqlerror.de/db2_sql_error_-443_sqlstate_42724.html
Any idea ?
INFO [SchemaValidator] fetching database metadata WARN [JDBCExceptionReporter] SQL Error: -443, SQLState: 38111 ERROR [JDBCExceptionReporter] DB2 SQL error: SQLCODE: -443, SQLSTATE: 38111, SQLERRMC: SQLTABLES;SQLTABLES;-204 MYDB.SYSTABLES
© Server Fault or respective owner