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-8
Message 25204 is implemented for R2.0 and later.
SQL 25205
where:
schema1 is the name of a schema that is referenced by a DDL or utility operation.
version1 is the schema version of schema.
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.
Message 25205 is implemented for R2.0 and later.
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:
25205 Schema schema1 has schema version version1; this is
incompatible with the version of the compiler that executes
the operation. The compiler version is version2.
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.










