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-17
SQL 25304
where:
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.
Cause. The query references one or more remote nodes with MXV lower than the
current compiler’s current plan version. For automatic recompilations and dynamic sql,
the executor will automatically start a compiler process of the required version and
retry the operation. If that succeeds, and if the RECOMPILATION_WARNINGS query
default is set to ON, this message is returned as a warning
Effect. A downrev compiler of the specified version is started; that compiler will
compile the query
Recovery. Not applicable, this message is only returned as a warning.
Message 25304 is implemented for R2.2 and later.
SQL 25307
where:
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 version of SQL/MX and is incompatible with a
query plan generated by a non-GA version.
Effect. The request fails.
Recovery. Compile the query with a compiler version that is compatible with the MXV.
Message 25307 is implemented for R2.0 and later.
25304 A compiler of version version1 was automatically
started on node to re-compile the query. The current compiler
version is version2.
Note. As of the ABU SPR, this message is no longer generated.
25307 The query plan can only be executed by a node with
SQL/MX Software Version (MXV) version1, the MXV of node is
MXV1.










