How to address the following Error message I see in the In TRC_<enginename>_*.log?
"Unable to Retrieve Database Properties from Manager:<manager_address>. COAPI Returned:209410"
Client Automation - All Versions
When CAF is started, the custom created engines are started at the beginning just after smserver, ccnfagent and cfnotsrvd plugins.
But, they are started before cmobjectmanager (Common Object Manager).
This can cause a problem because the engine sends a CAM message to cmobjectmanager (queue U-COAPI) in order to retrieve some
database properties and the error 209410 occurs as CAM queue U-COAPI is not able to connected to cmobjectmanager
(cmobjectmanager is not yet started).
In order to avoid this error, add cmobjectmanager as a dependency for the first engine started by caf .