Configuring the Unity Scheduler to Respect the <FileAccess> Setting - Unity Scheduler - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Unity Scheduler

Platform
OnBase
Product
Unity Scheduler
Release
Foundation 24.1
License
Premier
Standard
Essential

If you require the Unity Scheduler to respect the Distributed Disk Services <FileAccess> setting, you must configure the Hyland.Core.Scheduler.NTService.exe.config file in a specific way.

Within the <configSections> node, add the following line:

<section name="Hyland.PlatterManagement" type="Hyland.Core.PlatterManagement.ConfigurationSettings, Hyland.Core" />

Within the <configuration> node, add the following lines:

<Hyland.PlatterManagement>
    <FileAccess>
        <PMAccessLevel value="1" />
        <!-- 0 or empty for Default, 1 to Always use UNC, 2 to Never to UNC -->
    </FileAccess>
</Hyland.PlatterManagement>
Note:

Configuring the Unity Scheduler to never use UNC can slow down processing.

For more information about the <FileAccess> setting, see the Distributed Disk Services module reference guide.