Server failed to start error message when trying to run the Mendix code in Desktop Modeler locally

0
I have installed Postgresql in local and configured it to Mendix Desktop Modeler.  Now I am trying to run the code locally, but I am receiving the error message "Server failed to start".   Please assist.
asked
1 answers
0

Are you sure that the postgres service is running on your computer?

If you type in 'services' in the windows searchbar and open the corresponding program you can check if this is the case.

 

 

Also in your project settings you need to configure the use of your local postgres database.

This is all assuming that you've created the database in postgres already (through for example the use of PGAdmin)

answered