Re: Fwd: Re: Help connecting with tds to MSSQL 2008 - problem found
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 21, 2010 at 03:25:09PM +0200, Gal Rubinstein wrote: > Hello all, > > the after looking into the socket problem it accrued to me that I forgot > to mention an important fact, I'm using windows 7. > RAW sockets have been limited on this version of windows! For the sake of anyone who might misunderstand, raw sockets are needed by programs that don't use tcp or udp. Things like ping(1). FreeTDS doesn't use them. The log you sent looks like it comes from TDSDUMPCONFIG. Use TDSDUMP instead to see the connection attempt. HTH. --jkl