Failed to write the last monthly summary date to the registry

Microsoft.ISAServer.2006.Failed_to_write_the_last_monthly_summary_date_to_the_registry.Rule (Rule)

This Rule generates alerts when Failed to write the last monthly summary date to the registry

Knowledge Base article:

Summary

The ISA Server Report Generator failed to write the last date on which a monthly summary was generated, to the registry. Therefore, the next time summaries are created, the ISA Server Report Generator will try to recreate one or more of the summaries.

Causes

This failure may occur for one of the following reasons:

Resolutions

Element properties:

TargetMicrosoft.ISAServer.2006.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.Failed_to_write_the_last_monthly_summary_date_to_the_registry.Rule" Enabled="onEssentialMonitoring" Target="Microsoft.ISAServer.2006.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>^(21157)$</EventsPattern>
<EventType>2</EventType>
<SourcePattern>Microsoft ISA Server Report Generator</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.ISAServer.2006.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.ISAServer.2006.Failed_to_write_the_last_monthly_summary_date_to_the_registry.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>