DW 데이터 초기 집계

Microsoft.SQLServer.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.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>