Modifying the GIS Service web.config File - Integration for Esri - English - Foundation 22.1 - OnBase - external

Integration for Esri

Platform
OnBase
Product
Integration for Esri
Release
Foundation 22.1
License

The Hyland.Integrations.GIS.PooledUser section of the GIS Service web.config file allows you to configure your solution to use a pooled user account.

To modify this section of the GIS Service web.config file, follow these steps:

  1. Open the GIS Service web.config file using a text editor such as Notepad.
  2. Modify the following settings as needed:

    Setting

    Description

    <login username="GIS User" password="password" datasource="LocalDB"/>

    username: The user name of the pooled user account.

    password: The password used to access the pooled user account.

    datasource: The OnBase data source that the pooled user account is configured in.

    <poolSettings minSessions="10" maxSessions="25"/>

    minSessions: The minimum number of user sessions maintained while the Application Server is running.

    maxSessions: The maximum number of user sessions maintained while the Application Server is running.

  3. Save and close the web.config file.