맬웨어 검사 필터가 진행률 알림 템플릿 파일을 로드하지 못했습니다.

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>