Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
=========
In BusinessEvents, how to identify which post Run To Completion (RTC) transactions failed or which events were not sent out during the post RTC phase? How to catch Post RTC errors?
Environment:
========
TIBCO BusinessEvents 3.0.2 (Hotfix-3 Onwards), 4.x, 5.x
Symptoms:
========
Post RTC errors like Database transaction failure or fail to send event occurs.
Resolution:
========
You can register a callback function with TIBCO BusinessEvents. The transaction error handler rule function is invoked each time a database transaction exception occurs and each time a send event exception occurs. Note that this feature (BE-10031) is available from BE 3.0.2 Hotfix-3 onwards on 3.0.2 versions and all versions of 4.x and 5.x
References:
=========
See the section on Transaction Error Handler Rule Function in TIBCO BusinessEvents Developer's Guide(5.x) for more details.