No se pudo inicializar una caché de disco

Microsoft.Forefront.TMG.A_disk_cache_failed_to_initialize.Rule (Rule)

Esta regla genera alertas cuando no se puede inicializar una caché de disco.

Knowledge Base article:

Resumen

No se pudo inicializar una memoria caché de disco.

Causas

Este evento podría producirse por un error interno, de E/S de disco o de memoria insuficiente. La descripción del evento contiene más información sobre la causa del error.

Resolución

Examine el código de error o los eventos registrados anteriormente para identificar el motivo del error de caché. Compruebe si el disco está conectado y no está dañado. Si se inició la recuperación de la caché de disco, busque otro evento que indique el estado de la recuperación.

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.A_disk_cache_failed_to_initialize.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>^(14176)$</EventsPattern>
<EventType>1</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.A_disk_cache_failed_to_initialize.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>