Data Warehouse object synchronization rule

Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntity (Rule)

This rule synchronizes information about objects and their properties between Data Warehouse and the Management Group

Knowledge Base article:

Summary

System rule that executes synchronization of managed entity data to the data warehouse

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouseSynchronizationService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
ManagedEntityChangeDataSource DataSource Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntityDataSource Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntityChangeWriter Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntity" Target="Microsoft.SystemCenter.DataWarehouseSynchronizationService" Enabled="true" ConfirmDelivery="true">
<Category>System</Category>
<DataSources>
<DataSource ID="ManagedEntityChangeDataSource" TypeID="Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntityDataSource">
<BatchSize>100</BatchSize>
<BatchGenerationFrequencySeconds>30</BatchGenerationFrequencySeconds>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<SynchronizationProcessId>$MPElement$</SynchronizationProcessId>
<SqlAuthentication>
<Login>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/UserName$</Login>
<Password>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/Password$</Password>
</SqlAuthentication>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DataWarehouse.Synchronization.ManagedEntityChangeWriter">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<SynchronizationProcessId>$MPElement$</SynchronizationProcessId>
<SqlAuthentication>
<Login>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/UserName$</Login>
<Password>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/Password$</Password>
</SqlAuthentication>
</WriteAction>
</WriteActions>
</Rule>