Page 2 of 2

Posted: Fri Mar 16, 2007 9:44 am
by RobertScarbrough
It appears that I am using 4.2 DataDirect drivers which are not compatible with MS SQL Server 2005. I got the version from the odbc.ini file, I'm still trying to figure out from a Unix command line how to tell which version is truly loaded.

Posted: Thu May 17, 2007 1:12 pm
by RobertScarbrough
I wanted to update everyone with the resolution that we had for this. We eventually found jobs that would drop the connection after 5 minutes. The issue dealt with AIX 5.3 TL5 where a bug was introduced dealing in this version with TCP/IP packets being dropped due to keep alive issues. Patching with the following corrected the issue.

bos.net.tcp.client.5.3.0.54.bff 4 R S bos.net {

bos.net.tcp.client 05.03.0000.0054 1 b B En_US TCP/IP Client Support


If you are experiencing issues with ODBC and want to troubleshoot , using the example.c in the branded_odbc/example directory is a good way to eliminate many things.

Re: ODBC Timeout Expired Error

Posted: Fri Nov 16, 2007 7:45 am
by s_porkalai
hi boss if you had solved this issue, could you please share that information with me.

Re: ODBC Timeout Expired Error

Posted: Fri Nov 16, 2007 7:59 am
by RobertScarbrough
I did, it was an AIX patch issue in my case and I referenced the offending pieces.