SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)

Versioning and Distribution Messages (25000
through 25399)
HP NonStop SQL/MX Release 3.1 Messages Manual—663849-001
19-21
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. An attempt is made to load a module with a module version that is higher than
the MXV.
Effect. The request 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. There are two possibilities:
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
executed again.
Automatic recompilation is not supported or failed. This message is returned as an
error.
Effect. The operation fails.
Recovery. Recompile the module with a supported version compiler.
SQL 25303
Where version1 is the plan version of the affected query.
Where node is the name of the node that detects the incompatibility.
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.
25303 The query plan version is version1; node node does not
support query plan versions higher than version2.