Hay nuevas actualizaciones de definiciones disponibles, pero no se pudieron instalar

Microsoft.Forefront.TMG.New_definition_updates_are_available_but_were_not_installed.Rule (Rule)

Esta regla genera alertas cuando hay nuevas actualizaciones de definiciones disponibles, pero no se instalaron.

Knowledge Base article:

Resumen

Hay actualizaciones de definiciones disponibles, pero no se pudieron instalar. Esto puede ser la causa de que el sistema esté obsoleto.

Causas

Las actualizaciones de definiciones disponibles no se pudieron instalar debido a alguna de las razones siguientes:

Resolución

Para solucionar este problema, lleve a cabo alguna de las siguientes acciones:

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.New_definition_updates_are_available_but_were_not_installed.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>^(23477)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Microsoft Forefront TMG Update Agent</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.New_definition_updates_are_available_but_were_not_installed.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>