Revolving around the core of technology
Document ID: | 746 |
---|---|
Subject: | Problems getting DB2 catalog information after applying 8.1 fixpack 10 or higher |
Creation date: | 7/29/09 11:22 AM |
Last modified on: | 7/29/09 11:23 AM |
[DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows,
UNIX, and Linux]An error occurred executing function or procedure
SYSIBM.SQLTABLES with the following parameters: (TABLES). Refer to the
joblog for more information regarding the detected error.
SYSIBM:CLI:-805
With the IBM DB2 CLI driver the error is:
[IBM][CLI Driver][DB2/NT] SQL0443N Routine "SYSIBM.SQLTABLES"
(specific name "TABLES") has returned an error SQLSTATE with diagnostic
text "SYSIBM:CLI:-805". SQLSTATE=38553
You can resolve this issue by opening a DB2 command prompt and executing the following:
db2 terminate
db2 connect to <database-name>
db2 bind /db2schema.bnd blocking all grant public sqlerror continue
db2 terminate
Do you have a helpful tip related to this document that you'd like to share with other users?