Skip to Content.
Sympa Menu

freetds - Re: connection problems with the jdbc driver

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Craig Spannring <cts AT internetcds.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: connection problems with the jdbc driver
  • Date: Thu, 27 Jan 2000 20:49:48 -0700 (MST)


Helge Smebye writes:
>
> Network error- setsockopt() TCP_NODELAY (code=10055)
> and
> Network error- Connection refused: no further information
>
> I use the same connectstring from all machines.
>
> connectString=jdbc:freetds:sqlserver://<server>:3180/<database>

It's somewhat unusual to have SQLServer listening on port 3180.
Are you sure this is correct for your installation?

Can you get the stack trace and exception message?

A possibly problem might be the way that Windows resolves names. Some
other machine might have a netbios name that conflicts with the TCP/IP
name of the server machine. If you ping the database server from one
of the problem machines, what IP address does it show? Does that IP
address agree with the IP address that the server thinks it is?



--
=======================================================================
Life is short. | Craig Spannring
Bike hard, ski fast. | cts AT internetcds.com
--------------------------------+------------------------------------
Any sufficiently horrible technology is indistinguishable from Perl.
=======================================================================




Archive powered by MHonArc 2.6.24.

Top of Page