SAP Connector Main Loop Duration Monitor
Time (seconds) it takes to complete connector's main loop
Check the Timers performance view, determine which Action is causing the excessive loop time. Depending on the action perform one of the following:
Use Management Pack configuration utility to adjust Scheduling parameters
Use SAP transaction RZ20 to decrease the number of Performance attributes in the CCMS Monitors
Contact OZSoft customer support
SCOM Management Server's SDK service is experiencing slow response time
SAP CCMS Monitor Set contains too many alert, performance or status attributes
Too many Batch Job match Monitoring Criteria
Too many BW Process Chains match Monitoring Criteria
Depending on the cause of the problem:
Adjust Use Management Pack Scheduling parameters
Contact your Basis administrator to tune down CCMS Monitor Set
Contact OZSoft customer support
Target | ozsoft.sap.Connector | ||
Parent Monitor | System.Health.PerformanceState | ||
Category | Operations | ||
Enabled | True | ||
Alert Generate | True | ||
Alert Severity | MatchMonitorHealth | ||
Alert Priority | Normal | ||
Alert Auto Resolve | True | ||
Monitor Type | ozsoft.sap.CCMSMetricMonitorType2 | ||
Remotable | True | ||
Accessibility | Public | ||
Alert Message |
| ||
RunAs | Default |
<UnitMonitor ID="ozsoft.sap.Monitor.SAPConnector.Timer" Accessibility="Public" Enabled="true" Target="ozsoft.sap.Connector" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="ozsoft.sap.CCMSMetricMonitorType2" ConfirmDelivery="false">
<Category>Operations</Category>
<AlertSettings AlertMessage="ozsoft.sap.Monitor.SAPConnector.Timer.AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/InstanceName$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Under" MonitorTypeStateID="SDKMetricUnderLowThreshold" HealthState="Success"/>
<OperationalState ID="Between" MonitorTypeStateID="SDKMetricUnderHighOverLowThreshold" HealthState="Warning"/>
<OperationalState ID="Over" MonitorTypeStateID="SDKMetricOverHighThreshold" HealthState="Error"/>
</OperationalStates>
<Configuration>
<CounterName>Loop</CounterName>
<ObjectName>ActionTimer</ObjectName>
<Frequency>60</Frequency>
<HighThreshold>900</HighThreshold>
<LowThreshold>300</LowThreshold>
</Configuration>
</UnitMonitor>