XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix C: Data Tables
XYPRO Technology Corporation 188 Proprietary and Confidential
C5: Audit Detail Table =XMA_AUDITDETAILTBL
These are the detail records with a particular session. There will be one or more
related records tied together by an entry in the AUDIT SESSION TABLE.
CREATE TABLE =XMA_AUDITDETAILTBL
(PARTITIONKEY NUMERIC(4) DEFAULT 1 NOT NULL
-- randomly chosen between 0002 and 0255 (0 is kept empty, 1 is reserved for copy)
RECORDGMT TIMESTAMP NO DEFAULT NOT NULL
-- Calculated GMT of the record
, GMTSEQNO CHAR (2) NO DEFAULT NOT NULL
-- To make the RECORDGMT unique
, RECORDLCT TIMESTAMP NO DEFAULT NOT NULL
-- Local Civil Time of the record
, RECORDAUDITKEY TIMESTAMP DEFAULT CURRENT NOT NULL
-- Timestamp of record insertion
, RECORDSESSIONKEY TIMESTAMP NO DEFAULT NOT NULL
-- Refers to RECORDKEY in =XMA_AUDSESSIONTBL
, SEQNO CHAR (9) NO DEFAULT NOT NULL
-- Sequence no of records within a session
, OUTCOME CHAR (1) DEFAULT '1' NOT NULL
-- '1' SUCCESS,'2' NORECORD, '3' FAILED
-- Generated using information contained in MESSAGECODE
, WARNINGMODE CHAR (1) DEFAULT 'N' NOT NULL
-- 'N' or 'Y'
, TESTMODE CHAR (1) DEFAULT 'N' NOT NULL
-- 'N' or 'Y'
, ALERTED CHAR (1) DEFAULT 'N' NOT NULL
-- 'N' or 'A'/'F'/'B'/'D'/'O' Generated by XMA
, SEVERITY CHAR (1) DEFAULT '1' NOT NULL
-- ‘1’: info ,‘2’: warning ,‘3’: critical ,'4' : fatal
, PRODUCTCODE CHAR(10) DEFAULT NULL
-- Mover generated. 8-charater codes such AS XYGATEAC or SAFERGUARD
, SUBJECT_USERNUMBER_MAJOR CHAR(8) DEFAULT NULL
-- Group number in case of HP NONSTOP
,SUBJECT_USERNUMBER_MINOR CHAR(8) DEFAULT NULL
-- User number in case of HP NONSTOP
, TARGET_USERNUMBER_MAJOR CHAR(8) DEFAULT NULL
-- Group number in case of HP NONSTOP
, TARGET_USERNUMBER_MINOR CHAR(8) DEFAULT NULL
-- User number in case of HP NONSTOP
, SUBJECTLOGIN VARCHAR(40) DEFAULT NULL
-- login/username of the subject user
, SUBJECTSYSTEM VARCHAR(64) DEFAULT NULL
-- System of the subject user
, TARGETLOGIN VARCHAR (40) DEFAULT NULL
-- login/username of the target user
, OBJECTTYPE VARCHAR (32) DEFAULT NULL
-- Type of the object acted upon e.g. FILE
, OBJECTNAME VARCHAR (200) DEFAULT NULL
-- Name of the object acted upon e.g. file in case of FTP
, OPERATION VARCHAR (128) DEFAULT NULL
-- Activity performed on the object
, TERMINAL VARCHAR (64) DEFAULT NULL
-- Terminal on which the activity was performed
, MESSAGEID VARCHAR (20) DEFAULT NULL
-- Any product specific internal id such as AUDIT-TYPE for audit files
-- that contain different record types
, MESSAGECODE VARCHAR (20) DEFAULT NULL