Archiving Agent: Initialize archiving and call detail recording (CDR) message queue

Microsoft.LS.2010.Monitoring.UnitMonitor.TimerResetEvent.Registrar_LOGEM_E_MSMQ_INIT_FAILURE (UnitMonitor)

Knowledge Base article:

Summary

Lync Server archiving agent failed to create Message Queuing object.

Causes

Message Queuing is unavailable or not installed with Active Directory integration on this server.

Resolutions

Verify that Message Queuing is installed with Active Directory integration and started. If it is not, re-install the Message Queuing service with Active Directory integration and restart Message Queuing. If necessary, free up systems resources to enable Message Queuing.

Element properties:

TargetMicrosoft.LS.2010.Component.Registrar
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Lync Server archiving agent failed to create Message Queuing object.
{0}

Please see the 'Product Knowledge' and the 'Alert Context' tab on Alert Properties view for more information.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.LS.2010.Monitoring.UnitMonitor.TimerResetEvent.Registrar_LOGEM_E_MSMQ_INIT_FAILURE" Accessibility="Public" Enabled="true" Target="Microsoft.LS.2010.Component.Registrar" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Alert_Lync_Server_archiving_agent_failed_to_create_Message_Queuing_object.">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Microsoft.LS.2010.Monitoring.UnitMonitor.TimerResetEvent.Registrar_LOGEM_E_MSMQ_INIT_FAILURE.Error" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="Microsoft.LS.2010.Monitoring.UnitMonitor.TimerResetEvent.Registrar_LOGEM_E_MSMQ_INIT_FAILURE.Success" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Lync Server</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">30519</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">LS Archiving Agent</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
<TimerWaitInSeconds>900</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>