How to change or migrate EEM Server within CCA
book
Article ID: 130669
calendar_today
Updated On:
Products
CENDURA
Issue/Introduction
If an EEM host is changed or migrated where the hostname has been modified, CCA needs to update its settings to reflect those changes
Environment
Release:
Component: CAACM
Resolution
To update the EEM host in CCA:
- Navigate and log into the CCA Database
- Run the following query
update acm_prop set value='NEW_EEM_HOSTNAME' where grp='eem' and (name='eventdeliveryhost' OR name='host')
Replace 'NEW_EEM_HOSTNAME' with your new eem hostname - Recycle CCA Services
Feedback