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: "Goyal, Pravin Shyam" <pravin.goyal AT hp.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>, Support for the unixODBC project <unixodbc-support AT mailman.unixodbc.org>
  • Subject: Re: [freetds] [unixODBC-support] isql connection hangs
  • Date: Thu, 18 Jun 2009 08:35:54 +0000

Thanks Nick. That means I am right. So something wrong in buildup of
connection.

See guys if this is ok..

# 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>

Please help.

Thanks and regards,
Pravin Goyal


-----Original Message-----
From: freetds-bounces AT lists.ibiblio.org
[mailto:freetds-bounces AT lists.ibiblio.org] On Behalf Of Nick Gorham
Sent: Thursday, June 18, 2009 12:41 PM
To: Support for the unixODBC project
Cc: freetds AT lists.ibiblio.org
Subject: Re: [freetds] [unixODBC-support] isql connection hangs

Goyal, Pravin Shyam wrote:
>
> Guys, I must admit that below happened:
>
>
>
> # cat tds.driver.template
>
> Description = My tds - Pravin
>
> Driver = /usr/local/lib/libtdsodbc.so
>
> # find /usr/local -name libtdsodbc.so
>
> /usr/local/lib/libtdsodbc.so
>
> # odbcinst -i -d -f tds.driver.template
>
> odbcinst: iniOpen failed on tds.driver.template.
>
>
>
> I created odbcinst.ini file myself under /usr/local/etc. Is this
> breaking something or is there something wrong with the installation
> of unixODBC or FreeTDS? I am not sure. Please help.
>

The fact you get the error with the invalid password shows that unixODBC
is loading the driver, so I would guess its a driver issue.

--
Nick
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page