Server Options
- Last UpdatedJan 19, 2025
- 1 minute read
These settings are typically set in the main regi.json file, located in the ./configuration/regi folder. They may also be set in system environment variables or passed using a command line variable prefix.
|
Setting |
Phase |
Inherits |
Description |
|---|---|---|---|
|
Root-Context |
* |
Yes |
Mandatory. The root context for all AIM object-records (recommended to be less than 5 characters). For example, IPE |
|
Publish |
* |
Yes |
Defaults to ISM|MAIN|REP If set to ISM|MAIN it will not try to update the reporting database. |
|
Archive-Path |
Capture |
Yes |
The Default is unset. If set to a path, it will cause data load files to be archived once processed. |
|
Publish-Interpreted |
Staging |
Yes |
Default false. If set to true, it will publish source data datasets to the staging area. Generally not required as the reporting database has source data info interface tables. |
|
Write-Reporting-Data-History |
Reports |
Yes |
Default true. If set to false, it will not update the reporting database history tables (performance optimization for when this is not required). |
|
Default-Capture-Method |
Capture |
Yes |
Recommended to leave this setting as the default (Delta) and override on specific registers, or sets of registers, when full capture is required. Partial|Delta|Full |
|
File-Path-Logic |
Capture |
Yes |
By-interface|* If changed from By-interface, it expects to use legacy FilePath settings to establish incoming file inputs for registers. It is not recommended to change this to legacy settings. |