TMF Application Programmer's Guide (G06.26+)
TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
5-94
Error Codes
-16 ARE-DATA-FILE-VERSION The data file on disk is not the same type
or does not have the same attributes as
the one whose modification generated the
current audit record.
-17 ARE-FIELD-NOT-PRESENT The specified field does not exist in the
current field-compressed update audit
record (the field was not updated and is not
part of the record key).
-18 ARE-NO-SQL The attempted operation requires NonStop
SQL/MP, but the system on which the
operation was attempted does not include
the NonStop SQL/MP product.
-19 ARE-FRAGMENT-NOT-PRESENT The requested data record fragment does
not exist in this audit record
-20 ARE-SWAP-VOL-INACCESSIBLE When ARSTART attempted to allocate an
extended segment, it received a file system
error that indicated the swap volume for
the segment was not accessible.
-21 ARE-OVERSIZE-FILE You called ARGetRecAddr, but the data file
whose modification generated the current
audit record is an oversized FORMAT2 file.
Use ARGetRecAddr64 instead.
SQL/MX Support Errors
-100 ARE-NO-SQLMX-SUPPORT SQL/MX is not installed.
-101 ARE-ONLY-USEABLE-WITH-SQLMX The called procedure requires that the
current audit record be an SQL/MX audit
record.
-102 ARE-NOT-USEABLE-WITH-SQLMX The called procedure requires a non-
SQL/MX audit record.
-103 ARE-BUFFER-TOO-SMALL The size of the output buffer is too small.
The reply-hint variable contains the
required size.
-104 ARE-MUST-USE-SEPARATE-
BUFFERS
The request and reply maps must not
overlap.
-105 ARE-ONLY-USEABLE-WITH-
DATAFORK
The called procedure requires an SQL/MX
data-fork record but the current record is
not an SQL/MX data-fork record.
-106 ARE-ONLY-USABLE-WITH-DML The called procedure requires a DML audit
record but the current record is not a DML
audit record.
Table 5-3. Error Codes by Class (page 2 of 4)
Code DDL Name Meaning