Modifying the Document Failed to Load Timeout - Integration for Epic - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Integration for Epic

Platform
OnBase
Product
Integration for Epic
Release
Foundation 22.1
License
Premier
Standard
Essential

When opening documents in the OnBase Web Viewer, documents that take a certain amount of time to load will stop loading and fail to display based on a modifiable timeout setting in the Web Server web.config file. Once the time limit is reached, the document will stop attempts to load the document and deliver a bi-directional message that the document failed to display.

Note:

This setting only works when bi-directional communication is enabled. For more information on enabling bi-directional communication, see Enabling Bi-Directional Communication.

To modify the document failed to load timeout:

  1. Locate the Web Server web.config file. In a default installation, this is located at C:/inetpub/wwwroot/AppNet.
  2. Open the web.config file in a plain-text editor, such as Notepad.
    Note:

    The *.config file should only be edited in a plain-text editor, such as Notepad, or a utility specifically designed to edit XML files. It should not be edited in a binary editor, such as Microsoft Word. Using a binary editor can introduce invalid characters to the file and make it unreadable by the software.

  3. Locate the <epicScanViewerApi> element under <Hyland.Web.HealthcareWebViewer>.
  4. In the displayDocumentFailedTimeout setting, modify the value attribute to the amount of time, in seconds, that the document stops the attempt to load.
  5. Save and close the web.config file.
  6. Recycle the application pool of the OnBase Web Viewer for these changes to take effect.