Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
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).