Google Search

Friday, February 20, 2015

How to Perform Bulk Retry of Failed Provisioning Tasks ?

Is it possible to perform a bulk retry of provisioning tasks which failed?

Out of the box, one has to set the retry count on that process task in the design console (http://docs.oracle.com/cd/E14049_01/doc.9101/e14061/promgt.htm#BCEBBJGD)

Once the task fails, the out of box "Task Timed Retry" schedule task should retry these rejected task automatically till the retry count limit set on process task is reached.

Another approach is to use API,

for ex: tcProvisioningOperationsIntf retryTask(..) method

Note: Above Oracle Link will gives you more information on this issue.

Hope this will helps you!

No comments:

Post a Comment