After performing an successful upgrade of EEM to 12.7.2.0, cannot work with EEM anymore. In the CA-wcc.log, there are errors like:
"WARN #EEMStatusCheck # Cannot ping the EEM backend ."
WCC certificate with in EEM needs to be re-issued
Follow below approach to reissue WCC certificates on the WCC Server:
On Unix/Linux:
cd $CA_WCC_INSTALL_LOCATION/safex./safex -h <eem_host.example.com> -u EiamAdmin -p <password> -f IssueCertificate.xmlcp -p wcc.* $CA_WCC_INSTALL_LOCATION/data/config/unisrvcntr stop CA-wcc-servicesunisrvcntr start CA-wcc
On Windows, open a Command Prompt as Administrator:
cd %CA_WCC_INSTALL_LOCATION%/safexsafex.bat -h <eem_host.example.com> -u EiamAdmin -p <password> -f IssueCertificate.xmlcopy -p wcc.* %CA_WCC_INSTALL_LOCATION%\data\config
Stop and Start the CA-wcc-services service from Windows Services Control Panel