10.3. inotesvc.exe Registry Keys and Values¶
The registry settings for the IDERI note server components can all be found as keys and values under the registry key HKEY_LOCAL_MACHINE\SOFTWARE\ideri\INoteSvc. Table inotesvc.exe Registry Values shows the registry values under this key, along with their type, default value and meaning:
Value name | Value Type | Default Value | Explanation |
---|---|---|---|
EnableAdminIfTCP | REG_DWORD | 0 | If this value is non-zero, the IDERI note service additionally listens for its administration interface on a dedicated port, specified by the AdminIfTCPPort value. If this value is zero, the IDERI note service only listens on the default RPC ports. |
AdminIfTCPPort | REG_DWORD | 0 | This value specifies the port on which the IDERI note service will listen if the EnableAdminIfTCP has a non-zero value. |
EnableClientIfTCP | REG_DWORD | 0 | If this value is non-zero, the IDERI note service additionally listens for its client interface on a dedicated port, specified by the ClientIfTCPPort value. If this value is zero, the IDERI note service only listens on the default RPC ports. |
ClientIfTCPPort | REG_DWORD | 0 | This value specifies the port on which the IDERI note service will listen if the EnableClientIfTCP has a non-zero value. |
CplAppletLang | REG_SZ | This value specifies the user interface language language of the IDERI note service control panel applet. If this value is an empty string, the default user locale will be used to determine the language: If the locale is not German, the control panel applet will appear in English, otherwise in German. In order to force the user interface language to be German, specify “deu” as this string’s value. In order to force the user interface language to be English, specify “enu” as this string’s value. | |
EnableBackup | REG_DWORD | 1 | If this value is non-zero, the IDERI note service will automatically create periodical backups of its database files. |
BackupIntervalMinutes | REG_DWORD | 360 | This value specifies the time in minutes after which the service will create its periodical backup of database files. |
NumBackupFiles | REG_DWORD | 15 | This value specifies the number of backups that are kept on the computer. Each time a new backup is created, the oldest backups are deleted and at most the number of backups specified by this value are kept on the computer. |
Note that while there are additional registry values that can be found under HKEY_LOCAL_MACHINE\SOFTWARE\ideri\INoteSvc, you should not change or delete them, as they are either required for a proper update in case you should update your currently installed version to a newer version, or they contain licensing information. Note that most of the values above can be changed in a secure and controlled way using the IDERI note control panel applet that is installed with the IDERI note server components.