ERROR: Executing start did not succeed: result: 11, message: Security level should be set to CHECKEVERYTHING in order to run in acceptance or production environment

0
hi, When I am trying run m2ee.py,  I get an error : m2ee(oracle): start INFO: Trying to start the MxRuntime... ERROR: Executing start did not succeed: result: 11, message: Security level should be set to CHECKEVERYTHING in order to run in acceptance or production environment   Is there any setting in m2ee.yaml , which I need to set which I am missing ? Also, I want to run this in the development mode.   Can you please help me on this.   Thanks.  
asked
1 answers
2

Hi,

From the error text I think that you need to change the security of your project to production.

This can be done in the modeler as described here - https://docs.mendix.com/refguide/project-security

-Andrej

answered