The Firewall service failed to apply the Network Load Balancing configuration on the local computer

Microsoft.Forefront.TMG.The_Firewall_service_failed_to_apply_the_Network_Load_Balancing_configuration_on_the_local_computer.Rule (Rule)

This Rule generates alerts when The Firewall service failed to apply the Network Load Balancing configuration on the local computer

Knowledge Base article:

Summary

The Firewall service generates this alert if an internal error is encountered during NLB configuration. When this alert is generated, no load balancing is applied.

Causes

The NLB cannot be configured for one of the following reasons:

Resolutions

External

Microsoft TechNet Web site

Element properties:

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