SQL/MP Messages Manual

SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual427720-006
12-31
SQL 10320
Cause. Stated in the error message.
Effect. The command fails and the OBEY command file that was generated is invalid.
Recovery. Change the DDL definition so that it matches the Enscribe file, or check
that the DDL definition specifies the correct file, and then reissue the CONVERT
command.
SQL 10321
Cause. The converted SQL data type, either a NUMERIC or a PICTURE type,
exceeded 18 digits, the maximum size accepted by SQL/MP.
Effect. The command fails, and the OBEY command file that was generated is invalid.
Recovery. Modify the data size in the DDL definition of the Enscribe file so that the
converted data type is compatible, and reissue the CONVERT command.
SQL 10322
Cause. You attempted to convert a DDL record that contains more than 450 bit fields.
Effect. The command fails.
Recovery. Purge the EDIT file that contains the CREATE and LOAD commands,
reduce the number of bit fields in the DDL record so that there are no more than 450
bit fields, and restart the CONVERT operation. If all of the bit fields are needed, split
the fields among several records, if possible.
10320 Incorrect primary key length. The OBEY file value-1 is
invalid.
10321 The range of a binary number is from 1 to 18 digits.
The OBEY file value-1 is invalid.
10322 The DDL record being converted contains more than 450
bit fields, so the CONVERT operation terminates abnormally.
The EDIT file that contains the CREATE and LOAD commands is
incomplete.