SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Versioning and Distribution Messages (25000
through 25399)
HP NonStop SQL/MX Messages Manual523730-004
18-15
For static compilations, the compiler automatically starts a compiler process of the
required version. That compiler process compiles the entire module, and the result
of that compilation is returned to the user.
If a compiler of the required version cannot be found, error message 25103 is
returned.
Recovery. Recovery depends on the actual failure.
SQL 25307
Where version1 is the plan version of the affected query plan.
Where node is the node that attempts to execute the query.
Where MXV1 is the MXV of the affected node.
Cause. The affected node runs a GA release of SQL/MX and is incompatible with a
query plan generated by a non-GA release.
Effect. The operation fails.
Recovery. Compile the query with a compiler version that is compatible with the MXV.
SQL 25308
Where version1 is the plan version of the affected query plan.
Where MXV1 is the MXV of the affected node.
Cause. The affected node runs a non-GA release of SQL/MX and is compatible only
with query plans generated by its own version.
Effect. The operation fails.
Recovery. Compile the query with a compiler version that is compatible with the MXV.
SQL 25309
Where module is the name of the affected module.
25307 The query plan can be executed only by a node with
SQL/MX software version (MXV) version1, the MXV of node is
MXV1.
25308 The query plan has plan version version1, the local
SQL/MX software version (MXV) can execute query plans with
plan version MXV1 only.
25309 Module module can be executed only by a node with
SQL/MX software version (MXV) version1, the MXV of node is
MXV1.