Configuring local entity storage behavior for the Mustering task - Mustering 3.2

Mustering Task Guide 3.2

Applies to
Mustering 3.2
Last updated
2023-05-11
Content type
Guides > Plugin and extension guides
Language
English
Product
Mustering
Version
3.2

Depending on the number of entities in the system, it can take several minutes for cardholder information to be ready for you to perform mustering operations. To prevent delays during an emergency, you can download the cardholder, credential, and area information to your client machine automatically at every logon to the Security Center Client.

What you should know

By default, the cardholder, credential, and area information is downloaded the first time the Mustering task is opened and connected to the Directory, and every time the task reconnects to the Directory.

You can configure the information to be downloaded every time you log on to the Security Center Client instead, but this might negatively impact Directory performance.

Procedure

  1. Open the MusteringSettings.xml file.
    By default, it is located in: C:\Program Files (x86)\Genetec\Genetec Access Control Mustering\
  2. Change the value of the CacheEntitiesOnLogOn attribute to True.
    <MusteringSettings>
      <CacheEntitiesOnLogOn>True</CacheEntitiesOnLogOn>
      <TaskAvailableOffline>False</TaskAvailableOffline>
    </MusteringSettings>
  3. Save the file.