Working through an appVM terminal, I installed mssql-server on my appVM, and when I tried to test it, I received ODBC error 0x2746.
The command in my appVM terminal was: sqlcmd -S localhost -U SA
$ sqlcmd -S localhost -U SA
Password:
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Error code 0x2746.
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Client unable to establish connection.
I know the server is running because I executed the command below and no errors were generated
sudo systemctl start mssql-server
How do we connect to database servers on qubes? Is this a qubes issue?