SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
5-55
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.
Recovery. Remove the logical partition name syntax from the LOCATION clause and
resubmit.
SQL 3406
Cause. The DDL statement coded in unicode contains non-ISO88591 characters.
NonStop SQL/MX does not support arbitrary unicode characters.
Effect. The operation fails.
Recovery. Remove non-ISO88591 characters and resubmit.
SQL 3409
Cause. You attempted to declare a cursor on an embedded INSERT statement.
Effect. The operation fails.
Recovery. Modify the statement and resubmit.
SQL 3411
Cause. An expression was specified as an input for IDENTITY column value instead
of numeric value or DEFAULT.
Effect. The operation fails.
Recovery. Specify a valid numeric value or DEFAULT, and resubmit the statement.
3405 A logical partition name cannot be specified in the
LOCATION clause of the CREATE statement of this object.
3406 A DDL statement could not be translated into a statement
consisting of single-byte characters for processing.
3409 Declaring a cursor on an embedded INSERT statement is
not yet supported.
3411 Expressions are not allowed as IDENTITY column values.
Specify default or supply a numeric value.










