SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Versioning and Distribution Messages (25000
through 25399)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
20-8
version2 is the compiler version of the compiler that executes the DDL or utility
operation.
Cause. The affected DDL or utility operation references a database object in a
schema with a schema version that is higher than the compiler version of the compiler
that executes the operation. This can happen if one of these is true:
A downrev compiler is explicitly being used to execute the operation.
The operation references an object in a remote uprev schema.
Effect. The request fails.
Recovery. Depending on the actual cause:
Do not explicitly use a downrev compiler to execute the operation.
Execute the operation from a node where the schema is defined.
SQL 25206
where,
node is the name of the node with an incompatible version system schema.
version1 is the system schema version of node.
version2 is the compiler version of the compiler that compiles the query or executes
the DDL or utility operation.
Cause. The affected query compilation, DDL, or utility operation need to access
system schema tables with a system schema version that is incompatible with the
version of the compiler that compiles the query and executes the operation. This can
happen if:
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.
25206 The system schema on node node has system schema
version version1; this is incompatible with the version of
the compiler. The compiler version is version2.










