BizTalk RFID: Rate at which errors are raised from the device

Microsoft.BizTalk.2010.BizTalkRFID.Perf.RateWhichErrorRaisedFromDevice (Rule)

This is the Rate at which errors are raised from the device.

Knowledge Base article:

Summary

Rate at which errors are raised from the device.

Causes

Not Available

Resolutions

Not Available

Configuration

Not Available

Additional

Not Available

External

Not Available

Element properties:

TargetMicrosoft.BizTalk.2010.BizTalkRFID.Service
CategoryPerformanceCollection
EnabledTrue
Instance NameRFID:Devices
Counter Name# of Errors raised / sec
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerfDataSource DataSource System.Performance.OptimizedDataProvider Default
CollectPerfData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectPerfDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.BizTalk.2010.BizTalkRFID.Perf.RateWhichErrorRaisedFromDevice" Target="Microsoft.BizTalk.2010.BizTalkRFID.Service" ConfirmDelivery="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerfDataSource" TypeID="Perf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName># of Errors raised / sec</CounterName>
<ObjectName>RFID:Devices</ObjectName>
<InstanceName>_total_</InstanceName>
<AllInstances>true</AllInstances>
<Frequency>900</Frequency>
<Tolerance>0</Tolerance>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectPerfData" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectPerfDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>