Neoview Messages Manual (R2.2)

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.
Recovery For information about file-system errors, see Chapter 23 (page 463).
SQL 25427
25427 Catalog catalog1 cannot be unregistered from node node because
it is related to catalog2 which has a reference on the target node.
catalog1
is the ANSI name of the target node for the UNREGISTER CATALOG command.
node
is the name of the target node for the UNREGISTER CATALOG command.
catalog2
is the ANSI name of a catalog that is related to the target catalog.
Cause An UNREGISTER CATALOG operation using the RESTRICT option attempted to
remove a catalog reference from a node. However, the target catalog is related to one or more
other catalogs that are visible on the target node. This error is issued once per related catalog.
Effect The operation fails.
Recovery Use the CASCADE option on UNREGISTER CATALOG.
SQL 25428
25428 Catalog catalog1 cannot be registered on node node because it is
related to catalog2 which has no reference on the target node.
catalog1
is the ANSI name of the target catalog for the REGISTER CATALOG command.
node
is the name of the target node for the REGISTER CATALOG command.
catalog2
is the ANSI name of a catalog that is related to the target catalog.
Cause A REGISTER CATALOG operation using the RESTRICT option attempted to register
a catalog on a node. However the target catalog is related to one or more other catalogs that
are not visible on the target node. This error is issued once per related catalog.
Effect The operation fails.
Recovery Use the CASCADE option on REGISTER CATALOG.
SQL 25429
25429.Catalog catalog cannot be unregistered from node node because it
is the only catalog reference that has an automatic replication rule.
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 the single automatic
catalog reference for a catalog.
Effect The operation fails.
Distribution Messages (25400-25499) 307