Table of Contents

Search

  1. Preface
  2. Introduction to Services Integration Framework
  3. Setting Up the SIF SDK
  4. Request and Response Objects
  5. Transactions and Exception Handling
  6. ORS-Specific SIF API
  7. Asynchronous SIF Requests
  8. ORS-Specific JMS Event Messages
  9. Using Security Access Manager
  10. Using Dynamic Data Masking
  11. SIF API Reference
  12. Troubleshooting
  13. Appendix A: Identifiers
  14. Appendix B: Frequently Asked Questions

Services Integration Framework Guide

Services Integration Framework Guide

GetBatchGroupStatus

GetBatchGroupStatus

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.

Related SIF Requests


0 COMMENTS

We’d like to hear from you!