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:
- Open the GIS Service web.config file using a text editor such as Notepad.
-
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.
- Save and close the web.config file.