Collector for SAP PI Messages
The technical name of the Collector for SAP PI Messages is /DVD/MON_CL_COL_PI_MESSAGE.
This collector communicates with the remote SAP PI system via a configured HTTP destination. For more information, see the chapter Configuring an HTTP Destination for SAP NetWeaver Application Server Java. After establishing a successful connection, it monitors the status of PI messages. The following statuses are possible:
-
Canceled
-
Error
-
Successful
-
Waiting
Default KPIs Delivered with This Collector
The following default KPIs are delivered with this collector:
KPI name |
Description |
Unit |
Detail table |
---|---|---|---|
PI_MESSAGES_CANCEL |
Number of canceled PI messages |
Count |
Yes |
PI_MESSAGES_ERROR |
Number of erroneous PI messages |
Count |
Yes |
PI_MESSAGES_SUCCESS |
Number of successful PI messages |
Count |
No |
PI_MESSAGES_TIME_WAITING |
Time of the longest scheduled PI message |
Sec |
No |
PI_MESSAGES_WAITING |
Number of waiting PI messages |
Count |
No |
Parameters
The following parameters are used for this collector:
Parameter name |
Description |
Default value |
---|---|---|
MAX_MESSAGES |
Defines the maximum threshold of how many PI messages are processed in the current collector execution. By default, the SAP PI API supports a maximum of 200 messages. |
200 |
Detail Table
The collector provides the detail table PI error messages. The technical name of the detail table is /DVD/MON_S_PI_MESSAGES.
The detail table PI error messages provides detailed information about every PI message has the status Error or Canceled. It contains the following fields:
Technical name |
Description |
---|---|
TIMESTAMP |
Time when the records are saved to the detail table |
SID |
System ID |
STATUS |
PI message status |
ID |
PI message ID |
MSG_KEY |
PI message key |
DIRECTION |
PI message direction (inbound or outbound) |
TIMESTAMP |
PI timestamp |
ERROR_CATEGORY |
PI error category |
ERROR_CODE |
PI error code |
RECEIVER_NAME |
PI receiver name |
RECEIVER_PARTY |
PI receiver party |
RECEIVER_INTERFACE_NAME |
PI receiver interface name |
RECEIVER_INTERFACE_NAMESPACE |
PI receiver interface namespace |
SENDER_NAME |
PI sender name |
SENDER_PARTY |
PI sender party |
SENDER_INTERFACE_NAME |
PI sender interface name |
SENDER_INTERFACE_NAMESPACE |
PI sender interface namespace |
ERROR_MESSAGE |
PI error text |
DURATION |
PI message processing duration in milliseconds |
SIZE |
PI message size in bytes |