The database is “pluggable”. The default selection is the InactiveSystemDb. Currently, only the OrientDb selection is available.
In
The System Database stores entities, tags, and relations indexed from the Supervisor’s local station, or from subordinate
stations in its NiagaraNetwork. NEQL is able to query against the System Database. This allows

In addition to standard properties (e.g. Status, Enabled, Fault Cause, Alarm Source Info, and Monitor, etc.), this component provides the following configuration properties.
| Type | Value | Description |
|---|---|---|
| System Database Type Selection | InactiveSystemDb (default), OrientDb | Indicates the type of backend database to be used. When initially installed, the default selection is “InactiveSystemDb”. This default inactive selection is intentional because when OrientDb is selected it creates a lot of files in the station protected home directory. So this default inactive selection prevents that from happening if the SystemDbService is accidentally dropped into a station. |
| System Database | additional properties | See following section. |
To change the encryption state, right click .

| Type | Value | Description |
|---|---|---|
| System Database | read-only | Shows selected systemDb. |
| Orient Db Server Config File | module://orientSystemDb/rc/orientdb-server-config.xml |
Read-only field, shows the name of the backend server configuration file. |
| Database Encryption | Encrypted (default) or Unencrypted |
Read-only field, indicates current Encryption state. |
Five Actions are available on System Databse.
Use Start Database Action Menu to manually start the backend System Databse process, when the System Databse is not running. This action automatically pop up when the parent SystemDbService Starts. So no need to invoke it manually. It is useful when debugging in conjunction with the Stop Databse Action.
Manually stops the backend System Databse process. This action automatically pop up when the parent SystemDbService Starts. So no need to invoke it manually. It is useful when debugging in conjunction with the Start Database Action.
Manually deletes entries that are previously indexed into the System Databse for particular NiagaraStations. Normally system indexing updates the System Databse, but if a NiagaraStation is manually removed from the NiagaraNetwork or NiagaraStation is renamed then use this Action to manually remove old System Databse entries.
Deletes all entries from the System Databse. It clears and restart the System Databse. You need to wait for the next scheduled System Index operation or manually invoke it to repopulate the System Databse entries after invoking this Action.
In