Kolejka nie może nasłuchiwać adresu multiemisji lub uzyskać powiązania z nim.

Microsoft.MSMQ.6.3.Rule.Alert.Event2160 (Rule)

Knowledge Base article:

Podsumowanie

Kolejka nie może nasłuchiwać adresu multiemisji ani utworzyć powiązania z nim.

Przyczyny

Adres multiemisji określony w zdarzeniu jest nieprawidłowy.

Rozwiązania

Zmień adres multiemisji

Wprowadź poprawny adres multiemisji dla kolejki, w której jest on używany. Adresy IP multiemisji muszą składać się z czterech bajtów i należeć do zakresu klasy D od 224.0.0.0 do 239.255.255.255. Jednak tylko niektóre podzakresy adresów we wskazanym zakresie są dostępne do wysyłania komunikatów multiemisji.

Dodatkowe informacje

Aby uzyskać więcej informacji, zobacz Adresy internetowe multiemisji ( http://go.microsoft.com/fwlink/?LinkID=94475).

Aby uzyskać więcej informacji o konfigurowaniu kolejek multiemisji, zobacz Określanie lub wyświetlanie adresów i portów multiemisji skojarzonych z kolejką ( http://go.microsoft.com/fwlink/?LinkId=102330).

Więcej informacji znajduje się w artykule dotyczącym zdarzenia o identyfikatorze 2160 ( http://technet.microsoft.com/en-us/library/dd337451(WS.10).aspx)

Element properties:

TargetMicrosoft.MSMQ.6.3.Queues
CategoryAvailabilityHealth
EnabledFalse
Event_ID2160
Event Source$Target/Host/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Kolejka nie może nasłuchiwać adresu multiemisji lub uzyskać powiązania z nim.
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.MSMQ.6.3.Rule.Alert.Event2160" Enabled="false" Target="Microsoft.MSMQ.6.3.Queues" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Host/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2160</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.6.3.Rule.Alert.Event2160.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>