MPE/iX Error Messages Manual Vol 1 (32650-90878)
342 Chapter4
Error Messages V i C 4
(Subsystem 519)
CAUSE The last component of the path_ptr^ does not exist.
ACTION Check the path_ptr^ and try again.
96 MESSAGE Internal security error.
CAUSE Unknown. DIRT was using some security service while the
error occurred.
ACTION Set a break point at DIRT.HANDLE_ERROR and look at
the stack trace to see what error is being generated by
security.
121 MESSAGE Error while calling HPFOPEN.
CAUSE Unknown. DIRT was calling HPFOPEN when the error
occurred.
ACTION Set a break point at DIRT.HANDLE_ERROR and look at
the stack trace to see what error is being generated by
HPFOPEN.
122 MESSAGE Security violation during HPFOPEN, failed to
open a directory.
CAUSE User lacks appropriate access to HPFOPEN the directory.
ACTION Check if the user has RD access on the directory.
123 MESSAGE Too many file already open, failed to open a
directory.
CAUSE The user has too many files already open.
ACTION Close the files/directories opened prior to calling DIRT. It
is also possible that there are too many directories being
opened by DIRT itself. In such a case change CWD to a
lower level and try again.
124 MESSAGE The directory has been opened exclusively by
someone else.
CAUSE DIRT is trying to HPFOPEN a directory that is opened
exclusively by someone else.
ACTION Wait for the other process to close the directory or skip this
directory by error function returning TRUE.
125 MESSAGE The UFID of the directory is a bad one.
CAUSE It is possible that there is directory corruption. Also, it is
possible that the directory has been purged by someone
else in a small time window (not a bug - just that state of
the dir has changed).
ACTION If it is the first reason, run FSCHECK to see if everything
is ok. If it is the second reason, don't worry and just skip
this directory.
156 MESSAGE The filter supplied to DIRT is not correct.