Opening JDBC connection to localhost:0 failed

0
Hi guys, I am trying to use a MSQL database instead of the default built-in DB. I installed the DB using the Windows Authentication and set up mendix for that as well, but the problem is that when I run the server I get a message that says Opening JDBC connection to localhost:0 failed. The TCP/IP connection to the host localhost, port 1433 has failed. I am not sure what us wrong here. Any ideas?
asked
4 answers
2

Could this be of any help:

SQL Server not listening on port 1433

answered
4

You need to enable MSQL to listen on tcp/ip, here is a nice step by step manual here or here

answered
0

What does your configuration in Mendix look like?

answered
0

Thanks Paul Katelaars.

The site you gave me helped alot.

answered