XOS: Audit of $:?? plus additional characters are showing up in the audit files.

XOS: Audit of $:?? plus additional characters are showing up in the audit files.

Fix: Include the  MASK RE:"^\$\:"  in the POGROUP

The following example suppresses audits for $:?? processes:

POGROUP NO-POGROUP-AUDITS
     DESCRIPTION "Stop logging NORECORDS"
     ! *** Selection Criteria          ***
     MASK RE:"^\$:"
     ! *** Access Granted              ***
     ACL   $EVERYONE                   (R,W,C,S)
     ! *** Other Keywords              ***
     PROCESS_AS_ACL                      ! Final Answer on ACCESS
     RESULT_NORECORD                  ! Force NORECORD
     AUDIT_ACCESS_PASS  OFF       ! Audit Successes?
     AUDIT_ACCESS_FAIL   OFF      ! Audit Fails?
     AUDIT_WARNING_PASS  OFF   ! Write Success, If Warning
     AUDIT_WARNING_FAIL  OFF    ! Write Fail, If Warning
     AUDIT_ACCESS_NORECORD OFF         ! Do not log NORECORD
     WARNING_MODE          OFF         ! Warning mode

*NOTE: The AUDIT_ACCESS_NORECORD is set to OFF to avoid logging to the XOS AUDIT file.

If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.
    • Related Articles

    • XOS: Audit File Error 45 - Missing Sequence Numbers

      If a disk file name is specified for the AUDIT and no disk file exists, the file is created with the default format of type E, rec 4000, block 4096, primary extent size 300 pages, secondary extent size 300 pages and maxextents set to 16. When an ...
    • How to resize XOS audit files

      TACL> VOLUME $<VOLUME>.<XYGATEOS INSTALLATION SUBVOLUME> TACL> RUN XOS INSTALL TACL> EDIT OSCONF Edit the line AUDIT <FILENAME> EXT(<PRIMARY>, <SECONDARY>, <MAX EXTENTS>) (size of an audit trail can be controlled with the EXT option) eg: TACL> AUDIT ...
    • XOS: Disk that holds XOS audit is running out of space

      A. Create more disk space or change audit location in OSCONF to location with more space OR B. Decrease the extent size of the audit files (Modify OSCONF to set extents smaller) Steps to modify OSCONF and update configuration: 1. Set new parameters ...
    • XOS: What does "Ignored PROG" mean in XOS audit?

      The message means that XOS has ignored the action referenced in the audit record because there is nothing for XOS to rule on. No action is required. If you are unable to locate the solution needed or if you need additional assistance please Click ...
    • Moving OSCONF and OSACL files from an existing XOS environment to a new XOS environment

      1. Rename the OSCONF file in the new XYGATEOS installation location to OSCONFN 2. FUP DUP the OSCONF from the old installation to the new XYGATEOS installation location. Make sure that the file security and ownership matches that of the original ...