Documentum DB source connector
The Documentum database connector is supported by Documentum 7 and higher.
Supported Features
- Exporting content structure
- Exporting binaries
- Exporting versions
- Exporting renditions
- Exporting relationships
- Exporting access control lists
- Exporting users and groups
Features Currently Not Supported
- Audit logs
Settings
mongoConnection
The Mongo connection string including the database name to connect to.
DCTMDBConnectionString
The connection string to the Documentum database.
Example: postgresql://USERNAME:PASSWORD@otcs.yourcompany.com:5432/otcs
DCTMDBEngine
The engine of the Documentum database. Currently, only Postgres and Oracle are supported.
Although Oracle support has been implemented, it might need some small adjustments.
DCTMDBOwner
The owner of the Documentum database schema. Only required for Oracle databases. Example: DMS.
pageSize
Specifies the page size number that is used when paginating.
Example: 250
retrieveACLs
Enables retrieving all ACLs of an Documentum object. Can either be true or false.
retrieveUsers
Enables retrieving all users into the Content store. Can either be true or false.
retrieveGroups
Enables retrieving all groups into the Content store. Can either be true or false.
retrieveRelations
Enables retrieving all relations of an Documentum object. Can either be true or false.
retrieveRenditions
Enables retrieving all non-primary renditions of an Documentum document. When set to false only the primary rendition is retrieved.
rootIds
A list of comma-separated rootIds.
Example: ["0d0008d2900041af"]
origin
Specifies the origin of the document in the Content Store.