How to Configure Your Documentum Connector Using Web.config

This topic is about version 3 of the connector.

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
  • DownloadRelationType: Speficies which relation link type to use from the specified Primary-Content determined by the DownloadRelation setting (above). Possible values: ACS, LOCAL  
    • Default: ACS