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

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual523730-004
17-31
Effect. The operation fails.
Recovery. Verify the schema name and resubmit.
SQL 20119
Where table name is the name of the table to be purged.
Cause. You specified a table name that does not exist or could not be accessed.
Effect. The operation fails.
Recovery. Verify the table name and resubmit.
SQL 20120
Cause. You specified a partition that does not exist or could not be accessed.
Effect. The operation fails.
Recovery. Verify the partition name and resubmit.
SQL 20121
Cause. The table being purged has multiple partitions and is not key-sequenced. This
type of table is not supported.
Effect. The operation fails.
Recovery. None. This is an internal error. Contact your service provider.
SQL 20122
Cause. You attempted to perform a partial PURGEDATA operation, which is supported
only on tables that do not have dependent indexes. The table you requested has
dependent indexes.
Effect. The operation fails.
Recovery. Remove any associated indexes and resubmit. If this is not possible,
perform a DELETE request in the range of the specified partition.
20119 Table table name does not exist or cannot be accessed.
20120 Partition does not exist or cannot be accessed.
20121 Partition is not the last in a table that is not key-
sequenced. PURGEDATA cannot be performed.
20122 Table has indexes. Cannot purge data from partition.