Re: tsql -S works but tsql -H times out
"Haszlakiewicz, Eric" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <4EB74494E20A13478F64930FDE244D6467D404@CHO3WUC9MBX11.corp.transunion.com> |
> -----Original Message----- > From: [email protected] [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