ADB3001E An error occurred while processing the object_name object in the statement type of stmt_type. Object does not exist.

Explanation

When validating the syntax of the generated SQL statements for consistency, Db2 Admin Tool found an error with a statement of the type listed. The statement references an object that does not exist.

Start of changeIf the object existed in the catalog but was dropped by one of the SQL statements in the DDL, the message also includes the following text: End of change

Start of change
Object was dropped and not recreated.
End of change

Start of changeIf this drop was implicit, this message text includes the word implicitly, as follows:End of change

Start of change
Object was implicitly dropped and not recreated.
End of change
object_name
The type and name of the object in the statement.
stmt_type
The type of SQL statement, such as ALTER.

System action

After the validate report is generated, processing stops with return code 8.

User response

If you are validating a work statement list (WSL), correct the SQL statement in the WSL and re-validate the WSL. If you are comparing objects with Db2 Object Comparison Tool, correct the SQL statement in the DDL source and re-generate the compare job.