일부 캐시 파일이 일치하지 않습니다.

Microsoft.Forefront.TMG.There_is_inconsistency_in_some_cache_files.Rule (Rule)

이 규칙은 일부 캐시 파일이 일치하지 않을 때 경고를 생성합니다.

Knowledge Base article:

요약

일부 캐시 파일이 일치하지 않습니다.

원인

캐시를 초기화할 때 일부 캐시 파일이 이전 캐시 구성에서 온 것으로 검색되었습니다.

해결

캐시 드라이브의 URLCache 디렉터리 아래에 있는 캐시 파일을 삭제하십시오.

Element properties:

TargetMicrosoft.Forefront.TMG.Cache.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.There_is_inconsistency_in_some_cache_files.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Cache.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>^(14165)$</EventsPattern>
<EventType>2</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.There_is_inconsistency_in_some_cache_files.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>