Documentum Connector can be installed as part of a larger system that includes an IDOL Server and an interface for the information stored in IDOL Server. To maximize performance, Micro Focus recommends that you install IDOL Server and the connector on different machines.
For information about the minimum system requirements required to run IDOL components, including Documentum Connector, refer to the IDOL Getting Started Guide.
The root of the DFC installation includes a dctm.jar
file that is required by the connector. It may also be necessary to configure the location of some native libraries using the configuration parameter JavaLibraryPath
.
The configuration on Windows resembles:
JavaClassPath=.;JavaConnector.jar;DocumentumConnector.jar;<DFC>\dctm.jar JavaLibraryPath=<DFC>\Shared
given the dfc.properties
file is located in the connector working directory.
If installing a DFC is not an option, the connector requires only the JavaConnector.jar
, DocumentumConnector.jar
, dfc.jar
, dfcbase.jar
, log4j.jar
and dfc.properties
files for normal usage. Holds also require the DmcRecords.jar
file. (This example uses libraries from Documentum 5.3.)
For Documentum 6.5, the dependencies are: JavaConnector.jar
, DocumentumConnector.jar
, dfc.jar
, aspectjrt.jar
, certjFIPS.jar
, fsafeFIPS.jar
, and dfc.properties
. (These dependencies could potentially depend on the connector or server configuration, but copying all the libraries from an existing DFC installation will provide all the dependencies that could be required.)
|