Фильтру проверки наличия вредоносных программ не удалось загрузить файл шаблона уведомления о ходе выполнения

Microsoft.Forefront.TMG.The_Malware_Inspection_Filter_failed_to_load_a_progress_notification_template_file.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_Malware_Inspection_Filter_failed_to_load_a_progress_notification_template_file.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>^(23464)$</EventsPattern>
<EventType>1</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_Malware_Inspection_Filter_failed_to_load_a_progress_notification_template_file.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>