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

Chapter 6 497
File System (Native Mode)
(Subsystem 143)
ACTION Use FLOCK instead.
7117 MESSAGE COMMAND PARAMETER OUT OF BOUNDS.
CAUSE A value other than 0 or 1 was passed in for the command
parameter to HPFLOCKINFO.
ACTION Pass in a legal value.
7118 MESSAGE LOCK PARAMETER OUT OF BOUNDS.
CAUSE A value other than 0, 1, 2, 3, or 4 was passed in for the lock
parameter to HPFLOCK.
ACTION Pass in a legal value.
7119 MESSAGE PIN PARAMETER OUT OF BOUNDS.
CAUSE An invalid value was passed in the pin parameter to
HPFLOCKINFO.
ACTION Pass in a legal value.
7120 MESSAGE INTERRUPT OCCURED WHILE WAITING FOR LOCK.
CAUSE The process was aborted or an interrupt occurred while
waiting for the lock request. The request was denied.
ACTION Retry the operation.
7123 MESSAGE SIZE PARAMETER OUT OF BOUNDS.
CAUSE An invalid value was passed in for the size parameter to
HPFLOCKINFO.
ACTION Pass in a positive value.
7124 MESSAGE INVALID FILE TYPE.
CAUSE HPFLOCK does not support this file type.
ACTION Use FLOCK instead.
7125 MESSAGE LOCK TYPE AND FILE ACCESS INCOMPATIBLE.
CAUSE A request for a read lock was made on a file not opened
with read access or a request for a write lock was made on
a file not opened with write access.
ACTION HPFOPEN the file with the appropriate access.
7126 MESSAGE CONFLICTING READ FORMAT.
CAUSE The HPFLOCK request has been denied because another
lock request has been granted by a process which has the
file opened with a different read format.
ACTION Retry the operation later, or reopen the file a different read
format and retry the operation.