MSFT_SIPLogSetting class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPLogSetting

The MSFT_SIPLogSetting class defines the settings for the archiving agent on the Live Communications Server.

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

class MSFT_SIPLogSetting
{
  [key] string Backend;
  boolean Critical;
  boolean Enabled;
  [key] string InstanceID;
  boolean StopOnEncryptionFailures;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPLogSetting 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.

    Server Role Acceptable Values
    Enterprise Edition Backend_FQDN\SQL_Instance_Name
    Standard Edition (local)\rtc
    Access Proxy and Proxy servers Empty string

    This property cannot be updated.

  • Critical
    Data type: boolean

    If true, the Live Communications Server will shut down if this extension module (the IM Archiving Agent) fails. If false, the Live Communications Server will continue running despite extension module failure. The default value is true. This property cannot be NULL.

    This property is required on creation and can be updated.

  • Enabled
    Data type: boolean

    If true, the IM Archiving Agent is enabled on the Live Communications Server; if false, it is not. The default value is false. This property cannot be NULL.

    This property is required on creation and can be updated.

  • InstanceID
    Data type: [key] string

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

    This property cannot be updated.

  • StopOnEncryptionFailures
    Data type: boolean

    If true, when encryption fails to initialize on the MSMQ, Live Communications Server 2005 with SP1 stops. The default value is true. It cannot be NULL. This property is required on creation and can be updated.

Remarks

Only one instance of this class can be defined on the Live Communications Server.

Available actions for an instance of this class:

  • Creation: The administrator cannot create the instance of this class.
  • Updates: The administrator can update the instance of this class.
  • Deletion: The administrator cannot delete the instance of this class.

Requirements

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

See Also

MSFT_SIPLogServiceSetting, Live Communications Server WMI Reference

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