Skip to main content
Version: 2024.04

SAP Dialog Monitor

Monitoring the dialog response times

General

ExecutableSAP-Dialog_Monitor.exe
Connection methodRFC
Ports
  • 33$$
  • 48$$ (SNC)

($$ = Instance number)

Default parameters

Parameter namePossible valuesDefaultDescription
Host<ip> | <hostname>emptyHostname or IP of the target system. If you use a virtual hostname on your SAP servers, please use also the virtual host to connect.
SAPSIDstring (3) | XXXemptySID of the SAP system
SAPInstancenumber (2) | 00 - 99emptyInstance number of the SAP system
SAPClientnumber (3) | 000 - 999emptySAP Client (CLNT/MANDT)
SAPUsernamestringemptySAP user
SAPPasswordstringemptyPassword of the SAP user

Sensor-specific parameters

Parameter namePossible valuesDefaultDescription
SLATimenumber2000Fixed time value in ms for channel "Responsetime - SLA" (creates a static graph line in PRTG reporting to get a better overview about potential SLA breaches)

Channels

Channel nameDescriptionLookup file
Responsetime dailyResponse time of the SAP System for the current day
Responsetime monthlyResponse time of the SAP System for the current month
Responsetime last 10 minutesResponse time of the SAP System for the last 10 minutes
Dialogsteps dailyPerformed dialogsteps for the current day
Dialogsteps monthlyPerformed dialogsteps for the current month
Dialogsteps last 10 minutesPerformed dialogsteps for the last 10 minutes
Transfer dailyTransferred data for the current day
Transfer monthlyTransferred data for the current month
Transfer last 10 minutesTransferred data for the last 10 minutes
Responsetime - SLAStatic value just to compare in PRTG graphs with average dialog times
Channel ResponsetimeThe time the monitor took for the last run

Important notes

warning

If some statistics were not collected in transaction ST03N, the sensor will print out the missing statistics in the sensor text. But the sensor will remain in a green state if no other error occurs.

Troubleshooting

SymptomPossible solution
Sensor does not show all channels
  • Job for statistic collection has not been planned properly
  • Check transaction ST03N

FAQ

QuestionAnswer
How can I avoid alerting when there are peaks in the 10 minutes channel?One possible solution is to adjust the notification trigger of the sensor. You can set the seconds of the trigger to a higher value than the sensor check interval. Like this a notification will only be triggered when the sensor is in down state for two intervals.
For example: check interval is 10 minutes (10 * 60 = 600 seconds); trigger is set to 700 seconds.

Changelog

VersionChanges
1.4.0.1Rebuild for new signature of AddChannel method
1.4.0.0Build for installer 1.4.0
1.3.6.0First stable release