(Optional) How to Configure Your NetDocuments Connector Using Web.config
Like all BA Insight connectors, the NetDocuments connector has a web.config file that can be used to make specific, advanced modifications to your connector.
Modifying your connector's web.config file is only done when necessary. This file does not contain settings that are commonly changed. Make changes to this file with caution.
Location of Web.config File
The web.config file is located at <ConnectorRoot>\WebService\Web.config.
Web.config File Details
In the web.config file, you can find the <appSettings> section. You can use this section to update application and throttling settings.
- threadSleepSeconds - Thread Sleep time when API overages occur
- threadSleepMaxRetries - Maximum number of retries upon API Failure
- memoryCacheTimeLimitMinutes - Number of minutes to maintain cache
- baseUrl - Base NetDocs API url
- requestTimeoutInSeconds - Time to wait on API Requests
- maxSearchModItems
- Maximum number of SearchMode request items to return per call.
- If SearchMode request times out this setting can be lower.
- Default: 5000
- Max: 5000
- maxFilteredSearchItems
- Maximum number of Search Query request items to return per call.
- If SearchMode request times out this setting can be lower.
- Default: 5000
- Max: 5000