Just put this on stack overflow but cannot figure ...
# ask-community-for-troubleshooting
y
Just put this on stack overflow but cannot figure out how to create my first connection using MSSQL as a source. I have it installed as standalone on my machine, I have airbyte running on that same machine. I enabled TCP/IP from SQL Server's Configuration Manager. But still getting this message:
Copy code
Could not connect with provided configuration. Error: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host GAAZDSTDEV02D, port 1433 has failed. Error: "GAAZDSTDEV02D. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)
Even though I can see the service is running and am able to connect through pymssql https://stackoverflow.com/questions/71758242/connection-to-sql-server-from-airbyte-failing-cannot-create-poolableconnectionf