MSSQL database not connecting in Mendix studio Pro

0
Hi,   I am trying to connect the MSSQL database in Mendix studio pro. I have made the changes in settings and added the database name and URL but I am getting this error: Opening JDBC connection to Some(MEGHNA-SOOD\SQLSERVER2019:1433) failed with SQLState: 08S01 Error code: 0 Message: The TCP/IP connection to the host MEGHNA-SOOD, port 1433 has failed. Error: "connect timed out. 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.". Retrying...(1/4)
asked
1 answers
0

HI,

Check the provided hostname, username, Password are correct. Also check there is no firewall rule blocking TCP connection to port 1433. Remove your port information and try to reconnect. 

 

Also,

Does the host run in VPN?

If yes then you have to set up a VPN also to reach the DB-host

answered