Unable to connect to any database with MSSQL connector #44088
Unanswered
unigen-ivlee
asked this question in
Connector Questions
Replies: 2 comments 2 replies
-
you can check worker log for more details. Also, attach the worker log here for suggestion. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you are using MSSQL Instances, you need to find the port number for it. Default 1433 won't work. At least that was the issue for me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There, I'm just starting out evaluating Airbyte OpenSource, I installed on through abctl. The installation went fine, but I'm trying to add sources. We have several databases on site from Oracle, MySQL, and MSSQL. I haven't had any issues connecting Oracle or MySQL databases, but I'm unable to connect to any MSSQL database that we have.
Connector version is 4.1.8, and System version is 0.63.15
I've tried 3 different databases, SQL Server 2012, SQL Server 2017, and a new Docker SQL Sever 2019. All of them I'm able to connect through SQL Server Management Studio. All of them are on prem.
No matter what I've tried, it always takes a while, then errors with a 504. Does anyone have any ideas, or if I'm missing anything?
The configurations I've tried are below
Host:
Port: 1433
Database: (Tried many, small and large)
Username: , tried several including sysadmin
Password:
SSL Method: I've Tried all 3
Update Method: Older ones don't have CDC but I've tried connecting to each
SSH Tunnel: No Tunnel
Optional Fields
Schemas: dbo
JDBC URL Params:
Beta Was this translation helpful? Give feedback.
All reactions