If Database goes down, what happens to the jobs those are currently processing by BC?
book
Article ID: KB0089817
calendar_today
Updated On:
Products
Versions
TIBCO BusinessConnect
-
Not Applicable
-
Description
Resolution: Analysis ======== When BC is processing a job and Database goes down: 1. If DB comes back online within the maxretry limit, pending jobs will be picked up and processed from where it was last checkpointed. 2. If DB comes back online after the maxretry limit is over, pending jobs will be terminated with error.
Resolution ========== If you increase the bc.db.maxretry and/or interval between the each try (bc.db.sleep.between.retry) in BCMiscProperties.cfg file, you can have more time for DB coming back online without having the pending job terminated( with error).
Issue/Introduction
If Database goes down, what happens to the jobs those are currently processing by BC?