(Optional) How to Configure the iManage Connector Using Web.config
Like all BA Insight connectors, the iManage connector has a web.config file that can be used to make specific, advanced modifications to your connector.
Caution!
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.
Web.config File Details
The iManage connector web.config file is shown below.
You can use it to update application settings.
web.config
Copy
<appSettings>
<add key="RequestedItemsPerQuery" value="500" />
</appSettings>
Procedure:
For each field in the UI, enter the appropriate information, as described below:
- RequestedItemsPerQuery:
- Maximum number of Search Query request items to return per call.
- Default: 500
- Max: 9999
- Maximum number of Search Query request items to return per call.