Failed to load model: Security level should be set to CHECKEVERYTHING in order to run in acceptance or production environment.

0
-------- com.mendix.m2ee.api.InfoAdminException: Security level should be set to CHECKEVERYTHING in order to run in acceptance or production environment.    at com.mendix.basis.impl.ProjectModelStoreLoaderImpl.load(ProjectModelStoreLoaderImpl.scala:45)
asked
3 answers
0

Hi Sugat,

 

In your project you need to make sure that the Security is set to "Production" before deploying.

image.png

With kind regards,

Stephan

answered
0

Like Stephan says, your app security mode should be production, before you can deploy it on a on-premise/private cloud/Mx cloud server.

 

Its not CHECKEVERYTHING mode. Its security mode. When not enabled avery one can access everything. Which you probably doesn't want.

 

If you want to run functional tests on the app w/o security (which isn't advised) but if you want, local deployment will do the job. 

 

It's just a matter of enforcing security in your development/deployment cycle.

answered
0

image.pngalready checked this setting but still getting an error 

answered