Skip to Content.
Sympa Menu

freetds - Re: [freetds] [unixODBC-support] isql connection hangs

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Craig A. Berry" <craigberry AT mac.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Cc: Support for the unixODBC project <unixodbc-support AT mailman.unixodbc.org>
  • Subject: Re: [freetds] [unixODBC-support] isql connection hangs
  • Date: Fri, 19 Jun 2009 13:34:29 -0500


On Jun 19, 2009, at 5:12 AM, Goyal, Pravin Shyam wrote:

-----Original Message-----
From: Goyal, Pravin Shyam
Sent: Thursday, June 18, 2009 2:33 PM
To: FreeTDS Development Group; Support for the unixODBC project
Subject: RE: [freetds] [unixODBC-support] isql connection hangs

Hi All,
Below are list of errors that I found in config.log when I did ./ configure --enable-gui=0 for unixODBC. But, I didn't correct the below errors and went ahead for make and make install. Can these errors be now issue for me for which isql is hanging?

It's normal for a configuration process to try a lot of things that don't work on its way to finding out what does work, so if you only see these things in config.log and not on your terminal, it's unlikely that they are relevant.


# pwd
/usr/local/etc
# cat odbcinst.ini
[FreeTDS]
Description = Pravin's TDS
Driver = /usr/local/lib/libtdsodbc.so
UsageCount = 3
# cat odbc.ini
[MSSQLTestServer]
Driver = FreeTDS
Description = Test SQL Swerver
Trace = No
Server = 16.138.74.27\BTHUYAVANA11
Port = 1433
Database = master

# isql -v MSSQLTestServer 'sa' 'Windows2003server'
<this hangs up>



Have you tried Freddy's suggestion of removing the port? Can you set aside unixODBC for the moment and successfully connect using FreeTDS's tsql? Have you followed the troubleshooting instructions at <http://www.freetds.org/userguide/troubleshooting.htm >? Are there any signs of what's wrong when you enable TDSDUMPCONFIG in the environment and review the log it generates?

________________________________________
Craig A. Berry
mailto:craigberry AT mac.com

"... getting out of a sonnet is much more
difficult than getting in."
Brad Leithauser





Archive powered by MHonArc 2.6.24.

Top of Page