# DB2 SQL error: SQLCODE: -443

After upgrading a server to DB2 Universal Database (DB2 UDB) Version 8.1 FixPak 10 (also known as Version 8.2 FixPak 3), there was an SQL0443N error when invoking a DB2 Call Level Interface (CLI) catalog function (such as SQLTables(), SQLColumns(), or SQLStatistics()).

```html
http://www-1.ibm.com/support/docview.wss?uid=swg21215626
```

As documented in the FixPak Readme file for DB2 Version 8.1 FixPak 10, bind the db2schema.bnd file against each database, as follows:

At a command prompt:

```sh
db2 terminate
db2 connect to <database-name>
db2 bind <path>/db2schema.bnd blocking all grant public sqlerror continue
db2 terminate
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tomorrowx.com/cap/troubleshooting/db2-sql-error-sqlcode-443.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
