NET/MASTER Messages Manual
NNM0304
Messages
106159 Tandem Computers Incorporated 2–63
NNM0302 UDB IS NOT CLOSED
filename
Cause. A UDBCTL OPEN or UDBCTL RESET command was issued, but the file or
files specified in the command is associated with a UDB.
filename
is the name of the file that caused the error.
Effect. The operation is not performed on the file.
Recovery. The UDBCTL OPEN and UDBCTL RESET commands cannot operate on
files associated with a UDB; that is, you must close the UDB first. Use the UDBCTL
CLOSE command to close the UDB, and reissue the original command.
NNM0303 OPEN-RESET FAILED, ERROR=
errno
, UDB=
filename
Cause. A UDBCTL RESET command was issued but failed to remove all the data from
the UDB file.
errno
is the Guardian file-system error number.
filename
is the name of the UDB file.
Effect. The UDB file is not reset.
Recovery. Use the error number to determine the appropriate action to take. Note that
even though the command failed, it may be possible to reopen the UDB file with the
UDBCTL OPEN command and resume processing until the error is corrected.
NNM0304 REQUESTED UDB
filename
NOT KNOWN TO SYSTEM
Cause. A UDBCTL command was issued but the specified file is not open.
filename
is the name of the specified file.
Effect. The UDB file is not found.
Recovery. Use the SHOW UDB command to list the UDB file names. Use a listed name
and retry the command.