SQL/MP Messages Manual
SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual—427720-006
3-95
SQL 1627
Cause. The collector name used in the REPORT clause was invalid because it did not
specify a valid EMS collector. If a DEFINE was specified, it must be of type CLASS
MAP.
Effect. The statement fails.
Recovery. Specify a valid EMS collector name and reissue the statement.
SQL 1628
Cause. For long-running DDL operations, the base table associated with the operation
keeps a utility open until the operation completes. If a retryable error is detected, the
current base table open is lost and must be reestablished. This error is returned
because the open could not be reestablished.
Effect. The statement fails.
Recovery. Correct the cause of the open failure and reissue the request.
SQL 1629
Cause. The operation failed because the table or index has not completed a previous
SQL DDL operation. This can happen if there is currently an ALTER TABLE or ALTER
INDEX request running or if a previous ALTER TABLE or ALTER INDEX request failed
and was not recovered properly.
Effect. The statement fails.
Recovery. Wait until the concurrent ALTER request completes, or run an ALTER
TABLE or ALTER INDEX partname PARTONLY RECOVER INCOMPLETE SQLDDL
OPERATION request to recover the partition.
1627 The EMS collector specified in the REPORT clause is
invalid.
1628 Failed to open file value-1 during retryable error
processing. See related file system error for details.
1629 Cannot perform requested operation because a previous
SQL DDL operation on value has not completed.