In addition to the parameters that apply to all repository types, you can configure the parameters in this section for Documentum (DFC) repositories.
To configure this repository, use the ogs_java
library:
[Repositories] JavaClassPath0=ogs_java.jar 0=Documentum [Documentum] GroupServerLibrary=ogs_java JavaGroupServerClass=com.autonomy.groupserver.documentum.DocumentumGroupServer JavaClassPath0=ogs_documentum.jar // DFC location JavaClassPath1=DFC_INSTALL_PATH/*.jar // dfc.properties for this job JavaClassPath2=./directory/ Docbase= Username= Password=
This example assumes that the ogs_java.jar
and ogs_documentum.jar
are in the OmniGroupServer installation directory.
The DFC (Documentum Foundation Classes) must be installed on the server, and the path added to the JavaClassPath
(replacing DFC_INSTALL_PATH
in the example above).
There must be a dfc.properties
file that specifies the DocBroker
host and port:
dfc.docbroker.host[0]= dfc.docbroker.port[0]=
|