getActivityStatisticsByOperation()
Returns the total number of objects processed for all the schemas by each service that is associated with a specified operation, and returns the number of success and error objects.
Returned Results
The following table lists the returned results:
Name | Type | Description |
---|---|---|
Service Name | String | The name of the service that is associated with the specified operation. |
Total | String | The total number of objects processed for this schema for an adapter service. |
Success | String | The number of objects that are successfully identified for this schema, and are to be published or written to a file. |
Error | String | The number of objects that are identified for this schema but are not published. This reason is that the header of the schema fails in the validation for Publication Service, or is written to a file because the schema is not associated with the subscriber for Subscription Service. |
Copyright © TIBCO Software Inc. All rights reserved.