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

Versioning and Distribution Messages (25000
through 25399)
HP NonStop SQL/MX Messages Manual523730-004
18-9
SQL 25210
Where schema is the name of the schema referenced by a DDL or utility operation.
Where version1 is the schema version of schema.
Where node is the node where the operation is executed or the node where metadata
for the schema resides.
Where version2 is the earliest supported schema version of node.
Cause. The affected DDL or utility operation references a database object in a
schema with a schema version that is earlier than the earliest supported schema
version of the node where the operation was executed.
Effect. The operation fails.
Recovery. If the schema is defined on remote downrev nodes, only then should you
attempt to upgrade the schema from one of those nodes. If the schema is defined on
the local node, the schema (and all its database objects) is inaccessible. Downgrade
the local node to a software version that supports the schema’s version.
SQL 25211
Where object is the affected table or view.
Where version1 is the schema version of object’s schema.
Where node is the node that executes the query.
Where MXV1 is the MXV of the node that executes the query.
Cause. The affected node runs a General Availability (GA) release of SQL/MX and is
incompatible with the affected schema.
Effect. The operation fails.
Recovery. Upgrade or downgrade the node to an SQL/MX software release that is
compatible with the affected schema’s version.
25210 Schema schema has schema version version1; node does
not support schema versions lower than version2.
25211 Table or view object can be accessed only by a node
with SQL/MX software version (MXV) version1, the MXV of node
is MXV1.