XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix G: Data Mapping
XYPRO Technology Corporation 265 Proprietary and Confidential
Special Processing for ODBC/MX Audits
The SEQNO and OPERATION field contain special values for SQL/MX records.
SEQNO
000000000 denotes the beginning of the SQL/MX Session
999999999 denotes the end of the SQL/MX Session
Operation
The values in the OPERATION column vary depending on the
ODBC/MX configuration.
If ODBC/MX is producing Statistics Records
EMS Record ID OPERATION
ConnectionInformation MXCS-SESSION-START
SQLStatement MXCS-'x' , where 'x' can equal any SQL statement such as:
SELECT, INSERT, DELETE, UPDATE
Session Summary MXCS-SESSION-END
Generated by XMA MXCS-SESSION-ABORT
The EMS MOVER can track up to 500 sessions using an
internal table called the Session Table.
This is generated by XMA for one of the following reasons:
1. The session has been dormant for an hour. The session is
terminated and the Session Table entry is cleared in
memory.
2. The Session Table is full and a new session is beginning.
The oldest session in the Session Table is reused for the
new session.
The operation will appear in a record with a sequence code
of 999999999.
Bypassed STATISTICS INFORMATION
SQLExecDirect
If ODBM/MX is producing Trace Records
EMS Record ID OPERATION
EnterConnect MXCS-SESSION-START
EnterExecDirect MXCS-'x' , where 'x' can equal any SQL statement such as:
SELECT, INSERT, DELETE, UPDATE
EnterDisconnect MXCS-SESSION-END
Generated by XMA MXCS-SESSION-ABORT (See explanation above)
By passed Enable ServerTrace EnterImpIInit
ExitImpIInitExitConnect ExitExecDirect
EnterFetchPerf ExitFetchPerf
EnterClose ExitClose
ExitDisconnect