Neoview Messages Manual (Volume 1) (R2.4)

Effect The operation fails.
Recovery Specify only ISO88591 literals in HEADING clauses.
SQL 1242
1242 The character set for string literals in CONSTRAINT must be
ISO88591.
Cause You specified a literal with a character set other than ISO88591 in the text of a
constraint.
Effect The operation fails.
Recovery Specify only ISO88591 literals in constraints.
SQL 1243
1243 The hexadecimal form of string literals is not allowed in this
context.
Cause You specified a hexadecimal literal in the text of the statement, which is not allowed.
Effect The operation fails.
Recovery Do not specify hexadecimal numbers in this type of command.
SQL 1245
1245 The supplied partition key value (key-value) for column column-name
of object object-name is not valid.
key-value
is the specified first key value.
column-name is the column of object-name that corresponds to the invalid key value.
object-name
is the name of the affected object.
Cause A utility command specified an invalid key value.
Effect The operation fails.
Recovery Specify valid key values and resubmit.
SQL 1246
1246 The supplied partition key value (key-value) is inconsistent with
the data type of column column-name of object object-name.
key-value
is the specified first key value.
column-name is the column of object-name that corresponds to the invalid key value.
object-name
is the name of the affected object.
Cause A utility command specified a key value that is inconsistent with the data type of the
column that corresponds to the key value.
Effect The operation fails.
Recovery Specify valid key values and resubmit.
SQL 1248
1248 Partition name partition-name has already been used. Each partition
in an object should have a unique name.
partition-name
is the name specified for a partition.
Cause Partition names are required to be unique within the set of partitions of an object.
Effect The CREATE statement fails.
46 Data Definition Language (DDL) Messages (1000 Through 1999)