-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to debug the connection? #192
Comments
Hi @RMHogervorst , thanks for the log! Indeed it looks like it cannot connect to mssql. Maybe one thing you can do is to use another client tool to make sure the host and port are correct. What I usually use is mssql-cli. It is easy to install ( |
Hi @wangxiaoying 👍 thank you for the advice. |
Hi @sundeeprpatil , I'm not sure what's the error message you got. But if it's the same timed out, then I think it is because the database is not reachable from the code's running environment. Instead of running on your laptop, you need to run |
Yes: I used IP instead of the right end point, which works locally but does
not work in public cloud.
Check hybrid connection module for the right connection string.
…On Wed, May 4, 2022 at 4:35 PM stefVleugels7 ***@***.***> wrote:
Hi @sundeeprpatil <https://github.com/sundeeprpatil> , I'm experiencing
the same issue with an Azure SQL server. Have you found a solution for this?
—
Reply to this email directly, view it on GitHub
<#192 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWL2B2R2RFKVPVAXHB3NNVTVIIZF7ANCNFSM5JWKH45A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've tried connecting to a mssql server like this:
But all I get back is:
Is there a way for me to debug connection info?
It must not reach the server or something like that
The text was updated successfully, but these errors were encountered: