Skrivåtgärd för tidig aggregering av DW-data

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

Skrivåtgärdsregel för tidig aggregering av DW-data

Knowledge Base article:

Sammanfattning

På grund av stora mängder data kan förfrågningar om aggregering av DW-data inte bearbetas inom den tidsperiod som angetts för aggregeringen. För att förhindra väntade problem för instrumentpanelen (långa fördröjningar och överskridna tidsgränser) startar regeln tidig aggregering av DW-data enligt ett angivet schema. Som standard är den här regeln inaktiverad. Använd åsidosättningar för att aktivera den om nödvändigt.

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>
<DebugMode>false</DebugMode>
</WriteAction>
</WriteActions>
</Rule>