MPE/iX Error Messages Manual Vol 1 (32650-90878)
336 Chapter4
Error Messages V i C 4
Subsystem 518
insert/purge "." or ".." into/from the directory, or trying to
purge an MPEXL node group/account/root.
ACTION The requested operation is not permitted.
-7 MESSAGE get name failed
CAUSE Could not get a name component from the pathname. This
may happen if in hpdir_get_next_component routine we
trap, whoever called us did not probe the pathname for
read or the path is not NULL terminated.
ACTION Ensure access to the parameter memory.
-8 MESSAGE not allowed on directories
CAUSE The argument point to a directory object. Trying to
purge/unlink a file, but the path is pointing to a directory
object (root, account, group or hpdir). For example:
'/dir1/dir2/dir3': can't unlink dir3 if it is a directory object.
To purge a directory object the caller should call
HPDIR_PURGE_DIR interface.
ACTION Use an interface which allows purging directories.
Interfaces for purging files will not purge directories and
vice-versa.
-9 MESSAGE xm start failed
CAUSE An error happened while trying to start a system
transaction. XM_START_SYSTEM_TRANS
ACTION Internal error. Please report this error to HP.
-10 MESSAGE xm end failed
CAUSE An error happened while trying to end a system
transaction. XM_END_SYSTEM_TRANS
ACTION Internal error. Please report this error to HP.
-11 MESSAGE xm attach failed
CAUSE An error happened while trying to attach a directory to
XM. XM_ATTACHUFID
ACTION Internal error. Please report this error to HP.
-12 MESSAGE non-existent account
CAUSE For disk space accounting: the account name was not
found.
ACTION Refer to an existing object.
-13 MESSAGE non-existent group
CAUSE For accounting: the group name was not found
ACTION Refer to an existing object.