要求を受け付けることができるオンラインのサーバーが現在ないため、Web 公開ルールが Web ファーム内の公開されたサーバーへの要求の転送を停止した

Microsoft.Forefront.TMG.A_Web_publishing_rule_stopped_forwarding_requests_to_published_servers_in_a_Web_farm_because_there_are_currently_no_online_servers_that_can_accept_requests.Rule (Rule)

このルールでは、要求を受け付けることができるオンラインのサーバーが現在ないため、Web 公開ルールが Web ファーム内の公開されたサーバーへの要求の転送を停止した場合に警告が生成されます

Knowledge Base article:

サマリー

要求を受け付けることができるオンラインのサーバーが現在ないため、Web 公開ルールは Web ファーム内の公開されたサーバーへの要求の転送を停止しました。

原因

公開されている Web ファームに関連するすべてのサーバーがドレイン停止中か、またはサービス停止状態です。

解決策

ファーム サーバーが現在ドレイン停止しているかどうかを判別します。 これを行うには、[TMG Server の管理] のコンソール ツリーで、[ファイアウォール ポリシー] をクリックします。 次に [ツール ボックス] タブで [ネットワーク オブジェクト] をクリックし、[サーバー ファーム] をクリックします。次に適切なサーバー ファームを右クリックし、[編集] をクリックします。 また、接続検証方法を使用して、各サーバーの接続状態を確認できます。 これを行うには、[TMG Server の管理] のコンソール ツリーで [監視] をクリックし、[接続] タブをクリックします。 [タスク] タブで [新しい接続検証方法の作成] をクリックし、画面上に表示される指示に従います。

Element properties:

TargetMicrosoft.Forefront.TMG.Publishing.ServerComponent
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Forefront.TMG.Rule.AlertGenerate.DS Default
WA WriteAction Microsoft.Forefront.TMG.Rule.AlertGenerate.WA Default

Source Code:

<Rule ID="Microsoft.Forefront.TMG.A_Web_publishing_rule_stopped_forwarding_requests_to_published_servers_in_a_Web_farm_because_there_are_currently_no_online_servers_that_can_accept_requests.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Publishing.ServerComponent" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.DS">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(10150)$</EventsPattern>
<EventType>2</EventType>
<SourcePattern>Microsoft Forefront TMG Web Proxy</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.A_Web_publishing_rule_stopped_forwarding_requests_to_published_servers_in_a_Web_farm_because_there_are_currently_no_online_servers_that_can_accept_requests.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>