MPE/iX Error Messages Manual Vol 1 (32650-90878)
496 Chapter6
File System (Native Mode)
(Subsystem 143)
ACTION Use FLOCK instead.
7108 MESSAGE NO SUCH LOCK EXISTS.
CAUSE HPFLOCKINFO, with a command parameter value of 1,
was issued on a lock request which does not exist.
ACTION Assume no such lock exists and continue.
7109 MESSAGE WHENCE PARAMETER OUT OF BOUNDS.
CAUSE A value other than 0, 1, 2, or 3 was passed in for the
whence parameter.
ACTION Pass in a legal value.
7110 MESSAGE LENGTH PARAMETER OUT OF BOUNDS.
CAUSE A negative value was passed for the the length parameter.
ACTION Pass in a non-negative number.
7111 MESSAGE START PARAMETER OUT OF BOUNDS.
CAUSE The value for the start parameter is beyond the file limit
for the file and is therefore, invalid.
ACTION Determine the file limit via FFILEINFO and correctly
compute the value for the start parameter.
7112 MESSAGE INTERNAL HPFLOCK ERROR.
CAUSE An internal file system error occurred.
ACTION Call your HP Support Representative.
7113 MESSAGE LOCK EXTENDS BEYOND THE FILE LIMIT.
CAUSE The start, length, and whence parameters combine to refer
to a record beyond the file limit.
ACTION Determine the file limit via FFILEINFO and correctly
compute the values for the start, length, and whence
parameters.
7114 MESSAGE INTERNAL HPFLOCK ERROR, FLOD MARKED INVALID.
CAUSE An internal file system error occurred. To avoid
corruption, all attempts to HPFLOCK or HPFUNLOCK
the file will be denied.
ACTION Close all instances of the file to release all locks and allow
locking on subsequent HPFLOCKs to occur.
7115 MESSAGE NO GUFD EXISTS, INCOMPATIBLE FILE TYPE.
CAUSE HPFLOCK does not support this file type.
ACTION Use FLOCK instead.
7116 MESSAGE NO GDPD EXISTS, INCOMPATIBLE FILE TYPE.
CAUSE HPFLOCK does not support this file type.