Neoview Messages Manual (Volume 1) (R2.4)

Cause When the DML query was compiled, the affected database object had partitions on
a remote node, and the database object’s catalog was visible on both the remote node and the
local node. When the query was executed, the visibility of the object’s catalog changed. See
accompanying messages 1002, 25401, or 25403 for more details about the visibility of the change.
Effect If the message is issued as an error, it is accompanied by error 1002, and the query
fails. If the message is issued as a warning, it is accompanied by warning 25401 or 25403, and
late name resolution or automatic recompilation is attempted. If that succeeds, the query
executes. If not, the query fails and additional errors are issued.
Recovery If the message is issued as an error, correct the error and resubmit.
SQL 25407
25407 File system error error was encountered on access to the system
schema on node.
error
is a file-system error number.
node
is the expand node name of a remote node.
Cause Late name resolution encountered the reported file-system error when trying to access
the system schema tables on the specified node.
Effect The operation fails.
Recovery For information about file-system errors, see Chapter 20 (page 353).
SQL 25420
25420 Node node could not be accessed. File system error number.
node
is the remote node that is required, implicitly or explicitly, by a replication operation.
number is the file-system error that resulted from the attempt to access node.
Cause A replication operation required access to a remote node that cannot be accessed
because of the reported file-system error.
Effect The operation fails.
Recovery For information about file-system errors, see Chapter 20 (page 353).
SQL 25421
25421 An automatic catalog reference for catalog already exists on node
node.
catalog
is the ANSI name of the target catalog.
node
is a remote node where an automatic reference of the target catalog exists.
Cause The target node of a REPLICATE SCHEMA operation already has an automatic
reference for the specified schema catalog.
Effect The operation fails.
Recovery None. Replicas of the specified schema already exist on the node.
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.
Distribution Messages (25400–25499) 331