SBarnes wrote:With Jiwa's baked in reconnect and retry SQL functionality is failed attempts logged anywhere?
If you set the system setting DisableConnectionResilience to be true, you will get an exception thrown immediately instead of Jiwa silently attempting to re-connect. The user will get an exception shown to them and the current operation will be aborted. If you want a log of
those occurrences - We added the ability to log transient faults AND sql exceptions (which I believe covers when connections are broken) as part of
DEV-8084 in 07.02.01 SR3.
The DEV issue linked above has a plugin attached which will log to the event log when either a transient fault or a sql exception occurs. For obvious reasons it doesn't log to a table - so you'll need to the gather the event logs from all the client machines to have any useful information.