IIS-CONN-DB2-00481W When the Table action is Create or Replace, the connector uses a temporary table to perform environment and schema reconciliation. An error occurred creating the temporary table Table name. Verify that another table with the same name does not already exist.

Explanation

The temporary table Table name could not be created. When the Table action is Create or Replace, the Db2 connector uses a temporary table to perform environment and schema reconciliation. The temporary table Table name could not be created.

The Db2 connector uses the temporary table for performing environment reconciliation and schema reconciliation, but the connector could not create the specified temporary table. This warning message will be followed by an error message that describes the CREATE TABLE statement that failed.

User response

Do one of the following actions:
  • Verify that the specified table already exists in the database.
  • Review the subsequent error message to determine why the table could not be created.