While restoring cache data, objects with conflicting information were detected

Microsoft.ISAServer.2006.While_restoring_cache_data_objects_with_conflicting_information_were_detected.Rule (Rule)

This Rule generates alerts when While restoring cache data, objects with conflicting information were detected

Knowledge Base article:

Summary

Windows user-based authentication is required for the applied policy. However, ISA Server is installed in a workgroup environment and Windows authentication cannot be performed in a workgroup environment.

Causes

One or more policy rules require Windows-based user authentication. The rule is either an array-level rule, or an enterprise-level rule.

ISA Server is installed in a workgroup environment. In a workgroup environment, Windows-based user authentication is available only for a single-server array, and when the Configuration Storage Server is installed locally on the ISA Server computer.

Resolutions

To resolve this problem, do one of the following:

Element properties:

TargetMicrosoft.ISAServer.2006.VPN.ServerRole
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.ISAServer.2006.Rule.AlertGenerate.DS Default
WA WriteAction Microsoft.ISAServer.2006.Rule.AlertGenerate.WA Default

Source Code:

<Rule ID="Microsoft.ISAServer.2006.While_restoring_cache_data_objects_with_conflicting_information_were_detected.Rule" Enabled="onEssentialMonitoring" Target="Microsoft.ISAServer.2006.VPN.ServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.ISAServer.2006.Rule.AlertGenerate.DS">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(14169)$</EventsPattern>
<EventType>2</EventType>
<SourcePattern>Microsoft ISA Server Web Proxy</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.ISAServer.2006.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.ISAServer.2006.While_restoring_cache_data_objects_with_conflicting_information_were_detected.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>