SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual—523730-004
3-30
SQL 1123
Where key is a list of the partition key values.
Where object-name is the name of the object.
Cause. You attempted to access a table using a first key value that contains an
element that is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 1124
Cause. You attempted an operation on a partitionable table that has float datatype in
the partitioning key.
Effect. The operation completes without errors, but the results might not be correct.
The float data value might not be evaluated consistently to the same value each time.
Recovery. Do not use float datatypes in the partitioning key of a partitionable table.
SQL 1125
Cause. This is an internal error.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 1126
Where object is the ANSI name of the object.
Cause. You attempted to perform an operation that is specific to MP aliases on an
object that is not an MP alias.
1123 Not all of the partition key values (key) for object
object-name could be processed. Please verify that the
correct key value data types were specified.
1124 Use of a float datatype in a partitioning key has been
enabled by the default
ALLOW_FLOAT_DATATYPES_IN_PARTIONING_KEY. This could give some
incorrect results and the users should be aware of it.
1125 API request version number mismatch.
1126 Operation cannot be performed because object is not an
SQL/MP alias.