Safeguard Audit Service Manual (G06.24+, H06.03+)

Producing SAFEART Reports
Safeguard Audit Service Manual520480-014
6-16
Command File Examples
session. The procedure for using this type of command file to produce a report is as
follows:
1. From SAFEART, issue the OBEY command:
<=OBEY obey-file
2. Specify the audit file or files with the AUDIT FILE command.
3. Specify a time period for the report with the SET START TIME and SET END TIME
commands.
4. Specify any other preferred parameters.
5. Verify all report parameters with the SHOW * command.
6. Begin production of the report with the START command.
The following examples show how to use command files to produce reports of different
types of events. Your command files will have different values. For a description of the
fields and values used in the SET WHERE commands, see Section 7, SAFEART Field
Descriptions.
Safeguard Management Attempts
-- This file establishes criteria to produce a report of
-- attempts to manage components of the Safeguard database.
--
AUDIT FILE
RESET START TIME; RESET END TIME
RESET PAGE SIZE
RESET WHERE
SET DESTINATION FILE "\euro.$ops.audit.saferecs"
SET TITLE ("Safeguard Management Attempts")
SET WHERE objecttype=sfgconfigrec
SET WHERE objecttype=sfglurec
SET WHERE objecttype=userrecord
SET WHERE objecttype=protrecord
SET WHERE objecttype=SfgProcRec
SET WHERE objecttype=audtrconfigrec
Failed Super ID Logons
-- This file establishes criteria to produce a report
-- of failed attempts to log on as the super ID.
--
AUDIT FILE
RESET START TIME; RESET END TIME
RESET PAGE SIZE
RESET WHERE
SET DESTINATION FILE "\euro.$ops.audit.superID"
SET TITLE ("Failed Super ID Logons")
SET WHERE Operation=VerifyUser AND Outcome <> UserValid &
AND guarduserusernumber=255,255