Connecting to Multiple Data Sources Based on Environment ID - Signature Deficiencies for Epic - English - Foundation 22.1 - OnBase - external

Signature Deficiencies for Epic

Platform
OnBase
Product
Signature Deficiencies for Epic
Release
Foundation 22.1
License

Signature Deficiencies for Epic can connect to different data sources depending on the environment ID received from Epic. Complete the following steps to map data sources to environment IDs using EpicIntegrations.config.

If Signature Deficiencies for Epic needs to connect to different data sources under the same environment ID, see Integrating Epic with Multiple Systems.

  1. Open EpicIntegrations.config.
  2. Locate the environment ID you want to map to a specific data source.
  3. If necessary, add a <datasource> element under the <url> element for that environment ID.

    For example: <datasource></datasource>

  4. Between the datasource tags, type the name of the data source that should be used with this environment ID. Make sure the value matches the data source name configured on the specified server.

    For example: <datasource> ProdDMS </datasource>

    • If the datasource element is absent, blank, or invalid, Signature Deficiencies for Epic will use the epicDatasource value (also configured in EpicIntegrations.config).

    • If the epicDatasource value is blank or invalid, Signature Deficiencies for Epic will use the dmsdatasource value configured in the Web.config of the Application Server mapped to the environment ID.

  5. Repeat steps 24 for each environment ID. When you are finished, the file might resemble the following:
  6. Save EpicIntegrations.config.