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-5
node is the name of the affected remote node.
version2 is the MXV of node.
Cause. The command that issues this error internally employs features, like special
DDL/DML syntax, that are not available on certain downrev releases. The affected
database object, or a required dependent object, resides on a node with an MXV that
does not support one or more of those internally used features.
Effect. The operation fails.
Recovery. Issue the command from the node that is mentioned in the error message.
(OR) Migrate that node to the mentioned minimum MXV.
SQL 25200
where:
object is the name of the affected database object.
version1 is the schema version of that database object schema.
node is the name of the node that detects the incompatibility.
version2 is that node’s oldest supported schema version.
Cause. An attempt is made to access a table or view in a schema with a schema
version that is lower than the accessing node’s oldest supported schema version. This
error can be issued from the local node or from an ESP on a remote node.
Effect. The request fails. This message will be accompanied by message 25001
which explains what actual software component reported the error.
Recovery. Upgrade the affected schema to a version that is compatible with the MXV
of the nodes that need to access the schema.
Message 25200 is implemented for R2.0 and later
SQL 25201
where:
object is the name of the affected database object.
version1 is the schema version of that database object schema.
25200 Table or view object cannot be accessed because of a
version incompatibility. Its schema has version version1;
node does not support schema versions lower than version2.
25201 Table or view object cannot be accessed because of a
version incompatibility. Its schema has version version1;
node does not support schema versions higher than version2.










