Showing posts with label BPS duplicate listener. Show all posts
Showing posts with label BPS duplicate listener. Show all posts

Friday, April 7, 2017

Documentum BPS Config

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
    • BPS 1

    <instance_name>bps01</instance_name>
    <ha_enabled>TRUE</ha_enabled>
    • BPS 2

    <instance_name>bps02</instance_name>
    <ha_enabled>TRUE</ha_enabled>
    • BPS 3

    <instance_name>bps03</instance_name>
    <ha_enabled>TRUE</ha_enabled>

Total Pageviews