NMFSERR Messages [ Using the Node Management Services (NMS) Utilities ] MPE/iX 5.0 Documentation
Using the Node Management Services (NMS) Utilities
NMFSERR Messages
NMFSERR messages are produced by the NMS File Server (NMFILE.PUB.SYS). In
most cases, they are accompanied by other messages (NMGRERRs or MPE File
System errors). You should take the action recommended for the
accompanying messages first.
NMFSERR 1 MESSAGE Unable to create new datafile. (NMFSERR 1)
CAUSE This error occurs when NMFILE cannot create a
new file that is requested by a call to
NMCONFOPEN, because of an error in an FOPEN. It
could be due to a faulty call to NMCONFOPEN or
an error due to specific problems on the system
itself, such as insufficient disc space or an
I/O error on the file label.
ACTION See "File System Error" and "Submitting an SR"
at the beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 2 MESSAGE Unable to write root directory entry to
datafile.
(NMFSERR 2)
CAUSE This error occurs when NMFILE calls
MIDASBUILDROOT when processing an NMCONFOPEN.
ACTION See "File System Error" and "Submitting an SR"
at the beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 3 MESSAGE Unable to close datafile. (NMFSERR 3)
CAUSE FCLOSE failure in MIDASCLOSE, called by NMFILE
when processing an NMCONFCLOSE or NMCONFPURGE.
ACTION See "File System Error" and "Submitting an SR"
at the beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 4 MESSAGE Unable to open datafile. (NMFSERR 4)
CAUSE FOPEN failure in MIDASOPEN called by NMFILE when
processing an NMCONFOPEN, or an FOPEN failure in
MIDASCOMPRESS. File does not exist.
ACTION Create file first.
CAUSE FOPEN failure in MIDASOPEN called by NMFILE when
processing an NMCONFOPEN, or an FOPEN failure in
MIDASCOMPRESS. File system error.
ACTION See "File System Error" and "Submitting an SR"
at the beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 5 MESSAGE Unable to retrieve filecode from datafile.
(NMFSERR 5)
CAUSE This error occurs when NMFILE calls MIDASOPEN
which fails on FGETINFO after an NMCONFOPEN was
called. This may indicate that the file label
has been corrupted.
ACTION See "File System Error" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMFSERR 6 MESSAGE Datafile does not match user specified filecode.
CAUSE This warning occurs when a caller of NMCONFOPEN
tries to open a file that does not have a CONF
file code either because the data file specified
is not a configuration file (most likely), or
because the data file label has been corrupted
in some way.
ACTION See "Submitting an SR" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMFSERR 7 MESSAGE Unable to read root directory entry in datafile.
(NMFSERR 7)
CAUSE NMFILE called MIDASFILEINFO which failed on
FREADDIR after NMCONFFILEINFO was called; or
MIDASFINDENTRY was called by NMFILE, and
FREADDIR failed. Most NMCONF procedures result
in a call to MIDASFINDENTRY.
ACTION See "File System Error" and "Corrupt
Configuration File" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMFSERR 8 MESSAGE Unable to find root directory entry in datafile.
(NMFSERR 8)
CAUSE This error occurs when the root of the file
cannot be found in either MIDASFILEINFO or
MIDASFINDENTRY. The first is called as a result
of a call to NMCONFFILEINFO. The latter is
called by many other MIDAS procedures.
ACTION See "File System Error" and "Corrupt
Configuration File" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMFSERR 9 MESSAGE Unable to find indentifier in pathname.
(NMFSERR 9)
CAUSE This error happens when MIDASFINDENTRY cannot
find an entry with the given path name. This
procedure is called internally by several MIDAS
procedures. It also results for the same reason
in MIDASRENAMEPATH (from a call to
NMCONFRENAMEPATH) and MIDASPURGEPATH (from a
call to NMCONFPURGEPATH ). This is a user error.
Make sure the pathname requested was previously
entered into the file.
ACTION Check spelling.
CAUSE This error happens when MIDASFINDENTRY cannot
find an entry with the given path name. This
procedure is called internally by several MIDAS
procedures. It also results for the same reason
in MIDASRENAMEPATH (from a call to
NMCONFRENAMEPATH) and MIDASPURGEPATH (from a
call to NMCONFPURGEPATH ). The file might be
corrupt.
ACTION See "Corrupt Configuration File" at the
beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 10 MESSAGE Directory linkage error in datafile. (NMFSERR
10)
CAUSE This error occurs when there is a failure in an
FREADDIR in the MIDAS procedures shown in the
table when the next link or the root cannot be
found. Specifically, an unexpected end of file
was found.
ACTION See "Corrupt Configuration File" at the
beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 11 MESSAGE Unable to read directory entry in datafile.
(NMFSERR 11)
CAUSE This error is similar to message NMFSERR 10
except that the end of file was not the error
when FREADDIR was called.
ACTION See "File System Error" and "Corrupt
Configuration File" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMFSERR 12 MESSAGE Data is already associated with this identifier.
(NMFSERR 12)
CAUSE This error is returned by MIDASADDDATA when data
already exists at the location where it was to
be added.
ACTION See "Corrupt Configuration File," "Invalid
Software Installation," and "Submitting an SR"
at the beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 13 MESSAGE Unable to retrieve freespace pointer from
datafile. (NMFSERR 13)
CAUSE This error is returned by the MIDAS procedures
listed in the table when there is an FGETINFO to
find the last record and there is a failure of
that call.
ACTION See "File System Error" and "Corrupt
Configuration" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMFSERR 14 MESSAGE Filespace exhausted. Unable to add entry.
(NMFSERR 14)
CAUSE This is caused when FGETINFO returns
insufficient file space left for an additional
entry in the configuration file.
ACTION Compress configuration file. If this does not
resolve the error, add records to the
configuration file.
--------------------------------------------------------------------------
NMFSERR 15 MESSAGE Unable to write data record to datafile.
(NMFSERR 15)
CAUSE This is due to an FWRITEDIR failure.
ACTION See "File System Error" and "Submitting an SR"
at the beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 16 MESSAGE Unable to write directory entry to datafile.
(NMFSERR 16)
CAUSE This is due to an FWRITEDIR failure.
ACTION See "File System Error" at the beginning of this
appendix.
--------------------------------------------------------------------------
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.
--------------------------------------------------------------------------
NMFSERR 19 MESSAGE Read truncated to capacity of data buffer.
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.
--------------------------------------------------------------------------
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 an SR"
at the beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 22 MESSAGE Resultant file size beyond permissable 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 an SR"
at the beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 23 MESSAGE No identifiers exist beyond this path.
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.
--------------------------------------------------------------------------
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.
ACTION See "Submitting an SR" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMFSERR 25 MESSAGE Identifier exceeds maximum permissable length.
(NMFSERR 25)
CAUSE This is returned by MIDASPARSEPATH when the
pathname is too long. No NMCONF procedure calls
this intrinsic.
ACTION See "Submitting an SR" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMFSERR 26 MESSAGE Pathname length exhausted user specified buffer.
(NMFSERR 26)
CAUSE This is returned by MIDASTRAVERSE when the
maxlevel parameter is exceeded by the pathlevel
parameter. This is probably caused by an
excessive pathdepth parameter in NMCONF
procedure calls.
ACTION See "Submitting an SR" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMFSERR 27 MESSAGE Unable to rename old datafile prior to
replacement. (NMFSERR 27)
CAUSE This is caused by an FRENAME failure in
MIDASCOMPRESS, and is currently only returned by
the user interface.
ACTION See "File System Error" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMSFERR 28 MESSAGE Unable to purge old datafile prior to
replacement.
CAUSE This is due to an FCLOSE failure in
MIDAScompress, and is currently returned only by
the user interface.
ACTION See "Corrupt Configuration File" at the
beginning of this appendix.
--------------------------------------------------------------------------
NMSFERR 29 MESSAGE Datafile is empty.
CAUSE This is returned by MIDAScompress when existing
data file has no data in it. This might not be
an error if compress is called from the user
interface but no data was put into the file.
ACTION If you suspect that there should have been data,
then see "Corrupt Configuration File" at the
beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 30 MESSAGE Parameter out of range. (NMFSERR 30)
CAUSE This is a generic error returned from several
MIDAS procedures. Check parameters in calls to
NMCONF procedures to see if they are in
permissible range.
ACTION See "Submitting an SR" at the beginning of this
appendix.
--------------------------------------------------------------------------
NMFSERR 31 MESSAGE Unable to open message catalog NMCAT.PUB.SYS.
(NMFSERR 31)
CAUSE Returned by MIDASERRMSG if there is a failure to
open NMCAT.PUB.SYS. See if this file is on the
system. If it is, it might be corrupt.
ACTION See "Invalid Software Installation" at the
beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 32 MESSAGE Unable to read message catalog NMCAT.PUB.SYS.
(NMFSERR 32)
CAUSE Returned by MIDASERRMSG. The file might be
corrupted.
ACTION See "Invalid Software Installation" at the
beginning of this appendix.
--------------------------------------------------------------------------
NMFSERR 33 MESSAGE Unable to close message catalog NMCAT.PUB.SYS.
(NMFSERR 33)
CAUSE Returned by MIDASERRMSG. FCLOSE failure on the
file.
ACTION See "Submitting an SR" at the beginning of this
appendix.
--------------------------------------------------------------------------
MPE/iX 5.0 Documentation