To install and configure the OnBase Application Server for this integration:
-
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.
- Copy Hyland.Oem.Epic.dll to the bin folder within the Application Server's installation folder.
- Open the web.config file for the OnBase Application Server.
-
Locate the handlers section:
<handlers accessPolicy="Read, Script">
-
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" />
-
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
-
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.
- Save web.config.