Neoview Messages Manual (R2.3)
SQL 3400
3400 Invalid code point value for character set name.
Cause There is an undefined character in the character set.
Effect The operation fails.
Recovery Remove the invalid character and resubmit.
SQL 3401
3401 Hexadecimal representation of string literals associated with
character set name is not supported.
Cause You used a hexadecimal format to represent a character string that is not supported
by the HP Neoview database software.
Effect The operation fails.
Recovery Do not use a hexadecimal format for the character set you specified.
SQL 3402
3402 The format of the value hexadecimal string literal is not valid.
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
3403 Function name1 does not take an operand with character set name2.
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
3404 Character set name, to which SQL_TEXT is aliased, is not allowed
for a SQL module.
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
3405 A logical partition name cannot be specified in the LOCATION clause
of the CREATE statement of this object.
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.
Recovery Remove the logical partition name syntax from the LOCATION clause and
resubmit.
118 Parser and Compilation Messages (3000 Through 3999)