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

216 AppendixA
NMS Error Messages
NMFS Error and Warning Messages
NMFSERR 18 MESSAGE: No data associated with this identifier. (NMFSERR 18)
CAUSE: In all MIDAS procedures returning this, there is a failure of
MIDASFINDENTRY.
ACTION: See “File System Error” and “Corrupt Configuration File” at
the beginning of this appendix.
NMFSWARN 19 MESSAGE: Read truncated to capacity of data buffer.
(NMFSWARN 19)
CAUSE: This error occurs when caller of NMCONFGETDATA specifies a
buffer length smaller than the actual data entry size.
ACTION: See “Submitting a CR” at the beginning of this appendix.
NMFSERR 20 MESSAGE: Unable to read data record from datafile. (NMFSERR 20)
CAUSE: This error results from a failure of FREADDIR in those MIDAS
procedures that call it. (The failure is not an end-of-file found.)
ACTION: See “File System Error” at the beginning of this appendix.
NMFSERR 21 MESSAGE: Duplicate identifier already exists. (NMFSERR 21)
CAUSE: This error is returned when trying to add a path that already
exists.
ACTION: See “File System Error” and “Submitting a CR” at the
beginning of this appendix.
NMFSERR 22 MESSAGE: Resultant file size beyond permissible range.
(NMFSERR 22)
CAUSE: This error results in MIDASCOMPRESS when the spacebias +
maximum file size is greater than 64K. Check the spacebias of
MIDASCOMPRESS call in user interface. The file might also be too
large or the file label might be corrupt.
ACTION: See “File System Error” and “Submitting a CR” at the
beginning of this appendix.
NMFSWARN 23 MESSAGE: No identifiers exist beyond this path. (NMFSWARN 23)
CAUSE: This happens when NMCONFnextpath is called and no further
path identifiers exist. This may not be an error. Applications calling
NMCONFnextpath may use this to find the end of a data branch.
Otherwise, it may indicate file corruption.
ACTION: See “Submitting a CR” at the beginning of this appendix.
NMFSERR 24 MESSAGE: Pathname exceeds user specified maximum depth.
(NMFSERR 24)
CAUSE: This is returned by MIDASPARSEPATH when the user
specified pathname is longer than the path depth. No NMCONF
procedure calls this intrinsic.