MPE/iX Error Messages Manual Vol 1 (32650-90878)

Chapter 4 341
Error Messages V i C 4
(Subsystem 519)
TRUE) or you can change the CWD to a lower level
directory and continue search from there.
32 MESSAGE DIRT cannot return a filename longer than
PX_PATH_MAX bytes.
CAUSE During the traversal of the directory, DIRT encountered a
file whose pathname would exceed PX_PATH_MAX bytes.
ACTION Either you can skip this name (error function returns
TRUE) or you can change the CWD to a lower level
directory and continue search from there.
33 MESSAGE Path_ptr^ contains a name in MPE structure
but name length exceeds 16 characters.
CAUSE Names directly under /, MPE account, MPE group cannot
exceed 16 characters.
ACTION Pass a correct path_ptr^.
61 MESSAGE Error during HPDIRREAD.
CAUSE DIRT called HPDIRREAD and encountered unexpected
error.
ACTION Set a break point at DIRT.HANDLE_ERROR and look at
the stack trace to see what error is being generated by
HPDIRREAD.
91 MESSAGE Undefined error while using directory
services.
CAUSE DIRT called some directory services and encountered
unexpected error.
ACTION Set a break point at DIRT.HANDLE_ERROR and look at
the stack trace to see what error is being generated by
directory services.
92 MESSAGE A component of the path does not exist.
CAUSE A component of the path_ptr^ does not exist.
ACTION Check the path_ptr^ and try again.
93 MESSAGE A component of the path is not a directory.
CAUSE A component of the path_ptr^ exists but is not a directory.
ACTION Check the path_ptr^ and try again.
94 MESSAGE User lacks TD access.
CAUSE User lacks TD access on a directory in the path.
ACTION Either give user the TD access or tell user about the
security violation.
95 MESSAGE The last component of the path does not
exist.