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.
Autosys 12.x
EEM 12.x
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.