DW データ早期集計書き込みアクション

Microsoft.Windows.Server.Storage.Visualization.Library.AggregateDashboardData.Rule (Rule)

DW データ早期集計ルールの書き込みアクション

Knowledge Base article:

概要

データ量が多いために、DW データの集計要求は、集計に対して設定された期間内に処理されない場合があります。予想されるダッシュボードの問題 (長い遅延やタイムアウト例外) を回避するために、ルールによって、設定されたスケジュールに従って DW データの事前集計が開始されます。 ルールは、既定では無効になっています。必要に応じてオーバーライドを使用して有効にしてください。

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.Windows.Server.Storage.Visualization.Library.AggregateDashboardData.WriteAction Default

Source Code:

<Rule ID="Microsoft.Windows.Server.Storage.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.Windows.Server.Storage.Visualization.Library.AggregateDashboardData.WriteAction">
<TimeoutSeconds>10800</TimeoutSeconds>
</WriteAction>
</WriteActions>
</Rule>