(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" />
    <add key="GroupsCSV" value=""/>
</appSettings>

Procedure:

For each field in the UI, enter the appropriate information, as described below:

  1. RequestedItemsPerQuery:
    1.  Maximum number of Search Query request items to return per call.
      • Default: 500
      • Max: 9999
  2. GroupsCSV:
    1. This setting allows you to implement a workaround to crawl more than 10,000 groups while using the iManage work API. You must add your group data to a CSV file with the following column headers: "Group ID", "Group Name", "Group Status", "External". If this setting is left empty, the connector will use the API when crawling groups.
      1. Default: null