Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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…