How to handle Transient error

Hi all,
How to handle Transient errors in TN ?
which services we are using to handling of this errors?

Thanks
siva

Hello,
As such there is no service to handle transient errors, you have to make that service as a repeating one…
like in a loop, or repeat condition.
suppose it is a JDBC connection or so, then keep it in repeat on failure.

Regards.

Yes Repeat option is also a best bet and also check your try/catch framework and error recovery trap to handle such failures:

HTH,
RMG

Hi

what’s your so called transient error in tn, can you give a instance?

good question…:slight_smile: