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

208 AppendixA
NMS Error Messages
NMFS Error and Warning Messages
MESSAGE: No data associated with this identifier. (NMFSERR 18)
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.
MESSAGE: Read truncated to capacity of data buffer.
(NMFSWARN 19)
NMFSWARN 19 CAUSE: This error occurs when caller of NMCONFGETDATA specifies
a buffer length smaller than the actual data entry size.
ACTION: See “Submitting an SR” at the beginning of this appendix.
MESSAGE: Unable to read data record from datafile. (NMFSERR 20)
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.
MESSAGE: Duplicate identifier already exists. (NMFSERR 21)
NMFSERR 21 CAUSE: This error is returned when trying to add a path that already
exists.
ACTION: See “File System Error” and “Submitting an SR” at the
beginning of this appendix.
MESSAGE: Resultant file size beyond permissible range.
(NMFSERR 22)
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 an SR” at the
beginning of this appendix.
MESSAGE: No identifiers exist beyond this path. (NMFSWARN 23)
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 an SR” at the beginning of this appendix.
MESSAGE: Pathname exceeds user specified maximum depth.
(NMFSERR 24)
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.