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

Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual523730-004
3-48
SQL 1242
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
Cause. You specified a hexadecimal literal in the text of the statement, which is not
allowed.
Effect. The operation fails.
Recovery. Do not specify hexadecimals in this type of command.
SQL 1244
Where object-name is the specified object.
Cause. You specified a Guardian type name for an SQL operation that does not
support SQL/MP objects.
Effect. The operation fails.
Recovery. Either repeat the operation using a valid ANSI name or perform the
operation in SQL/MP using the Guardian type name.
SQL 1245
Where key-value is the specified first key value.
Where column-name is the column of object-name that corresponds to the invalid
key value.
Where object-name is the name of the affected object.
1242 The character set for string literals in CONSTRAINT must
be ISO88591.
1243 The hexadecimal form of string literals is not allowed
in this context.
1244 This operation is not allowed because object name is a
SQL/MP object.
1245 The supplied partition key value (key-value) for column
column-name of object object-name is not valid.