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

482 Chapter6
File System (Native Mode)
(Subsystem 143)
1063 MESSAGE TM_INVALID_KEY_SPECIFIED: The key
specification provided by the user is not a
valid one.
CAUSE The key specified in a procedure such as FREADBYKEY
does not match the one specified in building the file.
ACTION Check the key specified in the procedure call to
FREADBYKEY or FFINDBYKEY.
1065 MESSAGE TM_FFIND_FAILED: An FFINDN failed based on
the relative record number specified.
CAUSE The relative record number specified was greater than the
largest relative record number in the B TREE.
ACTION Check the second parameter in the call to FFINDN
specifying the relative record number.
1066 MESSAGE TM_DUP_KEY_FOUND: Duplicate keys were found
for the key currently being specified.
CAUSE The detection of the existence of duplicate keys is
specificaly performed for COBOL in FREAD and
FREADBYKEY intrinsics called by COBOL.
ACTION This status will be returned to COBOL programs only.
1067 MESSAGE TM_KSM_SPACE_FAILED: An error ocurred while
doing FSPACE.
CAUSE The displacement specified in the FSPACE parameter is
too large or too small.
ACTION Check the displacement specified in the FSPACE
parameter.
1068 MESSAGE TM_INVALID_INDEX_RRN: An error was detected in a B
TREE entry for location of a data record.
CAUSE The internal B TREE sturucture is corrupted.
ACTION Close this file and build a new file. Use FCOPY specifying
KEY=0 to rebuild a new KSAM XL file.
1069 MESSAGE TM_INVALID_DATA_PTR_CALCULATED: The position
of the data pointer computed is before the
first data record or after the end of file.
CAUSE The KSAM XL file is corrupted in the data pointer of the
index area.
ACTION Close the KSAM file, store it to tape, and contact your HP
Support Representative.
1070 MESSAGE TM_INVALID_REC_NUM: An invalid recnum was
specified in the call to a pointer
positioning procedure such as FPOINT, or
FREADDIR.