Getting error on uploading excel file using excel import

0
Hi , Getting error on uploading excel file using excel import. How do I resolve this issue with importing xls in Acceptance env 4.4.0. I am getting this error, when trying to create template from xls: lg: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreException: Document could not be read, because: Access is denied at ExcelImporter.IVKSaveContinueCreateTemplateFromDoc (JavaAction : 'Get the columns from the template document') Advanced stacktrace: at mt.a(SourceFile:187) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreException: Document could not be read, because: Access is denied at com.mendix.core.Core.execute(SourceFile:232) And similarly also getting error when trying to upload xls using existing template: lg: 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'') Advanced stacktrace: at mt.a(SourceFile:187) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Access is denied at com.mendix.core.Core.execute(SourceFile:232)
asked
1 answers
1

Turn off "emulate cloud security" in your configuration in your Project settings

answered