DW SAP XI Service. Deprecated

ozsoft.sap.xi.Rule.WritePerformanceDataToDW.XIService (Rule)

Writes SAP XI Service Performance Counters Data to Data Warehouse. The Rule is Deprecated and should not be enabled

Element properties:

Targetozsoft.sap.XIService
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue
Commentthis rule writes SAP XI Service counters performance data to DW

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.TargetEntitySdkPerformanceDataProvider Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="ozsoft.sap.xi.Rule.WritePerformanceDataToDW.XIService" Comment="this rule writes SAP XI Service counters performance data to DW" Enabled="false" Target="OZMP4SAP!ozsoft.sap.XIService" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="SC!Microsoft.SystemCenter.TargetEntitySdkPerformanceDataProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>