Total TDDS Failed Events

Microsoft.BizTalk.Server.2013R2.TDDSFailedEvents (UnitMonitor)

The total number of failed TDDS events.

Knowledge Base article:

Summary

The threshold for the "BizTalk:TDDS\Total Failed Events" counter has been exceeded.

Configuration

This monitor watches the value of the "BizTalk:TDDS\Total Failed Events" counter for a given system. If the value exceeds the preset threshold, which is set to 5 by default, then the state will change from healthy to critical. This monitoring is configured by default to generate an alert when the state is changed to critical.

External

TDDS performance counters: http://msdn2.microsoft.com/en-us/library/aa560810.aspx

Element properties:

TargetMicrosoft.BizTalk.Server.2013R2.BizTalkRuntimeRole
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Instance NameBizTalk:TDDS
Counter NameTotal Failed Events
Frequency300
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Warning: The total number of failed TDDS events
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.BizTalk.Server.2013R2.TDDSFailedEvents" Accessibility="Public" Enabled="true" Target="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkRuntimeRole" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Perf!System.Performance.ThresholdMonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.BizTalk.Server.2013R2.TDDSFailedEvents.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Error"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Property[Type="BTSLib!Microsoft.BizTalk.Server.2013R2.ServerRole"]/ComputerName$</ComputerName>
<CounterName>Total Failed Events</CounterName>
<ObjectName>BizTalk:TDDS</ObjectName>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
<Threshold>5</Threshold>
</Configuration>
</UnitMonitor>