Previous Topic: -126 - NO MORE WORK SPACENext Topic: -128 - LUW ABORTED


-127 - sql-object-name NOT FOUND

Reason:

An attempt was made to DROP an SQL object that does not exist. The definition of the SQL object identified in the message text cannot be found.

The SQLSTATE that equates to this SQL return code is 42704.

Action:

Correct the SQL name in the DROP statement and try again.