TMF Application Programmer's Guide (H06.06+, J06.03+)

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmers Guide540139-009
5-108
Error Codes
-27 ARE-PAGE-LIMIT-
EXCEEDED
The ARGetRecAddr procedure is
called. The total number of pages
or blocks for all the partitions in
the FORMAT1 file exceeds or
equals 2^33. Use a Format 1 file
which does not exceed the
page/block limit or use a Format2
file.
-28 ARE-INVALID-
FILETYPE
The ARGetRecAddr procedure is
called. The data file whose
modification generated the current
audit record is not key-sequenced,
entry-sequenced, unstructured, or
relative. Check the file-type of the
data file.
-29 ARE-CACHE-
ERROR
Allocation and initialization of a
new record address information
cache entry could not be made.
-30 ARE-ILLEGAL-
FLABMOD-
RECTYPE
Illegal file label modification record
type was encountered which does
not match with the standard
known file label modification
operations. Ensure the file label
modification operation you intend
is among the standard known
operations. It might be the case
that the current audit record is not
pointing to the intended location.
-31 ARE-ILLEGAL-
RECTYPE
Illegal Audit Record type
encountered. Ensure the current
audit record is pointing to the
intended record type.
-32 ARE-ILLEGAL-
OTHER-RECCLASS
Illegal Record Class encountered
which is not one of the following:
Character field, Variable Length
Character field, Numeric field. It is
an assortment of other field types
which is not expected.
-33 ARE-ILLEGAL-
RECCLASS
Illegal Record Class encountered
which cannot exist and thus is not
expected.
-34 ARE-
FIELDNUMBER-
MISMATCH
Requested field number is not
equal to previously saved field
number.
Table 5-5. Errors returned in case return-code is -1000
Code DDL Name Meaning