Total Operations Failed With Retry

Microsoft.Dynamics.CRM.4.0.Total_Operations_Failed_With_Retry (Rule)

Knowledge Base article:

Summary

The total number of asynchronous operations that failed and then tried again to execute for all organizations in the deployment.

Element properties:

TargetMicrosoft.Dynamics.CRM.4.0.Microsoft_CRM_4_Asynchronous_Processing_Service_Server
CategoryPerformanceHealth
EnabledFalse
Instance NameCRM Async Service
Counter NameTotal Operations Failed With Retry
Frequency3600
Alert GenerateTrue
Alert SeverityInformation
Alert PriorityLow
RemotableTrue
Alert Message
Total Operations Failed With Retry
Instance {0}
Object {1}
Counter {2}
Has a value {3}
At time {4}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
SimpleThresholdFilter ConditionDetection System.Performance.SimpleThresholdCondition Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Dynamics.CRM.4.0.Total_Operations_Failed_With_Retry" Enabled="false" Target="Microsoft.Dynamics.CRM.4.0.Microsoft_CRM_4_Asynchronous_Processing_Service_Server" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>.</ComputerName>
<CounterName>Total Operations Failed With Retry</CounterName>
<ObjectName>CRM Async Service</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>3600</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<ConditionDetection ID="SimpleThresholdFilter" TypeID="Performance!System.Performance.SimpleThresholdCondition">
<Threshold>30</Threshold>
<Operator>LessEqual</Operator>
</ConditionDetection>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>0</Priority>
<Severity>0</Severity>
<AlertMessageId>$MPElement[Name="AlertMessageIDb7e216dc0cc54c8d94b029c4da59ae14"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/InstanceName$</AlertParameter1>
<AlertParameter2>$Data/ObjectName$</AlertParameter2>
<AlertParameter3>$Data/CounterName$</AlertParameter3>
<AlertParameter4>$Data/Value$</AlertParameter4>
<AlertParameter5>$Data/TimeSampled$</AlertParameter5>
</AlertParameters>
</WriteAction>
</WriteActions>
</Rule>