SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Versioning and Distribution Messages (25000
through 25399)
HP NonStop SQL/MX Messages Manual—523730-004
18-8
•
There is a need to access the system schema on a remote uprev node, and the
system schema version of that system schema is later than the current compiler
version.
Effect. The operation fails.
Recovery. Downgrade the system schema on the affected node to a version that is
compatible with the required compiler version, or upgrade the compiler.
SQL 25207
Where node1 is the name of the node with an incompatible version system schema.
Where version1 is the system schema version of node1.
Where node2 is the name of the node where the incompatibility is detected.
Where version2 is the earliest supported system schema version for node2.
Cause. The affected operation needs to access system schema tables with a downrev
system schema version. This error can be reported for any type of operation: query
compilation, query execution, or DDL and utility operations.
Effect. The operation fails.
Recovery. Upgrade the system schema on the affected node to a compatible version.
SQL 25208
Where node is the name of the node with an incompatible version system schema.
Where version1 is the system schema version of node.
Where MXV1 is the MXV of the local node.
Cause. During late name resolution for the affected query, you attempted to access an
uprev system schema.
Effect. The operation fails.
Recovery. Downgrade the system schema on the affected node to a version that is
compatible with the MXV of the local node.
25207 The system schema on node node1 has system schema
version version1; node node2 does not support system schema
versions lower than version2.
25208 The system schema on node node has system schema
version version1; the local node cannot access system schemas
with versions higher than MXV1.