Re: Cannot connect to MSSQL named instance
"Colin Adams" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
For information: It turned out that iptables was blocking the response from MSSQL on the Linux machine. I presume that was some kind of default setup on fedora 9 (I didn't install it). 2008/8/1 Colin Adams <[email protected]>: > 2008/8/1 James K. Lowden <[email protected]>: >>> > TDSDUMP will show the 1434 interaction. >>> >>> Which section of the user manual describes this (I can't find it yet). >> >> There's nothing in the UG about the contents of the log. It changes >> according to our whim. >> >>> What will it show that strace doesn't? >> >> It will show the attempts to contact the port, and any the contents of any >> responses. > > But I already know from strace that there is no response - sendto timed out. >