Installing the Application Server - Integration for Epic MyChart - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - external

Integration for Epic MyChart

Platform
OnBase
Product
Integration for Epic MyChart
Release
Foundation 23.1
License

To install and configure the OnBase Application Server for this integration:

  1. Install the 64-bit OnBase Application Server as described in the Application Server module reference guide.
    Note:

    Integration for Epic MyChart is not supported with the 32-bit Application Server. Be sure to follow the instructions for installing the 64-bit Application Server.

  2. Copy Hyland.Oem.Epic.dll to the bin folder within the Application Server's installation folder.
  3. Open the web.config file for the OnBase Application Server.
  4. Locate the handlers section:
    <handlers accessPolicy="Read, Script">
  5. Add the following lines under handlers:
    <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
    <remove name="OPTIONSVerbHandler" />
    <remove name="TRACEVerbHandler" />
    <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  6. Under appSettings, update the following values:

    Setting

    Value

    dmsdatasource

    Set to the name of the OnBase data source.

    AppServerOrigin

    Set to the base URL of the Application Server. For example: https://Server/AppServer64

    owin:AutomaticAppStartup

    Set to true.

    endpoints:PPL

    Set to true.

    DocPopUrl

    Set to the path of the FormPop.aspx page on the OnBase Web Server. For example:

    https://Server/AppNet/docpop/FormPop.aspx

  7. Under Hyland.Web.AppServerPop, update the following values:

    Setting

    Value

    EnableChecksum

    Set to true.

    ChecksumKey

    Enter the unique secret key used for checksum creation and validation.

    This setting must match the value configured for the ChecksumKey in the Web Server web.config file under Hyland.Web.FormPop.

    EnableLegacyChecksumCreation

    Set to false.

  8. Save web.config.