I am trying to create a SQl-Azure database with ubuntu 12.04.
I downloaded freeTDS-0.91 and compiled it using openssl and libiconf (for use with the tiny_tds gem).
When I try to connect to sql-azure db, I get the following error:
martinr@martinr-DT :~/code/psg-web$ tsql -U Username -P Password -H servername.database.windows.net -p 1433 locale is "en_ZA.UTF-8" locale charset is "UTF-8" using default charset "UTF-8" Error 20004 (severity 9): Read from the server failed OS error 104, "Connection reset by peer" Error 20002 (severity 9): Adaptive Server connection failed There was a problem connecting to the server
I can not find anything about what causes this error, and how to resolve it.
I can connect to ms-sqlserver instances on a machine with a Windows server in the office without any problems.
Any help would be greatly appreciated.
source share