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

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual523730-004
17-37
SQL 20148
Cause. The list of partitions specified in the key range has the same begin and end
key. There are no partitions to purge.
Effect. The operation fails.
Recovery. Specify a valid key range and resubmit.
SQL 20149
Cause. You failed to define all the indexes of the index-map.
Effect. The operation fails.
Recovery. Specify the target indexes through the index-map clause and resubmit.
SQL 20150
Cause. The source and target names in the index-map or the constraint-map are the
same.
Effect. The operation fails.
Recovery. Fix the index-map or constraint-map clause and resubmit.
SQL 20151
Cause. The format file has a line that specifies FileIsBinary=Y.This option is not
supported in the current release of SQL/MX.
Effect. The operation fails.
Recovery. Change the format file to specify FileIsBinary=N and resubmit.
20148 Begin key same as end key. PURGEDATA cannot be
performed.
20149 External indexes exist for this table. Since the source
and target have the same catalog and schema, index map must
be specified. DUP cannot be performed.
20150 Since the source and target have the same catalog and
schema, the source and the target names in index map and
constraint map must be unique. DUP cannot be performed.
20151 IMPORT does not currently support binary data files.