Skip to Content.
Sympa Menu

freetds - Re: [freetds] FreeTDS not finding freetds.conf

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Andrew Mattie" <amattie AT chilitech.net>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] FreeTDS not finding freetds.conf
  • Date: Mon, 22 Aug 2005 09:46:35 -0400

I set only TDSDUMPCONFIG to stdout. It gives me the same output as I posted
before, only this time it prints it on the console.

Enter ODBC connect string (? shows list): DSN=Employee
RADIUS;UID=EmployeeRadius;PWD=<password>;
Starting log file with debug level 99.
2005-08-14 15:39:42.511797 iconv will convert client-side data to the
"ISO-8859-1" character set
2005-08-14 15:39:42.532161 Connecting addr 127.0.0.1 port 1433 with TDS
version 4.2
src/tds/login.c: tds_connect: 127.0.0.1:1433: Connection refused
1: SQLDriverConnect = Err 20009, Level 9, State 0, Server OpenClient, Line
0
Server is unavailable or does not exist.
(1) SQLSTATE=HY000
2: SQLDriverConnect = Client unable to establish connection (1)
SQLSTATE=08001
1: ODBC_Connect = Err 20009, Level 9, State 0, Server OpenClient, Line 0
Server is unavailable or does not exist.
(1) SQLSTATE=HY000
2: ODBC_Connect = Client unable to establish connection (1) SQLSTATE=08001
SQLFreeHandle(2, 0x808c138)
SQLFreeHandle(1, 0x808c158)

Also, I was only using the `tsql` app and the `make check` commands through
the copy of freetds that I compiled within my home directory. `aptitude`
tells me that the version of FreeTDS installed on the server is 0.61-6.2.

Any other ideas on what I can do to make the installed version of FreeTDS
look in the correct location for the config file?





Archive powered by MHonArc 2.6.24.

Top of Page