멀티캐스트 주소에 대해 큐 수신 대기/바인딩을 수행할 수 없습니다.

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

Knowledge Base article:

요약

큐가 멀티캐스트 주소를 수신 대기하거나 큐를 멀티캐스트 주소에 바인딩할 수 없습니다.

원인

이벤트에 지정된 멀티캐스트 주소가 유효하지 않습니다.

해결 방법

멀티캐스트 주소 변경

이 주소를 사용하는 큐에 대해 유효한 멀티캐스트 주소를 입력하세요. IP 멀티캐스트 주소는 4자리 숫자로 구성되어야 하며, 224.0.0.0에서 239.255.255.255까지 클래스 D 범위에 있어야 합니다. 그러나 이 범위에서도 특정 범위의 주소만 멀티캐스트 메시지 전송에 사용할 수 있습니다.

추가 정보

자세한 내용은 인터넷 멀티캐스트 주소( http://go.microsoft.com/fwlink/?LinkID=94475)를 참조하세요.

멀티캐스트 큐 설정에 대한 자세한 내용은 큐 멀티캐스트 주소 및 포트 지정 또는 보기( http://go.microsoft.com/fwlink/?LinkId=102330)를 참조하세요.

자세한 내용은 이벤트 ID 2160( http://technet.microsoft.com/ko-kr/library/dd337451(WS.10).aspx)을 참조하세요.

Element properties:

TargetMicrosoft.MSMQ.10.0.Queues
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
멀티캐스트 주소에 대해 큐 수신 대기/바인딩을 수행할 수 없습니다.
{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.10.0.Rule.Alert.Event2160" Enabled="false" Target="Microsoft.MSMQ.10.0.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>EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Host/Property[Type="Microsoft.MSMQ.10.0.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.10.0.Rule.Alert.Event2160.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>