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

Versioning and Distribution Messages (25000 through
25399)
HP NonStop SQL/MX Messages Manual—544518-011
18-9
The local system schema version is later than the MXV of a node that is involved in
the affected query. Compilation of such a query requires a downrev compiler.
The local system schema version is higher than the schema version of a schema
that is involved in a DDL or Utility operation. Execution of such an operation
requires a downrev compiler.
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 request fails.
Recovery. Downgrade the system schema on the affected node to a version that is
compatible with the required compiler version.
Message 25206 is implemented for R2.0 and later.
SQL 25207
where:
node1 is the name of the node with an incompatible version system schema.
version1 is the system schema version of node1.
node2 is the name of the node where the incompatibility is detected.
version2 is the earliest supported system schema version for node2.
Cause. The affected operation needs to access system schema tables with a system
schema version that is very low. This error can be reported for any type of operation:
query compilation, query execution or DDL or Utility operations.
Effect. The request fails.
Recovery. Upgrade the system schema on the affected node to a compatible version.
Message 25207 is implemented for R2.0 and later.
SQL 25208
where:
node1 is the name of the node with an incompatible version system schema.
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 node1 has system schema
version version1; the local node cannot access system schemas
with versions higher than MXV1.