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

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmers Guide540139-009
5-105
Error Codes
-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.
-107 ARE-NEED-NEWER-SQLMX The current version of SQL/MX is not new
enough to understand the current audit
record.
-108 ARE-NEED-OLDER-SQLMX The current version of SQL/MX is too new
to understand the current audit record.
File Management Error
-700 ARE-WRITE-ERROR An error occurred while attempting to write
to the specified file. To obtain more
information, call the FILEINFO system
procedure.
Cursor Management Error
-800 ARE-CURSOR-ERROR An error occurred while attempting to open,
close, or position a cursor or while
switching between cursors.
A more detailed error message is printed
on the operator terminal and is available
programmatically by calling the
ARGETMESSAGELINE audit-reading
procedure.
Auto I/O Errors
-900 ARE-AUDIT-READ-ERROR An error occurred while attempting to read
an audit record. No further reads will be
allowed for the current cursor until it has
been repositioned.
A more detailed error message is printed
on the operator terminal and is available
programmatically by calling the
ARGETMESSAGELINE audit-reading
procedure.
Table 5-3. Error Codes by Class (page 3 of 4)
Code DDL Name Meaning
Successful