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 © TIBCO Software Inc. All rights reserved.