SAP DW XML messages / Undelivered XML messages

ozsoft.sap.xi.Rule.DW.BPEngine.XMLMessages.Undelivered (Rule)

This rule writes SAP BP Engine Performance Counter data to DW

Element properties:

Targetozsoft.sap.BPEngine
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue
CommentThis rule writes SAP Integration Engine Performance Counters data to DW

Member Modules:

ID Module Type TypeId RunAs 
SdkDataSource DataSource Microsoft.SystemCenter.SdkPerformanceDataProvider Default
FilterCCMS ConditionDetection ozsoft.sap.ConditionDetection.CCMSPerfCounter Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="ozsoft.sap.xi.Rule.DW.BPEngine.XMLMessages.Undelivered" Comment="This rule writes SAP Integration Engine Performance Counters data to DW" Enabled="false" Target="OZMP4SAP!ozsoft.sap.BPEngine" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="SdkDataSource" TypeID="SC!Microsoft.SystemCenter.SdkPerformanceDataProvider"/>
</DataSources>
<ConditionDetection ID="FilterCCMS" TypeID="OZMP4SAP!ozsoft.sap.ConditionDetection.CCMSPerfCounter">
<ObjectName>XML messages</ObjectName>
<CounterName>Undelivered XML messages</CounterName>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>