Neoview Messages Manual (R2.3)
SQL 25422
25422 Catalog catalog cannot be unregistered from node node because
database objects in the catalog are present on the node.
catalog
is the ANSI name of the target catalog for the UNREGISTER CATALOG command.
node
is the name of the target node for the UNREGISTER CATALOG command.
Cause An UNREGISTER CATALOG operation attempted to remove a catalog reference
from a node where one or more database objects in that catalog are present.
Effect The operation fails.
Recovery Correct the error and retry the operation.
SQL 25423
25423 Schema schema has no replica on node node.
schema
is the ANSI name of the affected schema.
node
is the remote node with no replica of the affected schema.
Cause The target node of an UNREPLICATE SCHEMA operation does not have a replica
of the affected schema.
Effect The operation fails.
Recovery None. The affected schema has no replica on the target node.
SQL 25424
25424 A replica of schema schema already exists on node node.
schema
is the ANSI name of the affected schema.
node
is the remote node where a replica of the affected schema exists.
Cause The target node of a REPLICATE SCHEMA operation already has a replica of the
affected schema.
Effect The operation fails.
Recovery None. A replica of the affected schema already exists on the desired node.
SQL 25425
25425 Node node contains the only automatic catalog reference of catalog
catalog. Schema replicas cannot be removed.
node
is the node where the single automatic replica of the target catalog resides.
catalog
is the ANSI name of the target catalog.
Cause The target node of an UNREPLICATE SCHEMA operation holds the only automatic
reference for the affected schema catalog.
Effect The operation fails.
Recovery Correct the error and resubmit.
SQL 25426
25426 Volume volume could not be accessed. File system error number.
volume
is the name of a volume that is required, implicitly or explicitly, by the operation.
The volume name is fully qualified (for example, \NODEX.$VOLY).
number is the file-system error that resulted from the attempt to access volume.
Cause The operation required access to a volume, local or remote, that cannot be accessed
because of the reported file-system error.
Effect The operation fails.
330 Versioning, Distribution, and JDBC Messages (25000 Through 25499 and 29000 Through 29399)