How and Where DigaSystem parameter files are searched
Windows
Default behavior
DpeNanoServices takes the settings for parameter file locations from windows registry
Possible overrides
A file DigaSystemRegistry.xml exists in the application folder and contains the file location references
An alternative xml file (containing the file location references) is configured under the applications configuration option DpeParFile | DigaSystemRegistryXmlFilePath
Also see Configuration Overview
Linux
Default behavior
DpeNanoServices searches for a file DigaSystemRegistry_Linux.xml in the application folder.
The default content of this file references a DigaSystem parameter structure in the current folder:
<?xml version="1.0" encoding="utf-8" ?>
<DigaSystemRegistry>
<Global>DigaSystem/DIGAS.PAR</Global>
<Rights>DigaSystem/RIGHTS.PAR</Rights>
<Local>DigaSystem/Computer</Local>
<User>DigaSystem/User</User>
</DigaSystemRegistry>
Possible overrides
Modify the file DigaSystemRegistry_Linux.xml to your needs
An alternative xml file (containing the file location references) is configured under the applications configuration option DpeParFile | DigaSystemRegistryXmlFilePath
Also see Configuration Overview