Java Security on On Premise Deployment

0
Good Day I am using excel importer it is working well in my development environment as i turned off 'emulate cloud security' after deployment to production I am getting the error below when trying to import ld: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Access is denied at ExcelImporter.IVK_ImportTemplateDocument (JavaAction : 'Call 'StartImportByTemplate'') Is there a way I can use custom settings to enable this import, Regards
asked
1 answers
0

This looks more like a security issue for the user that tries to import the document. Does the user has the needed security role to import?

Regards,

Ronald

[EDIT]

See documentation here: https://world.mendix.com/display/refguide5/User+Roles. The Excel importer has module roles. The user that needs to do the import must have the module role assigned to this microflow which is configurator. So make sure that the user has the module role configurator otherwise you get the error.

answered