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-39
SQL 20149
Where object-type is table.
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 NonStop SQL/MX.
Effect. The operation fails.
Recovery. Change the format file to specify FileIsBinary=N and resubmit.
SQL 20152
Cause. You specified VARCHAR for a format file that is binary FIXED-WIDTH.
Effect. SQL is not able to perform the IMPORT operation.
Recovery. Verify your format file and resubmit.
20149 External indexes exist for this object-type. 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.
20152 The VARCHAR varying-length can support non-binary
FIXED-WIDTH format file only.