MPE/iX Error Messages Manual Vol 1 (32650-90878)
Chapter 4 335
Error Messages V i C 4
Directory Subsystem
Directory Subsystem
Subsystem 518
This chapter presents error messages for the Directory Subsystem.
-1 MESSAGE no file
CAUSE The last name component of the pathname does not exist
in the directory For example: While traversing the
pathname "/A/B/F", if "F" did not exist, then
HPDIR_STATUS_NOFILE is generated.
ACTION Reference an existing file.
-2 MESSAGE missing component
CAUSE The entry does not exist. A name component of a
pathname does not exist in the directory. For example:
While traversing the pathname "/A/B/F", if "B" did not
exist, then HPDIR_STATUS_NOENT is generated.
ACTION Reference an existing file.
-3 MESSAGE not a directory
CAUSE A component of a pathname is not a directory object. For
example: "/dir1/notadir/file" "notadir" is not a directory
object.
ACTION Reference an existing file.
-4 MESSAGE already exists
CAUSE An entry already exists in the directory (duplicate name).
Trying to insert a name into the directory but the name is
already in the directory.
ACTION Choose another name.
-5 MESSAGE not empty
CAUSE The directory is not empty. Trying to purge a directory
which contain directory entries other than "." (dot) and ".."
(dotdot).
ACTION Delete all directory entries prior to deleting the directory.
-6 MESSAGE permission denied
CAUSE Operation denied because of implementation. Trying to