Skip to content
English
  • There are no suggestions because the search field is empty.

Modifying Access Control Integrations settings

This article explains how to configure advanced access control settings


SAFR Server provides settings files to modify its behavior of the integration with the customer's PACS.  One file exists for each access control system (e.g. genetec.properties, avigilon.properties).  Care must be taken to add settings to the correct file so that changes are not overwritten when upgrading to newer version of the software.

These files are located in the following folder:

Windows: C:\Program Files\RealNetworks\SAFR\covi\app\config\covi
Linux: /opt/RealNetworks/SAFR/covi/app/config/covi

All files except persistent-overrides.properties are overwritten with each release. Therefore, any modifications made to other files will be lost with each release. To ensure configuration changes persist throughout the update, they should be copied into persistent-overrides.properties.

By default, persistent-overrides.properties includes a "".example"" extension.  This extension must be removed.  Once removed, properties from the other files may be added to this file.  This file will remain unchanged from release to release. If the update includes a hardware change, make sure to create a backup of the file and verify its compatibility with the new environment.

File Editing Process

  1. Find the desired property in the access control integration properties file (e.g. avigilon.properties)

  2. Copy the lines with desired properties

  3. Paste those lines info persistent-overrides.properties

  4. Uncomment the properties by removing "#" at start of line and set desired values

  5. Restart the SAFR Covi Windows Service

The file persistent-overrides.properties requires administrative privileges to edit.  If using Windows Notepad, open Notepad as Administrator before opening the file.

ExampleAssume a facility id has been set in avigilon.properties.  Copy 'avigilon.facility.id.override' property and its value should be copied from avigilon.properties and paste the copied lines into persistent-overrides.properties.  persistent-overrides.properties should then look like the following: 
## Add properties here that should not be overwritten on overinstall

##
## Uncomment this, should see value in logging startup 
## instead of APPLICATION, OPERATION or DEFAULT
##
## application.override.present=PERSISTENT-OVERRIDE
avigilon.facility.id.override=123

Ovserve that the comments ( ""##""  characters ) must be removed from the font of the line in order for it to take effect.

Make sure to restart the SAFR Covi Windows Service to apply the new property.