Home

 

Configure delayed synchronization


Overview

When you install the IBM Lotus Quickr connector, the delayed synchronization task is automatically configured with default settings. To change those settings to values that better suit your deployment, edit the <QuickrDelayedSync> settings in communities-quickr-config.xml.

The Lotus Quickr Delayed Synchronizer reconciles inconsistencies in membership synchronization between a Lotus Quickr place and its associated community.

For network deployment, edit communities-quickr-config.xml to ensure that the Delayed Synchronizer is only enabled on a single server.

To configure delayed synchronization in a networked environment, the changes documented in the steps below should only be performed on the communities-quickr-config.xml node-level file.


Configure delayed synchronization between Lotus Quickr places and their associated communities

  1. Edit...

      WAS_HOME/profiles/profile_name/config/cells/cell_name/LotusConnections-config/communities-quickr-config.xml

  2. Locate the QuickrDelayedSync settings...

      <comm:QuickrDelayedSync enabled="true">
      <comm:startDelay value="60"/> <!-- minutes -->
      <comm:taskInterval value="60"/> <!-- minutes -->
      <comm:daysBackToScan>14</comm:daysBackToScan>
      </comm:QuickrDelayedSync>
      

  3. Update the settings as required. The following table displays information regarding the QuickrDelayedSync properties and the type of data that you can enter for them:

    Property Description
    QuickrDelayedSync.enabled Enables synchronization to occur. This property takes a Boolean value: true or false.
    QuickrDelayedSync.startDelay The delay in minutes before the task starts. This property takes an integer value.
    QuickrDelayedSync.taskInterval The delay in minutes between consecutive tasks. This property takes an integer value.
    QuickrDelayedSync.daysBackToScan Limits the search for community changes. The default value of 14 indicates that only communities that have been modified in the past two weeks will be checked for missed propagations. This property takes an integer value.

  4. Save your changes to the file.

  5. To apply your changes, stop and restart the Communities server.

 

Related tasks

Use the Lotus Quickr Delayed Synchronizer
Configure the Delayed Synchronizer in a network deployment

+

Search Tips   |   Advanced Search