BizTalk RFID: Error Problems Accessing RFIDSTORE

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

BizTalk RFID Rule: Error Problems Accessing RFIDSTORE.

Knowledge Base article:

Summary

This event triggers when the RFID Store is not available.

Causes

Not Available

Resolutions

Fix the problem with the store connectivity. If this is at startup, please restart the server. Events 1004 and 1011 indicate an error with the store while the server is in operation. Note that the server will not shut down automatically in that case.

Configuration

Not Available

Additional

Not Available

External

Not Available

Element properties:

TargetMicrosoft.BizTalk.2013.BizTalkRFID.Service
CategoryEventCollection
EnabledTrue
Event SourceMSBizTalkRFID
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Alert Message
BizTalk RFID: Error Problems Accessing RFIDSTORE
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.BizTalk.2013.BizTalkRFID.ProblemsAccessingRFIDSTORE.DataSource DataSource Microsoft.Windows.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.ProblemsAccessingRFIDSTORE" Target="Microsoft.BizTalk.2013.BizTalkRFID.Service" ConfirmDelivery="true">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="Microsoft.BizTalk.2013.BizTalkRFID.ProblemsAccessingRFIDSTORE.DataSource" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">MSBizTalkRFID</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1002|1004|1000|1011)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</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>2</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.BizTalk.2013.BizTalkRFID.ProblemsAccessingRFIDSTORE.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SuppressionValue>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
</Suppression>
<Custom1>RFID Alerts</Custom1>
</WriteAction>
</WriteActions>
</Rule>