SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual—523730-004
17-36
SQL 20143
Cause. An equal sign is missing from an equation.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 20145
Cause. You attempted to perform a PURGEDATA operation on a table by specifying a
key range. The table is not a key-sequenced table and therefore there are no key
ranges to specify.
Effect. The operation fails.
Recovery. Perform the PURGEDATA request without specifying key ranges.
SQL 20146
Cause. The key value you specified in the partition map clause does not specify a
valid partition.
Effect. The operation fails.
Recovery. Specify a valid partition map and resubmit.
SQL 20147
Cause. The range that you specified is empty.
Effect. The operation fails.
Recovery. Verify the key range and resubmit.
20143 Equal sign is missing.
20145 Key range specified for a table that is not a key-
sequenced table. PURGEDATA cannot be performed.
20146 Key does not exist. Cannot perform PURGEDATA.
20147 User specified an empty range. Cannot perform
PURGEDATA.