SQL/MP Messages Manual

SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual427720-006
12-36
SQL 10337
Cause. The national language character string exceeded 4064 bytes, the maximum
length 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 rerun the CONVERT command.
SQL 10338
Cause. Stated in the error message.
Effect. The command fails.
Recovery. Specify DEFAULT or one of the character set names that is supported by
SQL/MP for the NATIONAL clause, and reissue the CONVERT command.
SQL 10340
Cause. The dictionary was of a later version than that of SQL/MP. The dictionary was
compiled either with a version of DDL later than the current SQL/MP can work with, or
with a version of DDL so old that the current SQL/MP no longer supports it.
Effect. The command fails.
Recovery. Use a later version of SQL/MP, one that is compatible with the dictionary. If
the dictionary has not been recompiled for a long time, recompile it with the current
DDL. If the dictionary was compiled with a version of DDL too new for the current
version of SQL/MP, either recompile it with an earlier version of DDL or use a later
version of SQL/MP, one that is compatible with the dictionary.
10337 The range of a national language character string is
from 1 to 2032 characters (2 to 4064 bytes). The OBEY file
value-1 is invalid.
10338 Invalid option value-1 is specified for the NATIONAL
clause of the CONVERT command.
10340 The ENSCRIBE dictionary value-1 is not compatible with
this version of NonStop SQL/MP software because the
dictionary might contain higher-version features.