TMF Application Programmer's Guide (G06.26+)
TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
5-93
Error Codes
Table 5-3. Error Codes by Class (page 1 of 4)
Code DDL Name Meaning
Successful
0 AR-OK Successful completion.
User Errors
-1 ARE-ALREADY-STARTED You called ARSTART, but audit reading is
already started.
-2 ARE-BAD-PARAM-COMBINATION There is a conflict between two or more
parameters that are valid when taken
individually.
-3 ARE-CURSOR-NOT-ALLOCATED The specified cursor was not allocated in
the call to ARSTART.
-4 ARE-CURSOR-NOT-OPEN The specified cursor is not open.
-5 ARE-CURSOR-NOT-POSITIONED The specified cursor has not been
positioned.
-6 ARE-CURSOR-SEQNO-RANGE The sequence number passed to
ARPOSITION is not within the range
specified when the cursor was opened.
-7 ARE-INVALID-PARAM The value of a parameter is outside the
valid range.
-8 ARE-MISSING-PARAM A required parameter is missing from the
call.
-9 ARE-NO-CURRENT-RECORD There is no current audit record from which
to satisfy the request.
-10 ARE-NO-DISK-SPACE ARSTART received an error 43 (no disk
space) when attempting to allocate an
extended segment.
-11 ARE-NO-FREE-CURSORS All allocated cursors are in use.
-12 ARE-NOT-AVAILABLE The object of the procedure call, such as a
before-image or after-image, does not exist
in the current audit record (you are using
the wrong procedure call for the current
type of audit record).
-13 ARE-NOT-STARTED You tried to do something before starting
the audit-reading interface (you must call
ARSTART before calling any of the other
audit-reading procedures).
-14 ARE-DATA-FILE-NOT-FOUND The required data file is not available on
disk.
-15 ARE-DATA-FILE-TYPE The procedure you called cannot operate
on the current type of data file.