How to disable the creation of the EEM SAF Audit file creation in Autosys 12.x
search cancel

How to disable the creation of the EEM SAF Audit file creation in Autosys 12.x

book

Article ID: 281561

calendar_today

Updated On:

Products

CA Workload Automation AE - Scheduler (AutoSys)

Issue/Introduction

Some times WCC And the APP server performance can be improved by disabling the EEM SAF Audit file creation.
These files are only used for EEM Reporting functionality.

Environment

Autosys 12.x
EEM 12.x

Resolution

For the Autosys Application server:
Change the  $AUTOUSER/eiam.server.config OR %AUTOUSER%\eiam.server.config
EXAMPLE
  From:
     <Saf directory="/opt/CA/WorkloadAutomationAE/autouser.ACE/audit"/>
  To:
     <!--<Saf directory="/opt/CA/WorkloadAutomationAE/autouser.ACE/audit"/>-->

For the Autosys Web server:
Change the  $AUTOUSER/eiam.ws.config OR %AUTOUSER%\eiam.ws.config
EXAMPLE
  From:
     <Saf directory="/opt/CA/WorkloadAutomationAE/autouser.ACE/audit"/>
  To:
     <!--<Saf directory="/opt/CA/WorkloadAutomationAE/autouser.ACE/audit"/>-->

For the WCC server:
Change the $CA_WCC_INSTALL_LOCATION/data/config/application/config/resources/eiam.config
OR %CA_WCC_INSTALL_LOCATION%\data\config\application\config\resources\eiam.config

EXAMPLE
  From:
     <!--Absolute folder path for SAF folder where audit files will be stored for processing -->
     <Saf directory = "/opt/CA/WorkloadAutomationAE/wcc/log/eem/audit" />
  To:
         <!--Absolute folder path for SAF folder where audit files will be stored for processing -->
         <!--Saf directory = "/opt/CA/WorkloadAutomationAE/wcc/log/eem/audit" /-->

Note: 
You will need to restart the respective services, App Server, Web Server and WCC for these to take affect.

Additional Information