XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 7. Safeguard Selection Criteria
XYPRO Technology Corporation 139 Proprietary and Confidential
Safeguard OUTCOMEs and their Related Message Codes
Category Safeguard
OUTCOME
Message
Code
Authentication-Related UserExpired
UserFailed
UserFrozen
UserInvalid
UserPwExpired
UserPwInvalid
UserValid
402
403
404
406
401
405
400
Warning is only present when Safeguard is in WARNING
MODE.
No Records represent an access attempt for an object that is
not protected by Safeguard. When Safeguard is in
WARNING MODE, all access attempts are converted to No
Records and the ruling is based on the file’s Guardian
security string.
Warning
Norecord
459
455
Unhelpful
The $IGNORE-UNWANTED-SFG-CODES Filter that ships
with XMA prevents audit records with these outcomes from
being written to the XMA database
Failed
Maybe
Other
PartialSuccess
Pending
454
452
456
457
458
In Example 1 below, DATA_SELECT in paragraph 1 shows a Filter that prevents
Safeguard audit records that do not represent useful information from being written to
the XMA database. This can reduce the size of the XMA database considerably. What
makes these unhelpfulaudit records unique are their MESSAGE CODEs, so you can
create IGNORE Filters based on Safeguard MESSAGE CODEs.
DATA_SELECT paragraphs 2 through 5 use the message ‘D’ to eliminate secondary
records that contain uninformative messages.
Example 1: A Filter to Ignore Unhelpful Safeguard Records
FILTERDEFBEGIN $IGNORE-UNWANTED-SFG-RECS
STATUS ACTIVE ! $IGNORE-UNWANTED-SFG-RECS
! Safeguard Message Codes:
! 450 = granted | 455 = no record
! 451 = denied | 456 = other
! 452 = maybe | 457 = partial success
! 453 = passed | 458 = pending
! 454 = failed | 459 = warning
MOVER_BEGIN
MOVER_SELECT_BEGIN
PRODUCT = SAFEGUARD
MOVER_SELECT_END
MOVER_END
DATA_BEGIN
!Filter out uninformative Safeguard message codes:
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.MESSAGECODE LIKE "(452|453|454|456|457|458|459)"
1