Ежедневные сводки за указанный период не удалось объединить в единую сводку

Microsoft.Forefront.TMG.The_daily_summaries_for_a_specific_period_could_not_be_rolled_up_into_a_single_summary.Rule (Rule)

Это правило создает оповещения, если ежедневные сводки за указанный период не удалось объединить в единую сводку

Knowledge Base article:

Сводка

Модулю создания отчетов TMG Server не удалось объединить сводки журнала за данный период в единую сводку журналов. Поэтому отчет за данный период не будет содержать данных от данного сервера.

Причины

Эта ошибка может произойти по одной из указанных ниже причин.

Решение

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