SQL/MP Messages Manual

SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual427720-006
12-53
SQL 10532
Cause. The character set name that was specified in the command was not supported
by SQL/MP.
Effect. The command fails.
Recovery. Specify a character set name that is supported by SQL/MP and reissue the
command.
SQL 10533
Cause. Stated in the error message.
Effect. The command fails.
Recovery. Change the parameter value so that it includes the correct string literal and
reissue the command.
SQL 10534
Cause. You specified N as the data type for the parameter value, but the system
procedure MBCS_DEFAULTCHARSET_ has not been configured to return a multibyte
character set that is supported by SQL/MP.
Effect. The statement fails.
Recovery. Specify a multibyte character set explicitly, instead of using the NATIONAL
CHARACTER data type for the parameter value, or configure the system procedure
MBCS_DEFAULTCHARSET_ to return a character set that is supported by SQL/MP.
Reissue the command.
10532 Invalid character set name value-1 is specified in the
command.
10533 The value of parameter value-1 has invalid syntax. The
value used with a character data column (that has an
associated character set other than UNKNOWN) must start with
either an underscore character ("_") followed by a character
set name, or with the letter "N" (or "n").
10534 To use the N character string specification for the
value of parameter value-1, the system procedure
MBCS_DEFAULTCHARSET_ must be configured to return a multibyte
character set that is supported by NonStop SQL/MP.