XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix C: Data Tables
XYPRO Technology Corporation 186 Proprietary and Confidential
C3: Audit Installation Table =XMA_AUDINSTALLTBL
This table is a cross-reference of PRODUCTCODE to PRODUCT INSTALLATION
information. It is used to help identify the source installation for the data in the Audit
Session Table.
CREATE TABLE =XMA_AUDINSTALLTBL
(RECORDINSTALLKEY TIMESTAMP DEFAULT CURRENT NOT NULL
, PRODUCTCODE CHAR (10) NO DEFAULT NOT NULL
-- Refers to PRODUCTCODE in =XMA_AUDPRODUCTTBL
, IPADDRESS CHAR (16) DEFAULT NULL
-- IP address of the system which caused the generation of this audit
, SYSTEMNAME VARCHAR (64) NO DEFAULT NOT NULL
-- System which caused the generation of this audit
, LOCATION VARCHAR (128) NO DEFAULT NOT NULL
-- Location within the system which caused the generation of this
-- audit
-- Contains $VOL.SUBVOL in case of XYGATE products
, DNSNAME VARCHAR (100) DEFAULT NULL
-- DNS name of the system which caused the generation of this audit
, PRIMARY KEY RECORDINSTALLKEY
)