Фильтру веб-прокси не удалось подключиться к одному из членов массива

Microsoft.Forefront.TMG.The_Web_Proxy_filter_failed_to_connect_to_one_of_the_array_members.Rule (Rule)

Это правило создает оповещения, если фильтру веб-прокси не удалось подключиться к одному из членов массива

Knowledge Base article:

Сводка

Фильтру веб-прокси не удалось подключиться к одному из членов массива. В параметре события указывается имя члена массива.

Причины

Ниже перечислены возможные причины.

Решение

Убедитесь, что служба межсетевого экрана запущена на данном члене массива, и что этот член массива настроен на прослушивание правильного адреса внутри массива.

Element properties:

TargetMicrosoft.Forefront.TMG.WebProxy.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.The_Web_Proxy_filter_failed_to_connect_to_one_of_the_array_members.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.WebProxy.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>^(14132)$</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.The_Web_Proxy_filter_failed_to_connect_to_one_of_the_array_members.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>0</Priority>
<Severity>1</Severity>
</WriteAction>
</WriteActions>
</Rule>