Alert for event Id: 32063 ('ES_E_MAINTAIN_EXPIREENDPOINTS_WAIT_FAILED')

Microsoft.LS.2013.Monitoring.Rule.InfoEvent.Registrar.ES_E_MAINTAIN_EXPIREENDPOINTS_WAIT_FAILED (Rule)

Knowledge Base article:

Summary

The expire endpoints task encountered a failure when waiting for aggregation requests to complete. It will be retried, but if this error continues to occur, the Lync Server service will need to be restarted.

Causes

There are too many requests on the server causing an overload.

Resolutions

Ensure that the server is functioning correctly and is not overloaded.

Element properties:

TargetMicrosoft.LS.2013.Component.Registrar
CategoryEventCollection
EnabledTrue
Event_ID32063
Event SourceLS User Services
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityLow
RemotableTrue
Alert Message
[LYNC] The expire endpoints task encountered a failure when waiting for aggregation requests to complete. It will be retried, but if this error continues to occur, the Lync Server service will need to be restarted.
{0}

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

Member Modules:

ID Module Type TypeId RunAs 
CollectEvent DataSource Microsoft.Windows.EventProvider Default
WriteAlert WriteAction System.Health.GenerateAlert Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="Microsoft.LS.2013.Monitoring.Rule.InfoEvent.Registrar.ES_E_MAINTAIN_EXPIREENDPOINTS_WAIT_FAILED" Enabled="true" Target="Microsoft.LS.2013.Component.Registrar" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="CollectEvent" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Lync Server</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">LS User Services</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">32063</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>0</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Alert_The_expire_endpoints_task_encountered_a_failure_when_waiting_for_aggregation_requests_to_complete._It_will_be_retried__but_if_this_error_continues_to_occur__the_Lync_Server_service_will_need_to_be_restarted."]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>