SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual—523730-004
17-46
Recovery. Specify a value greater than or equal to zero and resubmit.
SQL 20189
Cause. You tried to move data in the first partition to a nonexisting previous partition.
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.
20189 Data in the primary partition (or subset) cannot be
moved to the previous partition because no previous partition
exists.
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.