GetBatchGroupStatus returns the status of a batch group; polls for status after executing asynchronously. To learn more about batch groups, see the
Multidomain MDM Configuration Guide
.
When making an asynchronous call, the runStatus of 0 (success) means that GetBatchGroupStatus was successfully placed in the async queue. To see the actual runStatus of the batch group, you can also specify a value in the jmsReplyTo field when making the call. The SIF response message containing the run status of the batch group will be returned on this queue. Alternatively, you can also use the Audit Manager in the Hub Console to enable the audit for “No System: GetBatchGroupStatus” and enable the audit XML. Then, use the GetBatchGroupStatus call again and then check C_REPOS_AUDIT:DATA_XML for the SIF response. The response will show the batch group’s “failed” status. For more information regarding the Audit Manager, see the
Multidomain MDM Configuration Guide
.
Use Case
This is the common scenario for using the GetBatchGroupStatus request:
GetBatchGroupStatus with ExecuteBatchGroup
— After calling
ExecuteBatchGroup, wait and then use GetBatchGroupStatus to see if the batch group executed successfully.