Can't connect to mssql server using info from SSMS #244
Replies: 4 comments 5 replies
-
Hi ! Can you paste the EXACT error message you are getting ? |
Beta Was this translation helpful? Give feedback.
-
This is mssql enterprise hosted on azure. This is not a named instance. Exact error is |
Beta Was this translation helpful? Give feedback.
-
You get this message when you specify a port that is not a number, or is not between 0 and 65535. ExampleIf your username is mssql://yellow%3Asubmarine:the%40beatles@example.com:50135/hello%2Fworld |
Beta Was this translation helpful? Give feedback.
-
Sorry to bump this but it's related ;) I can connect to my MSSQL Server through e.g. DBGate with the IP adress on standard port 1433 (screenshot). sqlpage however gives me an error message "invalid port number". I have read and tried #86 but in my case I don't have a named instance and the port seems to reply fine. |
Beta Was this translation helpful? Give feedback.
-
Hi
I have a ms sql server at somehost.com,50135 (that's a comma before the port number) that works in ssms but I can't connect with sqlpage.
I've tried both a comma and a colon in the config file, connect.rs says invalid port both ways. Default ssms settings are used, no other options are used as in encryption or certificates etc.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions