getActivityStatisticsByService()
Use the getActivityStatisticsByService() method to get the runtime statistics for an adapter service.
Returned Results
The following table lists the returned results:
Name | Type | Description |
---|---|---|
SerialNo | integer | A unique row index. |
ServiceName | string | The name of the adapter service. |
ServiceType | string | The type of the adapter service. |
Schema | string | The name of the schema. |
NumberTotalMessages | integer | The number of total messages processed. |
NumberSuccessMessages | integer | The number of successfully processed messages. |
NumberErrorMessages | integer | The number of messages processed in error. |
Note: The returned statistics are tied specifically to the adapter service and not to the message received. If a Publication Service service sends an incorrect IDoc or the service causes an exception when processing a correct IDoc, the statistics cannot be accumulated.
If there is no activity for a particular adapter service, the service cannot appear in the results.
Copyright © Cloud Software Group, Inc. All Rights Reserved.