(private) sorry...!! contact@ecmnotes.com

DFC Configuration

  • All DFC Configurations is performed in dfc.properties.
  • DFC checks the configuration changes based on the value of dfc.config.check_interval property.
    • The default is 30 seconds
  • Configuration can also be done programmatically using DfPrefrences.
    • These changes are not persistent
    • Not all information can be updated programmatically

 

 dfc.properties: An Example

dfc.data.dir=C:/Documentum

dfc.globalregistry.password=pIr+SciyEGuEv72thH1mEQ==

dfc.globalregistry.repository=testrepo

dfc.globalregistry.username=dm_bof_registry

dfc.docbroker.host[0]=testserver

dfc.docbroker.port[0]=1489

dfc.security.keystore.file=C:/Documentum/config/dfc.keystore

dfc.session.secure_connect_default=try_native_first

dfc.tokenstorage.dir=C:/Documentum/apptoken

dfc.tokenstorage.enable=false

Leave a Reply