Documentum BPS Configuration Troubleshooting
Documentum BPS listeners reads bps_template to start the listeners, Note
- It caches the template under the documentum cache location defination in dfc.properties, But if data.dir is not defined in dfc.properties, it will create documentum cache locally to web application server and puts bps.template locally
- If you have multiple bps listener in HA, make sure they have distinct names and pointing to theme-self, for example
<instance_name>bps01</instance_name>
<ha_enabled>TRUE</ha_enabled>
<instance_name>bps02</instance_name>
<ha_enabled>TRUE</ha_enabled>
<instance_name>bps03</instance_name>
<ha_enabled>TRUE</ha_enabled>