Set up the Documentum extractor
We are deprecating the Documentum extractor in favor of the File extractor. We strongly encourage you to adopt the File extractor as soon as possible.
Follow the steps below to set up the extractor.
Before you start
-
Check the server requirements for the extractor.
-
Make sure the extractor has the following access capabilities in a Cognite Data Fusion (CDF) project:
files:read
andfiles:write
raw:read
,raw:write
, andraw:list
if you're ingesting metadata into the CDF staging area.
TipYou can use OpenID Connect and your existing identity provider (IdP) framework to manage access to CDF data securely. Read more.
-
Set up a Windows Update schedule. Note that the update may reboot the machine, causing extractor downtime.
-
Navigate to Data management > Integrate > Extractors to download the installation files for the extractor.
Permission issuesSet Modify permission under Properties in the installation folder to avoid permission issues.
Connect to Documentum
Use the the mode
configuration parameter to configure the extractor to connect to Documentum through the D2 REST API or the Documentum Foundation Classes (DFC) Java SDK.
Cognite recommends connecting to Documentum using the D2 REST API.
-
If you connect using the D2 REST API, you may have to install the root certificate from the D2 server into the Java Virtual Machine (JVM) trusted CA store. Download the certificate file, and import it into the appropriate Java Runtime Environment (JRE):
keytool -importcert -trustcacerts -keystore cacerts -file .\Path\to\certificate.cer -keystore 'C:\Program Files\Java\jdkVERSION\jre\lib\security\cacerts'