Neoview Messages Manual (R2.3)
SQL 1121
1121 Partitions cannot be added or dropped on table table-name. These
partition operations are not allowed on tables whose clustering key
consists only of the SYSKEY.
table-name
is the name of the table.
Cause You attempted to do an invalid ADD, DROP, or MODIFY of a partition.
Effect The operation fails.
Recovery None.
SQL 1122
1122 The number of specified partition key values
(partition-key-value-list) for object object-name exceeds the number
of user defined key columns, key-col-number.
partition-key-value-list
is a list of the partition key values.
object-name
is the name of the object.
key-col-number
is the number of columns in the user-defined key.
Cause The number of specified partition key values (partition-key-value-list) for
object object-name exceeds the number of user-defined key columns, key-col-number.
Effect The operation fails.
Recovery Fix the statement and resubmit.
SQL 1123
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.
key
is a list of the partition key values.
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 1125
1125 API request version number mismatch.
Cause This is an internal error.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1127
1127 The specified table table-name is not a base table. Please verify
that the correct table was specified.
table-name
is the name of the table.
Cause You attempted to perform an operation that can be performed only on a base table,
and the specified object is not a base table.
Effect The operation fails.
Recovery Specify a valid base table and resubmit.
35