无法加载应用程序筛选器

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

如果无法加载应用程序筛选器,此规则将生成警报

Knowledge Base article:

摘要

应用程序筛选器无法加载。

原因

应用程序筛选器初始化代码有问题。

解决方法

要试图激活应用程序筛选器,请停止然后重新启动防火墙服务。 为此,请在“TMG 服务器管理”中单击“监视”。 在详细信息窗格中,单击“服务”选项卡,然后选择“Microsoft 防火墙服务”。 在“任务”选项卡上,单击“停止选择的服务”。 停止服务后,请单击“启动选择的服务”。

注意,可以找到有问题的应用程序筛选器的名称,方法是在 TMG 服务器管理中查看相应的警报或在事件查看器中查看相应的事件。

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>