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-2
Cause. You attempted to access an object in a schema that is currently being
upgraded to an incompatible version. The affected object either does not exist, or has
been upgraded to the incompatible version.
Effect. The operation fails.
Recovery. Retry the affected operation, with software that is compatible with a version
version2 schema, to determine if the object exists.
SQL 25005
Where object is the type and name of the affected database object.
Where version1 is the source version of the downgrade schema operation.
Where component is the software component that detects the situation. It is either
compiler or local node.
Where version2 is the MXV of component.
Cause. You attempted to access an object in a schema that is currently being
downgraded from an incompatible version. The affected object either does not exist or
has not yet been downgraded from the incompatible version.
Effect. The operation fails.
Recovery. Wait until the downgrade schema operation is finished and resubmit.
SQL 25100
Where node is the name of the affected remote node.
Where MXV1 is the MXV of the affected remote node.
Where MXV2 is the local node’s earliest supported MXV.
Cause. The remote node node has an MXV (MXV1) earlier than the local node’s
earliest supported MXV (MXV2), which is not supported.
Effect. The operation fails.
Recovery. Upgrade the remote node to an MXV that is later than or equal to the local
node’s earliest supported MXV. Or, conversely, downgrade the local node to an MXV
that is earlier than or equal to the remote node’s MXV.
25005 object does not exist or cannot be accessed because of
a version incompatibility. Its schema is currently being
downgraded from version version1; the component cannot access
schemas with versions higher than version2.
25100 Remote node node is not running a compatible version of
SQL/MX software. The SQL/MX software version (MXV) of node is
MXV1, the local node does not support MXVs older than MXV2.