Troubleshooting the Veeva Vault Connector
For specific frequently asked questions, see Connectors FAQs.
Logging
The default logging level is INFO.
To change the level:
- Go to the connector's install folder.
- Open the Logger.config file.
- Modify the <level> value from the <root> section.
- Save the file.
Timeouts
If you experience timeouts during crawls or jobs, you can change the timeout value to allow more time for Veeva Vault to respond.
- To modify the web request timeout value, open the web.config file.
- Change the
requestTimeoutValue
value.- Default value: 300000 (300 seconds).
API Call Quota
- Burst Limit and Throttle Sleep Minutes settings can be modified to change the way the connector behaves when approaching the Veeva Vault API call quota.
- To change the Burst Limit or the Throttle Sleep Time (in minutes), open the web.config file.
- Change the values of the settings
BurstLimit
andThrottleSleepMinutes
.- The default values are 300 for
BurstLimit
and 1 (minute) forThrottle Sleep Time
.
- The default values are 300 for
- Session Cache has been introduced to avoid unnecessary Veeva Vault API calls.
- To change the Session Cache Expiration(in minutes), open the web.config file.
- Change the value of the setting
SessionCacheExpiration.
- The default value is 20 minutes.
- The default value is 20 minutes.
- If you exceed your API limit we need to slow down by setting the thread to sleep.
- To change the duration of the sleep, open the web.config file.
- Change the value of the setting
ApiLimitExceededSleepMinutes.
- The default value is 5 minutes.