New settings

System Configuration Settings

 

Setting

Default

Purpose

ScanDocumentArchivingInRealtime

False

(value = bool) If true, the real-time archiving of scanned documents will be enabled. In this mode, scanned document pages will be written directly to the current archive location instead of getting written to the database.

 

Client / GUI

The following changes have been made in the ris.exe.config file. These changes need to correlate and can be found in the Web Service section below. See Redmine #26849

Previous versions

2018.5.3

<reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="true" />

<reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />

<reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="true" />

<reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />

 

Web Services

The changes outlined below apply to the rRISServices.exe.config and rRISServicesx64.exe.config files. These changes need to correlate with changes made to the ris.exe.config file for the client/gui . See Redmine #26849

Previous Versions

20118.5.3

<reliableSession enabled="true" inactivityTimeout="00:10:00" ordered="true" />

<reliableSession enabled="false" inactivityTimeout="00:10:00" ordered="true" />

<reliableSession enabled="true" inactivityTimeout="00:10:00" ordered="true" />

<reliableSession enabled="false" inactivityTimeout="00:10:00" ordered="true" />