SQL/MP Messages Manual
SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual—427720-006
3-18
SQL 1126
Cause. The version of the catalog was incompatible with the request.
Effect. The statement fails.
Recovery. Change the request, or upgrade the catalog with the UPGRADE CATALOG
command, and reissue the statement.
SQL 1127
Cause. An attempt was made to write to a catalog FILES table to describe an object
with the NO AUDITCOMPRESS attribute when the catalog does not support the NO
AUDITCOMPRESS feature.
Effect. The statement fails.
Recovery. Upgrade the catalog, use a catalog from a later version of SQL/MP, or omit
the NO AUDITCOMPRESS attribute from the statement, and reissue the statement.
SQL 1128
Cause. You requested ALTER TABLE...ADD PARTITION...WITH DATA MOVEMENT
for a table that has a partition on a node that does not support the WITH DATA
MOVEMENT feature. The node is using an earlier version of SQL/MP.
Effect. The statement fails.
Recovery. You cannot perform this operation if any of the partitions reside on a node
that cannot handle this request. Upgrade the node or nodes running the earlier version
of SQL/MP.
1126 Version incompatibility: The current request cannot be
processed because it contains features incompatible with
catalog value-1 of version value-2.
1127 Version incompatibility: Unable to write to catalog
value-1 of version value-2. The file value-3 cannot be
inserted into the FILES table because of a NO AUDITCOMPRESS
attribute.
1128 Version incompatibility: Partition value-1 of this
table lies on a remote node that cannot process the current
request.