SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Versioning and Distribution Messages (25000
through 25399)
HP NonStop SQL/MX Messages Manual—523730-004
18-13
Cause. You attempted to load a module with a module version (version1) that is
earlier than the executing node’s earliest supported plan version (version2).
Effect. The operation fails.
Recovery. Recompile the module with a supported version compiler.
SQL 25301
Where module is the name of the affected module.
Where version1 is the module version of the affected module.
Where version2 is the MXV of the local node.
Cause. You attempted to load a module with a module version (version1) that is
later than the local node’s MXV (version2).
Effect. The operation fails.
Recovery. Recompile the module with a supported version compiler.
SQL 25302
Where version1 is the plan version of the affected query.
Where node is the name of the node that detects the incompatibility.
Where version2 is the executing node’s oldest supported plan version.
Cause. Either:
•
Automatic recompilation is attempted (if allowed) with the current compiler. If the
recompilation succeeds, this message is returned as a warning, and the query is
reexecuted.
•
Automatic recompilation is not supported, or failed. In that case, this message is
returned as an error.
Effect. The operation fails.
Recovery. Recompile the module with a supported version compiler.
25301 Module module has module version version1; the local
node does not support module versions higher than version2.
25302 The query plan version is version1; node node does not
support query plan versions lower than version2.