Message Queuingは UDP ポート 3527 にバインドできません。

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

Knowledge Base article:

概要

Message Queuingは UDP ポート 3527 にバインドできません。

原因

Message Queuingの内部 ping 機構はユーザー データグラム プロトコル (UDP) ポート 3527 を使用して、ネットワーク接続を確立します。別のプロセスがこのポートを使用している可能性があります。Message Queuingはこのポートを使用しないで操作を続行できますが、最適な接続時間は実行されません。

解決方法

接続の確立を最適化するには:

これらの手順を実行するには、Administrators のメンバーであるか、適切な権限を委任されている必要があります。

ポート 3527 の開放

Message Queuingが機能するには、ポート 3527 にバインドする必要があります。ポートが空いている (他のプログラムが使用しようとしていない) ことを確認し、ポートが閉じるまで待ってから、MSMQ サービスを再度開始してみてください。

この問題がセットアップ中に発生する場合は、ポートを空けてセットアップを再度実行する必要があります。

MSMQ サービスの再起動

MSMQ サービスを再起動するには:

追加情報

詳細については、イベント ID 2171 ( http://technet.microsoft.com/en-us/library/dd337527(WS.10).aspx) を参照してください

Element properties:

TargetMicrosoft.MSMQ.6.3.Servers
CategoryAvailabilityHealth
EnabledFalse
Event_ID2171
Event Source$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Message Queuingは UDP ポート 3527 にバインドできません。
{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.Event2171" Enabled="false" Target="Microsoft.MSMQ.6.3.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" 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>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2171</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.6.3.Rule.Alert.Event2171.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>