SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
19-49
Effect. The operation fails.
Recovery. Remove the TO PREVIOUS PARTITION phrase and resubmit.
SQL 20190
Cause. You tried to move data in the last partition to a nonexisting next partition.
Effect. The operation fails.
Recovery. Remove the TO NEXT PARTITION phrase and resubmit.
SQL 20191
Cause. You issued a MODIFY request on a nonaudited table, which is not supported.
Effect. SQL is unable to prepare the statement.
Recovery. If the MODIFY operation is required, alter the table to audited, perform the
MODIFY, and then alter the table back to nonaudited.
SQL 20192
Where table-name is the name of the specified table.
Cause. You tried to perform a modify request on a metadata table, which is not
supported.
Effect. The operation fails.
Recovery. None.
SQL 20193
Cause. You cannot perform a POPULATE INDEX operation under a user-defined
transaction.
Effect. The operation fails.
Recovery. Commit or roll back the user-defined transaction and resubmit.
20190 Data in the last partition (or subset) cannot be moved
to the next partition because no next partition exists.
20191 This operation is not supported on nonaudited tables.
20192 Operation is not allowed because table table name is a
metadata table.
20193 This operation cannot be performed under a user-defined
transaction.