Skip to Content.
Sympa Menu

freetds - Re: [freetds] tsql -S works but tsql -H times out

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Haszlakiewicz, Eric" <EHASZLA AT transunion.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] tsql -S works but tsql -H times out
  • Date: Tue, 8 May 2012 22:34:30 +0000

> -----Original Message-----
> From: freetds-bounces AT lists.ibiblio.org [mailto:freetds-
>
> Have freetds 0.91 compiled on a CentOS box and trying to connect to SQL
> Server 2008 in freetds.conf have [shortname]
> host=123.123.123.123
> instance = tester
> tds version = 8.0
>
> tsql -S shortname -U user will connect right away
> however
>
> tsql -H 123.123.123.123 -U user
> just ticks away until I get a timeout error

Maybe try doing this first:
export TDSVER=8.0

I don't know if there's an environment variable to specify the instance.

eric




Archive powered by MHonArc 2.6.24.

Top of Page