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

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual523730-004
5-52
Effect. The operation fails.
Recovery. Do not use a hexadecimal format for the character set you specified.
SQL 3402
Cause. You either used illegal hexadecimal digits, supplied an odd number of
hexadecimal digits, or misplaced space separators.
Effect. The operation fails.
Recovery. Specify the string in the correct hexadecimal format and resubmit.
SQL 3403
Cause. You specified a character operand with a character set that the function does
not support.
Effect. The operation fails.
Recovery. Do not use the character operand with that character set in the function.
SQL 3404
Cause. You specified SQL_TEXT as the module character name set. SQL_TEXT is
synonymous with UCS2, which is not supported.
Effect. The operation fails.
Recovery. Replace SQL_TEXT with ISO88591 and resubmit.
SQL 3405
Cause. You cannot specify the logical partition name in the LOCATION clause of the
create statement of catalog, procedure, view and materialized view object types.
Effect. The operation fails.
3402 The format of the value hexadecimal string literal is
not valid.
3403 Function name1 does not take an operand with character
set name2.
3404 Character set name, to which SQL_TEXT is aliased, is not
allowed for a SQL module.
3405 A logical partition name cannot be specified in the
LOCATION clause of the CREATE statement of this object.