Can I change the query timeout for Dynamic SQL via jdbc on ALBPM 5.7.3?
657759Apr 30 2009 — edited Apr 30 2009I have some queries (actually stored procs) that occasionally run over the time-limit for executeQuery calls and result in this:
fuego.components.SQLException: [TDS Driver]Read timed out
at fuegoblock.sql.DynamicSQL.executeQuery(DynamicSQL.java:345)
I cannot find where I can change the timeout for such calls to a safer limit, either locally for this execution or globally. Does such a setting exist?
I have optimized the queries as much as possible for now so need to use brute force to let them run to completion.
Thanks,
Todd