SQL/MP Messages Manual
SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual—427720-006
3-93
SQL 1620
Cause. The command syntax requested that the command be terminated with the
commit option.
Effect. The statement fails.
Recovery. Reissue the statement at a later time.
SQL 1621
Cause. There is an operation in progress with this SQLCAT. Other operations cannot
be performed until the current operation has completed.
Effect. The current operation does not complete until the CONTINUE command is
specified.
Recovery. To complete the operation, enter a CONTINUE command.
SQL 1622
Cause. The original command specified a statement ID in the NAME clause, to
identify the statement. This statement ID must be the same as that specified in the
CONTINUE statement. If the statement ID was not specified for the original request,
the following defaults are used: CREATE_INDEX for a Create Index request
ALTER_TABLE for an Alter Table request ALTER_INDEX for an Alter Index request.
Effect. The command does not complete until the correct name is specified.
Recovery. Specify the correct statement ID in the CONTINUE statement and reissue
the request.
1620 The ROLLBACK was requested as part of the commit
criteria. The command has been aborted.
1621 A CONTINUE command was expected for statement value-1,
instead another DDL command was requested.
1622 The value-1 statement specified in the CONTINUE command
is not the same as the current command in progress. Please
enter the correct name.