The settings of ODBC connection timeout is related to this. suppose if the odbc timeout is 60 sec then if within 60seconds you do not use the object it is disconnected and returned to the pool. This should not be of concern as mts frees session based on settings done.
I'm not sure if that's just the case, as I only see a few of these each day. I'm not sure if it's more related to something I'm not releasing and therefore that's why it tears down the sesssion.
You can suyppress it altogether by setting the odbc timeout to 0 which prevents it crashing out. We had the problem where it would hit time out and release the object and shortly thereafter the process it was waiting on came back with the answer and created a festive array of error messages. zeroing the timeout eliminated the issue.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.