MSSQL Connection Failure - compatibility level for this database is lower than the minimum supported version.

0
Hello I’m trying to connect my Microsoft SQL server (2012) in Mendix, the problem is I recieve an error message when I click: “run locally”: Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: The compatibility level for this database is lower than the minimum supported version. The server is incompatible and fails to connect to my database?  Please help! 
asked
2 answers
1

I was running into the same issue and I was able to fix it as follows:

In MS SQL Server Manager I changed the compatibility level to 2017 under Properties → Options

After that the application was able to run locally.

answered
0

Hi Gareth,

 

I think that Mendix supports the connection to MSSQL 2016 and 2017 as can be found on the following page: https://docs.mendix.com/refguide/system-requirements#8-databases.

Not sure if the version that you have is supported.

Hope this helps.

Cheers,

Jeffrey

answered