응용 프로그램 필터를 로드하지 못했습니다.

Microsoft.Forefront.TMG.An_application_filter_could_not_be_loaded.Rule (Rule)

이 규칙은 응용 프로그램 필터를 로드하지 못했을 때 경고를 생성합니다.

Knowledge Base article:

요약

응용 프로그램 필터를 로드하지 못했습니다.

원인

응용 프로그램 필터 초기화 코드에 문제가 있습니다.

해결

응용 프로그램 필터를 활성화하려면 방화벽 서비스를 중지했다가 다시 시작하십시오. 이렇게 하려면 TMG Server 관리에서 모니터링을 클릭하십시오. 그런 다음 세부 정보 창에서 서비스 탭을 클릭하고 Microsoft 방화벽 서비스를 선택하십시오. 작업 탭에서 선택한 서비스 중지를 클릭한 후, 서비스가 중지되면 선택한 서비스 시작을 클릭하십시오.

TMG Server 관리에서 해당 경고를 확인하거나 이벤트 뷰어에서 해당 이벤트를 확인하여 문제가 있는 응용 프로그램 필터의 이름을 알 수 있습니다.

Element properties:

TargetMicrosoft.Forefront.TMG.Server
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.An_application_filter_could_not_be_loaded.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Server" 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/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(14060)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Microsoft Forefront TMG Firewall</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.An_application_filter_could_not_be_loaded.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>