Using the Node Management Services (NMS) Utilities (MPE/iX 7.0, 7.5)

Appendix A 267
NMS Error Messages
NMGR Error and Warning Messages
NMGRERR 416 MESSAGE: Error converting a catalog entry into a numeric value.
(NMGRERR 416)
CAUSE: Internal error.
ACTION: RESTORE NMMGRCAT.PUB.SYS from a backup tape. If the
problem still exists, see “Submitting a CR” at the beginning of this
appendix.
NMGRERR 417 MESSAGE: Catalog entry value not in range -32768..32767.
(NMGRERR 417)
CAUSE: Message catalog NMMGRCAT.PUB.SYS is incorrect.
ACTION: RESTORE NMMGRCAT.PUB.SYS from a backup tape. If the
problem still exists, see “Submitting a CR” at the beginning of this
appendix.
NMGRERR 418 MESSAGE: Cannot read an entry from the message catalog.
(NMGRERR 418)
CAUSE: Message catalog NMMGRCAT.PUB.SYS is incorrect.
ACTION: RESTORE NMMGRCAT.PUB.SYS from a backup tape. If the
problem still exists, see “Submitting a CR” at the beginning of this
appendix.
NMGRERR 419 MESSAGE: Cannot open the stream file. (NMGRERR 419)
CAUSE: The stream file could not be opened.
ACTION: See the accompanying file system error message for
resolution.
NMGRERR 420 MESSAGE: FWRITE failed trying to write to the stream file.
(NMGRERR 420)
CAUSE: Could not write to the stream file. Most likely, the end-of-file
has been reached and the file is full.
ACTION: See the accompanying file system error message for
resolution. If end-of-file has been reached, issue a file equation for the
stream file: FILE yourfile;DISC=nnnn,32,1 where “yourfile” is the name
of the stream file, and “nnnn” is the number of records needed in the
file. Approximately 150 records should be allocated for each node in the
nodelist file. Note that the stream file is created as a variable-length
file, so fewer records should be required per node. The file is opened
with a default of 5000 records. Retry the MAKESTREAM command with
the new file equation.
NMGRERR 421 MESSAGE: Cannot close the stream file. (NMGRERR 421)
CAUSE: The stream file could not be closed.
ACTION: See the accompanying file system error message for
resolution.