Neoview Messages Manual (R2.3)

For automatic recompilations and dynamic SQL, the executor automatically starts a
compiler process of the required version and retries the operation. If that strategy succeeds,
this message is returned as a warning. If it does not succeed, the operation fails.
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
25307 The query plan can be executed only by a node with SQL/MX software
version (MXV) version1, the MXV of node is MXV1.
version1
is the plan version of the affected query plan.
node
is the node that attempts to execute the query.
MXV1
is the MXV of the affected node.
Cause The affected node runs a GA release of the HP Neoview database software 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
25308 The query plan has plan version version1. The local SQL/MX software
version (MXV) can execute query plans with plan version MXV1 only.
version1
is the plan version of the affected query plan.
MXV1
is the MXV of the affected node.
Cause The affected node runs a non-GA release of the HP Neoview database software 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
25309 Module module can be executed only by a node with SQL/MX software
version (MXV) version1, the MXV of node is MXV1.
module
is the name of the affected module.
version1 is the module version of module.
node
is the node that attempts to load the module.
MXV1
is the MXV of the affected node.
Cause The affected node runs a non-GA release of the HP Neoview database software and
is compatible only with modules generated by its own version
Effect The operation fails.
Recovery Compile the module with a compiler version that is compatible with the MXV.
SQL 25310
25310 Module module has module version version1. The local SQL/MX
software version (MXV) can execute modules with module version MXV1
only.
module
is the name of the affected module.
version1 is the module version of module.
326 Versioning, Distribution, and JDBC Messages (25000 Through 25499 and 29000 Through 29399)