Before you start
- Check the server requirements for the extractor.
- Assign access capabilities in a Cognite Data Fusion (CDF) project.
- 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.
Set Modify permission under Properties in the installation folder to avoid permission issues.
Connect to Documentum
Use themode 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.
- D2 REST API (recommended)
- DFC Java SDK
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):
Run as a jar file
1
Download the SDK file
Download and add the
dfc.jar SDK file from Documentum to the lib folder in the installation directory.2
Run the jar file
Run the jar file:
3
Add DFC properties file (if using DFC Java SDK)
If you’re connecting via the DFC Java SDK, create a DFC properties file as a second argument:
Schedule automatic runs
To schedule automatic runs using Windows, see Run extractors in Windows Task Scheduler. If you use a batch script to call the .jar file, the Windows Task Scheduler terminates the script process without terminating children (the Java process). Use the Task Manager to end the Java process to stop the extractor.Schedule using cron jobs
Schedule using cron jobs
You can schedule runs using
cron jobs for Linux and macOS operating systems. Run crontab -e to edit the cron file with the default system text editor.For example, to run the extractor every night at 01:00:Delete data
Documentum performs two types of delete data processes:- Hard delete - When a document is deleted, it’s removed from the system and doesn’t appear in searches. Documentum rarely performs hard deletes.
- Soft delete - When a document is deleted, it isn’t removed but marked as deleted. Typically, you do this by setting a value in metadata that indicates that a document is voided or deleted.
soft-delete-key and soft-delete-values configuration parameters to key/value pairs that signify a soft deletion on your system.