Skip to Content.
Sympa Menu

freetds - RE: tsql error

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Rodrigo Rezende" <rodrezende AT terra.com.br>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: RE: tsql error
  • Date: Wed, 13 Nov 2002 14:18:23 -0300


It works!

Thank´s

----- Original Message -----
From: "Lowden, James K" <LowdenJK AT bernstein.com>
To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
Sent: Wednesday, November 13, 2002 12:08 PM
Subject: [freetds] RE: tsql error


> From: Rodrigo Rezende [mailto:rodrezende AT terra.com.br]
> Sent: November 13, 2002 9:34 AM
>
> I´ve configured my system as the install manual says and when
> I test it I got an error:
>
> src/tds/login.c: tds_connect: 192.168.0.40:1433: Connection refused
> Msg 20009, Level 9, State 0, Server OpenClient, Line 0

Welcome to FreeTDS, Rodrigo.

Is 192.168.0.40 port 1433 the right place? Can you telnet to it? Are you
using a TDS protocol version compatible with your server?

If telnet fails, you haven't identified the server correctly (or it's
broken).

Otherwise, for a Microsoft server, you should use TDS 7.0. Try:

$ export TDSVER=7.0
$ tsql -S server -U user -P passwd

HTH.

--jkl


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that we do not accept account orders and/or
instructions by e-mail, and therefore will not be responsible for carrying
out such orders and/or instructions.



---
You are currently subscribed to freetds as: [rodrezende AT terra.com.br]
To unsubscribe, forward this message to
$subst('Email.Unsub')




  • RE: tsql error, Lowden, James K, 11/13/2002
    • <Possible follow-up(s)>
    • tsql error, Rodrigo Rezende, 11/13/2002
    • RE: tsql error, Rodrigo Rezende, 11/13/2002

Archive powered by MHonArc 2.6.24.

Top of Page