Skip to main content
Version: 2024.10

SAP RFC Monitor

Monitoring RFC connections of type ABAP (3), HTTP (G,H) and TCP/IP (T). Similar to the connection and authorization test in transaction SM59.

General

ExecutableSAP_RFC_Monitor.exe
Connection methodRFC
Ports
  • 33$$
  • 48$$ (SNC) ($$ = Instance number)
Lookup files
  • itesys.saprfcmonitor.rfcstate.ovl

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
RFCName<Name1>,<Name2>,…empty

Names of the RFC to be monitored, comma separated.

For HTTP connections (type G) you can define HTTP return codes which are accepted as a positive test result. If your RFC connection test result does not return a default HTTP code, you can also define a status text which should be accepted. Syntax:

  • <Name1>:<HTTP_Code>,<Name2>:<HTTP_Code>,..
  • <Name1>:<HTTP_Code>:<Custom_Status_Text>,<Name2>:<HTTP_Code>:<Custom_Status_Text>,..

Channels

Channel nameDescriptionLookup file
<RFCConnection< (<connection type>)

Shows the status of the RFC connection and its connection type:

  • OK: RFC Working
  • Warning: No RFC Authorization
  • Error: Authorization failed
  • Error: RFC does not exist
  • Error: Connection failed
itesys.saprfcmonitor.rfcstate.ovl

Important notes

warning

RFC types G and H can’t be checked with Netweaver 7.4 or older.

Changelog

VersionChanges
2023.06Added possibility to define accepted return codes and status texts for RFC type G connections
2020.09The status No RFC authorization is now only checked for RFC connections from type 3
2020.06Extension of the “RFCConnection” channel to also monitor RFC connections of type G, H and T
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