How to Set Up and Configure Documentum Connector
VERSION SUPPORT
Ensure you install the appropriate version of the connector to interact with your Documentum.
- Documentum Connector version 3 uses theREST APIto interact with Documentum. This topic is about version 3.
- Documentum Connector version 2 uses theDFC APIto interact with Documentum. See Documentum v2: DFC API.
All BA Insight connectors can be downloaded from Right Answers under Knowledge > BA Insight > Product Downloads > Connectors.
This connector is installed with the same generic steps as any BA Insight connector.
Satisfy the Prerequisites for your connector before installing.
Configuration specifics are detailed below.
Use the Connection and Content specific information, described below, to complete the configuration of your connector.
Documentum Installation Walk-Thru Video
Use the following video to install any BA Insight Repository-type connector.
The Documentum connector is used in the video as an example.
See the specific settings for your connector Connection and Content in the topics below.
Installing a Repository-Type Connector: Documentum from BA Insight on Vimeo.
Connection Configuration Specifics
- Documentum Account: Specify a login user name and password that is a valid Documentum account.
- This account must have READ permissions to all documents in order to crawl.
- Excluded Metadata fields: Comma (,) separated list of metadata which is NOT retrieved for indexed documents.
- EnterTimeZone Offset: If your Documentum deployment stores dates with the local time zone instead of UTC, please specify the time zone of your Documentum deployment.
- This typically only apply to Documentum pre v6 (or upgraded to v6 or higher).
- Documentum URL: Enter the URL of the Documentum instance using the following format: http(s)://<documentum_server>:<port_number>
- Default port: 7777
- Documentum REST services must be deployed on this instance.
- BA Insight recommends the URL to be HTTPS-secured as the Documentum account credentials are passed on for authentication.
- Exclude UTC date field marker: Older versions of Documentum fail to interpret the UTC marker in DQL queries.
- To build DQL queries without the UTC marker please select this option (from version D6 onward dated are stored in UTC by default)
Content Configuration Specifics
- The OpenText Documentum Connector provides settings that you can use to specify which documents to crawl and what information to retrieve about each of these documents.
- These settings must be specified in an XML file.
- All of the elements are optional.
- For this reason, if a setting is not defined, the default value is used.
| Setting | Default Value | Description |
|---|---|---|
<Customfilter>
|
Empty (no filter) |
If you do not want to crawl all of the documents, you can specify a DQL query fragment to filter items using any type of metadata.
|
<indexAllVersions>
|
(Only latest version of the item will be indexed) | Set to "True" if you want to index all versions of a specific document as separate entries |
<saveevent>
|
|
The OpenText Documentum Connector uses the audit table to get events that signal document changes. Use this setting to specify the type of event to use when a document changes.
|
<deleteevent>
|
dm_destroy
|
The OpenText Documentum Connector uses the audit table to get events about deleted documents. This setting contains the type of the event to use for this purpose
|
<rootObject>
|
dm_document
|
Defines the root object type included in a crawl. Higher level types in the type hierarchy are skipped.
|
<enableContentless>
|
True
|
If this settings is set to " |
<contentlessExtension>
|
unk
|
This setting contains the extension that is returned for documents that have no content.
|
<downloadBlockedExtension>
|
Empty (No extensions) |
You can define a comma-separated (,) list of extensions. The content of the documents that have this type of extension are not returned during a crawl. Only metadata is returned.
|
<includeFolderPath>
|
False
|
If set to "True" the folder path (r_folder_path) is retrieved if it is part of the item's metadata. |
<includeCabinetName>
|
False
|
If set to "
|
<disableSavedCheck>
|
False
|
If this option is set to "
|
<disableDeletedCheck>
|
False
|
If this option is set to "
|
<dontRetrieveDocument>
|
False
|
If set to " Only metadata is returned.
|
<dontRetrieveSecurity>
|
False
|
If set to "
|
<IncludeParentId>
|
False
|
If set to "
|
<skipCrawlReadPermissionCheck>
|
False
|
Set to "True" if you want to index documents that the crawl account does not have at least READ access permissions to (that is, the account has only Browse permissions). |
<enableCustomFilterOnGetItem>
|
True
|
If set to " This value is only recommended in special cases.
|
Deprecated Configuration Options
| Setting | Default Value | Description |
|---|---|---|
|
|
|
'Effective' and dsm_doc_classification='For Internal Use Only' and acl_name like 'd2%' and dsm_doc_collection_key in (select distinct(alias_name) from dm_alias_set where object_name='dsm_es_publishfiuo') |
|
|
True
|
|
Upgrading Documentum
If you upgrade your Documentum from version 2 to version 3, you must create a new Connection and Content Source.
Your old Connection and Content Source do not carry over from the old version.
Web.config Configuration Specifics
The following additional parameters are available for tuning:
- PagingFix:
- The number of additional items retrieved on Full Crawl Enumeration when clean time break not achieved.
- Default: 1000
- RestEndpoint:
- The rest endpoint of the Documentum REST API.
- Default: dctm-rest
- PagingSize:
- The number of items requested per page when calling the REST API.
- Default: 1000
- CacheExpiration:
- Expiration in minutes for an item in cache to be removed since last access.
- Default: 10
- RequestTimeoutInSeconds:
- REST API call timeout.
- Default: 120