Neoview Messages Manual (R2.2)

SQL 25304
25304 A compiler of version version1 was automatically started on node
to recompile the query. The current compiler version is version2.
version1
is the version of the required compiler.
node
is the node on which the compiler was started.
version2
is the version of the compiler that returns the message.
NOTE: As of the ABU SPR, this message is no longer generated.
Cause The query references one or more remote nodes with an MXV earlier than the current
compilers current plan version.
Effect There are several possibilities:
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.
302 Versioning, Distribution, and JDBC Messages (25000 Through 25499 and 29000 Through 29999)