BizTalk RFID: Antenna Noise Level Is High

Microsoft.BizTalk.2013.BizTalkRFID.AntennaNoiseLevelIsHigh (Rule)

BizTalk RFID Rule: Antenna Noise Level Is High.

Knowledge Base article:

Summary

This occurs because the noise on a source antenna becomes too high to reliably be able to differentiate data from noise. The source might not be able to process tags properly.

Causes

Not Available

Resolutions

Check tweak the NoiseThreshold property in the RF property group, or the RSSICutOff property in the TagRead property group. This might also require manual adjustment of the source.

Configuration

Not Available

Additional

Not Available

External

Not Available

Element properties:

TargetMicrosoft.BizTalk.2013.BizTalkRFID.Service
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
BizTalk RFID: Warning Antenna Noise Level Is High
{0}

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.BizTalk.2013.BizTalkRFID.AntennaNoiseLevelIsHigh.DataSource DataSource Microsoft.Windows.WmiEventProvider.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="Microsoft.BizTalk.2013.BizTalkRFID.AntennaNoiseLevelIsHigh" Target="Microsoft.BizTalk.2013.BizTalkRFID.Service" ConfirmDelivery="true">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="Microsoft.BizTalk.2013.BizTalkRFID.AntennaNoiseLevelIsHigh.DataSource" TypeID="Windows!Microsoft.Windows.WmiEventProvider.EventProvider">
<NameSpace>\\$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$\root\Microsoft\rfid</NameSpace>
<Query>select Description, DeviceName, EventTypeDescription from SourceNoiseLevelHighEvent WITHIN 60</Query>
<PollInterval>60</PollInterval>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.BizTalk.2013.BizTalkRFID.AntennaNoiseLevelIsHigh.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventData/DataItem/Property[@Name='Description']$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/EventData/DataItem/Property[@Name='Description']$</SuppressionValue>
</Suppression>
<Custom1>RFID Alerts</Custom1>
</WriteAction>
</WriteActions>
</Rule>