After upgrading Workload Control Center (WCC) to version 24.x, the "Monitor" action may be missing from the ApplicationAccess policy within the CA EEM UI.
This prevents users from accessing the new Monitor tab and search bar in the Autosys Web UI. This issue typically occurs if EEM connectivity is interrupted during the policy upgrade phase of the installation.
Symptoms
cawa_installer.log contains errors indicating a failed application registration:
Autosys Workload Automation (All 24.x On-Premise versions)
WCC (Web UI) 24.X , EEM (Embedded Entitlements Manager)
The WCC installer failed to execute the policy registration script (UWCCRegister.xml) due to an EEM connectivity error or an internal EEM server exception during the upgrade.
There was a problem during WebUI policy upgrade phase, normally this is done automatically as part of upgrade. This could happen if there was a problem with EEM connectivity during the upgrade phase.
One example from cawa_installer.log for such a use case looks like:
2026-02-06 04:41:07,079 [main] INFO com.ca.wla.ae.installer.mm.action.wcc.RegisterWCCEEMPolicies(67) - Upgrading R12 EEM Policies for WCC
2026-02-06 04:41:07,081 [main] INFO com.ca.wla.ae.installer.eem.WccEEMUtils(63) - EEM is already initialized.
2026-02-06 04:41:07,092 [main] DEBUG com.ca.wla.ae.installer.mm.action.wcc.RegisterWCCEEMPolicies(77) - Cannot register wcc eem policies com.ca.wla.ae.installer.exception.AEEEMValidationException: [CAUAJM_E_112111] An internal error occurred while interacting with the CA EEM server.
2026-02-06 04:41:07,093 [main] WARN com.ca.wla.ae.installer.logger.LogHelper(52) - NonFatalException : W_AE_WCC_EEM_RegisterApp_Failed [CAUAJM_W_116420] Unable to register or upgrade the Web UI EEM application.
[CAUAJM_W_116420] Unable to register or upgrade the Web UI EEM application.
2026-02-06 04:44:17,812 [main] DEBUG com.ca.wla.ae.installer.customaction.AEBackUpLogs(288) - Exception occured while backing up EEM logs:
If you cannot revert to a pre-upgrade snapshot, use the following steps to manually register the 24.x application definitions.
Note: If you do not have a backup of your original custom policies, they will be overwritten during re-registration. You can repopulate your development environment by exporting healthy policies from a Production or Sandbox environment.
safex utility to remove the existing application definition:safex -h [hostname] -u EiamAdmin -p [password] -f DeregisterWCC.xmlsafex using the UWCCRegister.xml file located in the /safex/ directory of your WCC 24.x installation.safex -h [hostname] -u EiamAdmin -p [password] -f /safex/UWCCRegister.xmlEiamAdmin for application WCC0004.ApplicationAccessDefault) and check the box for the Monitor action for the required users.
NOTE: This assumes that you have a backup of WCC EEM policies from the older release prior to performing the steps below.