FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 85e3e62d-97d3-4243-9a68-ddee0e41cc58

0
Im getting below error while importing a file in Excel Importer: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 85e3e62d-97d3-4243-9a68-ddee0e41cc58     at M05_PLM.SUB_ConfigItem_Import (JavaAction : 'StartImportByTemplate')     at M05_PLM.MF_ImportCGCI_Excel (SubMicroflow : 'SUB_ConfigItem_Import') Advanced stacktrace:     at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 85e3e62d-97d3-4243-9a68-ddee0e41cc58     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156)    
asked
1 answers
0

Double check if the import template still exist. It seems from the error that it is missing.

Regards,

Ronald

 

answered