Complete the following steps to configure the EpicCare Link integration to retrieve documents from multiple OnBase systems.
- Open OnBaseEpicWeb.config.
-
Add the following line under the <OnBaseEpicWeb> tag.
<multiInstanceOnBaseMode>true</multiInstanceOnBaseMode>
-
Update appserverUrl as needed for multi-instance OnBase mode.
-
The appserverUrl setting must provide the URL to the default Application Server.
-
In the Application Server's Web.config file, dmsdatasource must provide the name of the default connection string for your solution.
-
This data source must have facility mapping configured.
Note:The datasource setting in OnBaseEpicWeb.config is ignored when multiInstanceOnBaseMode is set to true. Instead, the integration uses the dmsdatasource specified in the Application Server's Web.config.
-
- Save OnBaseEpicWeb.config.