MSFT_SIPLogServiceSetting class
Microsoft Office Live Communications Server 2005 with SP1 |
MSFT_SIPLogServiceSetting
The MSFT_SIPLogServiceSetting class defines an instance of the Live Communications 2005, Archiving service, which logs SIP messages sent to it by the archiving agent running on the Live Communications Server.
The following syntax is simplified from MOF code and includes all inherited properties.
class MSFT_SIPLogServiceSetting
{
string ArchivingDBPath;
uint32 ConcurrentThreads;
uint32 DaysOfArchiving;
[key] string InstanceID;
string QueueName;
string SQLDBName;
};
Methods
This class does not define any methods.
Properties
The MSFT_SIPLogServiceSetting class has the following properties.
ArchivingDBPath
Data type: stringThe full SQL Server instance path for the archiving server. This property cannot be NULL. The default value is the local directory. This property is required on creation and can be updated.
ConcurrentThreads
Data type: uint32The number of threads that can simultaneously service the message queue for the archive service. The minimum value for this property is 1 and the maximum value is 64. The default value is 2. This property cannot be NULL.
This property is required on creation and can be updated.
DaysOfArchiving
Data type: uint32The number of days content is being archived before archived data is overwritten. Acceptable values range from 0 to 2562. The default value is 0, which means that archived data is never overwritten. This property cannot be NULL. This property is required on creation and can be updated.
InstanceID
Data type: [key] stringA GUID value that uniquely identifies the logging service settings object. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".
This property cannot be updated.
QueueName
Data type: stringThe name of the MSMQ queue by which SIP messages are sent to the IM Archiving Service from the Archiving Agent on the Live Communications server. The maximum string length is 115 characters. This property cannot be NULL.
This property is required on creation and cannot be updated.
SQLDBName
Data type: stringThe name of the SQL database where the log messages will be stored. The maximum string length is 128 characters. This property cannot be NULL.
This property is required on creation and cannot be updated.
Remarks
Only one instance of this class can be present on the server running the Live Communications Server 2005 with SP1, Archiving service.
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_SIPLogSetting, Live Communications Server WMI Reference
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |