DW data early aggregation

Microsoft.SQLServer.Visualization.Library.AggregateDashboardData.Rule (Rule)

DW data early aggregation rule

Knowledge Base article:

Summary

Due to large amounts of data, DW data aggregation requests may not be processed within the period of time set for the aggregation. To prevent the expected dashboard issues (long delays and timeout exceptions), the rule launches early aggregation of DW data according to a set schedule. The rule is disabled by default. Please use overrides to enable it when necessary.

Element properties:

TargetMicrosoft.SystemCenter.ManagementGroup
CategoryCustom
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.SimpleScheduler Default
WA WriteAction Microsoft.SQLServer.Visualization.Library.AggregateDashboardData.WriteAction Default

Source Code:

<Rule ID="Microsoft.SQLServer.Visualization.Library.AggregateDashboardData.Rule" Enabled="false" Target="SC!Microsoft.SystemCenter.ManagementGroup" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SQLServer.Visualization.Library.AggregateDashboardData.WriteAction">
<TimeoutSeconds>10800</TimeoutSeconds>
</WriteAction>
</WriteActions>
</Rule>