[unixODBC][FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable
Lukasz Szybalski <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I've upgraded to new version of debian but I'm getting this error when
trying to connect to mssql
import pyodbc
pyodbc.connect('DRIVER={TDS};Server=servername;Database=dbname;UID=user;PWD=pass;port=123;')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
pyodbc.Error: ('08S01', '[08S01] [unixODBC][FreeTDS][SQL Server]Unable
to connect: Adaptive Server is unavailable or does not exist (20009)
(SQLDriverConnectW)')
Any idea what is going on?
Thanks,
Lucas