MSFT_SIPUserReplicatorSetting class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPUserReplicatorSetting

The MSFT_SIPUserReplicatorSetting class specifies how often the User Replicator synchronizes with the Active Directory directory service.

The following syntax is simplified from MOF code and includes all inherited properties.

class MSFT_SIPUserReplicatorSetting
{
  [key] string Backend;
  [key] string InstanceID;
  boolean RegenerateCookiesNow;
  uint32 ReplicationCycleInterval;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPUserReplicatorSetting class has the following properties.

  • Backend
    Data type: [key] string

    The computer name (either the FQDN or NetBIOS name) and SQL Server instance name of the Microsoft® Office Live Communications Server 2005 with SP1, Back-End Database (configuration data is stored in the same SQL instance as user data, but in a different database). Indicates where this class is stored, which varies depending on the server role.

    This property cannot be updated.

    Server Role Acceptable Values
    Enterprise Edition Backend_FQDN\SQL_Instance_Name
    Standard Edition (local)\rtc
    Access Proxy and Proxy servers Empty string
  • InstanceID
    Data type: [key] string

    A GUID value that uniquely identifies the User Replicator setting. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

    This property cannot be updated.

  • RegenerateCookiesNow
    Data type: boolean

    Provides a method to resynchronize all user information from all SIP domains. This can be useful to recover from certain error conditions, the most common being that some users were incorrectly enabled for Live Communications Server and therefore were not entered in the Live Communications Server database. Upon seeing the event logs that result from such a condition, the administrator can use this property to fix the problem and start regeneration, rather than having to manually add each user individually to cause synchronization. The default value is false. This value cannot be NULL. This property is required on creation and can be updated.

  • ReplicationCycleInterval
    Data type: uint32

    The number of seconds between User Replicator attempts to synchronize with Active Directory. The valid range of values is from 5 to 86400. The default value is 60. This value cannot be NULL. This property is required on creation and can be updated.

Remarks

Instances of this class can only be updated.

Requirements

Server: Installed on Windows Server 2003 with Live Communications Server 2005 with SP1.
Namespace: Defined in \root\cimv2.

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.