Using the Node Management Services (NMS) Utilities (32022-90053)

Appendix A 259
NMS Error Messages
NMGR Error and Warning Messages
MESSAGE: Error converting a catalog entry into a numeric value.
(NMGRERR 416)
NMGRERR 416 CAUSE: Internal error.
ACTION: RESTORE NMMGRCAT.PUB.SYS from a backup tape. If the
problem still exists, see “Submitting an SR” at the beginning of this
appendix.
MESSAGE: Catalog entry value not in range -32768..32767.
(NMGRERR 417)
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 an SR” at the beginning of this
appendix.
MESSAGE: Cannot read an entry from the message catalog.
(NMGRERR 418)
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 an SR” at the beginning of this
appendix.
MESSAGE: Cannot open the stream file. (NMGRERR 419)
NMGRERR 419 CAUSE: The stream file could not be opened.
ACTION: See the accompanying file system error message for
resolution.
MESSAGE: FWRITE failed trying to write to the stream file.
(NMGRERR 420)
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 thename
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.
MESSAGE: Cannot close the stream file. (NMGRERR 421)
NMGRERR 421 CAUSE: The stream file could not be closed.
ACTION: See the accompanying file system error message for
resolution.