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>