You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set the connection pooling CPTimeout to 60 seconds in unixODBC, but after a connection has been idle for more than 60 seconds, it's not being released. Why is this happening?
I am using ODBC Driver 18 for SQL Server, unixODBC 2.3.11, and the operating system is AlmaLinux 9.4.
/etc/odbcinst.ini:
[ODBC Driver 18 for SQL Server]
Description=Microsoft ODBC Driver 18 for SQL Server
Driver=/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.2.so.2.1
UsageCount=1
CPTimeout=60
I have set the connection pooling CPTimeout to 60 seconds in unixODBC, but after a connection has been idle for more than 60 seconds, it's not being released. Why is this happening?
I am using ODBC Driver 18 for SQL Server, unixODBC 2.3.11, and the operating system is AlmaLinux 9.4.
/etc/odbcinst.ini:
[ODBC Driver 18 for SQL Server]
Description=Microsoft ODBC Driver 18 for SQL Server
Driver=/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.2.so.2.1
UsageCount=1
CPTimeout=60
[ODBC]
Pooling=Yes
PoolMaxSize=15
PoolWaitTimeout=30
The text was updated successfully, but these errors were encountered: