In addition to the parameters that apply to all repository types, you can configure the parameters in this section for Documentum (DFC) repositories.
Note: If you want to set up multiple Documentum repositories, you can also configure these parameters in the [Default] section (if you also have other repository types set up, they are not affected by these settings).
To configure this repository, use the ogs_java library:
[Repositories] JavaClassPath0=. JavaClassPath1=./*.jar JavaClassPath2=DFC_INSTALL_PATH/*.jar [Documentum] GroupServerLibrary=ogs_java JavaGroupServerClass=com.autonomy.groupserver.documentum.DocumentumGroupServer Docbase= Username= Password=
There must be a dfc.properties file in the OmniGroupServer working directory (JavaClassPath0=.)
The dfc.properties file must specify the DocBroker host and port:
dfc.docbroker.host[0]= dfc.docbroker.port[0]=
This example assumes that the ogs_java.jar and ogs_documentum.jar are in the OmniGroupServer installation directory (JavaClassPath1=./*.jar)
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).
|
|