SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual523730-004
17-51
SQL 20210
Where object-name is the name of the object to recover.
Cause. RECOVER found multiple entries for the current table or index that needs to
be recovered and cannot determine which operation to recover.
Effect. The operation fails.
Recovery. Select the lock name from the DDL_LOCKS metadata table to determine
which operation to recover and resubmit.
SQL 20211
Where lock-name identifies the name of the operation to recover.
Cause. A DDL_LOCKS lock name was specified but not found, possibly because
the wrong name was specified.
Effect. The operation fails.
Recovery. Specify the correct name and resubmit.
SQL 20212
Where lock-name identifies the name of the operation to recover.
Cause. You attempted to recover an operation that is still running.
Effect. The operation fails.
Recovery. Determine the operation that is currently running, wait until it completes,
and then resubmit.
SQL 20213
Cause. An unknown error occurred while recovering a utility operation.
Effect. The operation fails.
Recovery. None. Contact your service provider.
20210 A DDL_LOCKS name must be specified for object-name.
20211 Specified DDL_LOCKS name lock-name is not found.
20212 Utility process is still running for DDL_LOCKS name
lock-name.
20213 An internal error occurred during RECOVER.