XYGATE User Authentication Reference Manual
XYGATE
®
User Authentication
™
Reference Manual
Chapter 19. XUA Auditing and Audit Reports
XYPRO Technology Corporation 177 Proprietary and Confidential
Example:
$SYSTEM XYGATEUA 5> FI $VIK.XYGAUDIT.ACL*
fi XYGAUDIT.ACL*
$VIK.XYGAUDIT
CODE EOF LAST MODIFIED OWNER RWEP PExt Sext
ACL00015 3333 266240 30JUL2013 16:48 232,52 NNNC 300 300
ACL00016 3333 266240 25AUG2013 16:23 232,52 NNNC 300 300
$SYSTEM XYGATEUA 6> VOLUME $VIK.XYGATEUA
$VIK XYGATEUA 7> RUN XUA INSTALL
$VIK XYGATEUA 8> #OUTPUT [XUA_NEXTGEN XYGAUDIT.ACL]
XYGAUDIT.ACL00017
$VIK XYGATEUA 9> == Change EXT(300,300,900) to EXT(4000,4000,700)
$VIK XYGATEUA 10> TEDIT UACONF
$VIK XYGATEUA 11>
$VIK XYGATEUA 11> RENAME $VIK.XYGAUDIT.ACLOG $VIK.XYGAUDIT.ACL00017
$VIK XYGATEUA 12>
$VIK XYGATEUA 12> == ACL00017 is the last file uses previous EXT(300,300,900)
$VIK XYGATEUA 13>
$VIK XYGATEUA 13> #OUTPUT [XUA_NEXTGEN XYGAUDIT.ACL]
XYGAUDIT.ACL00018
$VIK XYGATEUA 14> == ACL00018 will be the first file using EXT(4000,4000,700)
19.1.4 Considerations when Access Audit Records Using ENFORM
XYPRO-supplied reports can correctly distinguish between the two audit record types
when they are mixed in a single file. The DDL file is supplied to support user-written
ENFORM reports based upon logs written to these audit files.
Reports use Enform, which creates temporary work files during processing. The user
must have access to create files and write to them in the Enform temporary work file
location.
The default Enform temporary work file location is the <$vol.subvol> from which
Enform is executed. This volume portion of the Enform temporary work file location
can be changed via assigns, but the subvol portion cannot be changed. Therefore, the
user must have Create and Write access to the files in the <$vol.subvol> from which
the report macro is executed.
If users do not have Create and Write access to these files in their product installation
location, then they can either:
• Set their TACL vol.subvol to a location where files can be created and written to
before running the report macro,
–or–
• Add the following assigns to the current TACL environment:
ASSIGN QUERY-WORK-AREA,<$VOL>.<product-installation-subvol>
ASSIGN QUERY-SORT-AREA,<$VOL>.<product-installation-subvol>
where <$VOL>.<product-installation-subvol> represents a location where the user has
Create and Write access to the files.