SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

Versioning and Distribution Messages (25000 through
25399)
HP NonStop SQL/MX Messages Manual544518-011
18-10
version1 is the system schema version of node1.
MXV1 is the MXV of node1.
Cause. During late name resolution for the affected query, an attempt was made to
access an uprev system schema.
Effect. The request fails.
Recovery. Downgrade the system schema on the affected node to a version that is
compatible with the MXV of the local node.
Message 25208 was implemented for R2.0 and later.
SQL 25210
where:
schema is the name of the schema referenced by a DDL or utility operation.
version1 is the schema version of schema .
node is the node where the operation is executed or the node where metadata for the
schema resides.
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 lower than the oldest supported schema version
of the node where the operation is executed.
Effect. The request fails.
Recovery. Depends on the circumstance:
If the schema is defined on remote downrev nodes only then an upgrade of the
schema should be attempted from one of those nodes.
If the schema is defined on the local node then the schema - and all database
objects in it - is inaccessible. A fallback of the local node to a software version that
supports the schema’s version is required.
Message 25210 is implemented for R2.0 and later.
25210 Schema schema has schema version version1; node does
not support schema version lower than version2.