Re: "Adaptive Server connection failed" through FreeTDS 8.0 & pymssql
Will McQueen <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <C1174DCAFE2FA74CB0797105D205E7B1010E67CA5C@ars-ex07mail1.corp.athenahealth.com> |
Doug, I recall resolving a similar problem to the one you describe once I explicitly set the PacketSize parameter on the connection string. Make sure it matches the packet size setup on the server, which I check through SSMS under Server Properties>Advanced>Network Packet Size. Good luck, Will