Error in excel importer

0
I'm trying to import a document with references and the following error occurs: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Error while processing the MetaInfoObjects: java.lang.NoSuchMethodError: com.mendix.systemwideinterfaces.connectionbus.data.IDataTable.close()V | VERSION: Mx5_20150203 at com.mendix.core.component.InternalCore.execute(InternalCore.java:236) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Error while processing the MetaInfoObjects: java.lang.NoSuchMethodError: com.mendix.systemwideinterfaces.connectionbus.data.IDataTable.close()V | VERSION: Mx5_20150203 at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:217) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Error while processing the MetaInfoObjects: java.lang.NoSuchMethodError: com.mendix.systemwideinterfaces.connectionbus.data.IDataTable.close()V | VERSION: Mx5_20150203 at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:43) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Error while processing the MetaInfoObjects: java.lang.NoSuchMethodError: com.mendix.systemwideinterfaces.connectionbus.data.IDataTable.close()V | VERSION: Mx5_20150203 at excelimporter.reader.ExcelImporter.startImport(ExcelImporter.java:133) Caused by: com.mendix.core.CoreException: Document could not be imported, because: Error while processing the MetaInfoObjects: java.lang.NoSuchMethodError: com.mendix.systemwideinterfaces.connectionbus.data.IDataTable.close()V | VERSION: Mx5_20150203 at excelimporter.reader.readers.ExcelReader.importData(ExcelReader.java:450) Caused by: replication.ReplicationSettings$MendixReplicationException: Error while processing the MetaInfoObjects: java.lang.NoSuchMethodError: com.mendix.systemwideinterfaces.connectionbus.data.IDataTable.close()V | VERSION: Mx5_20150203 at replication.MetaInfo.finished(MetaInfo.java:687) Caused by: replication.ReplicationSettings$MendixReplicationException: Error while processing the MetaInfoObjects: java.lang.NoSuchMethodError: com.mendix.systemwideinterfaces.connectionbus.data.IDataTable.close()V | VERSION: Mx5_20150203 at replication.MetaInfo.startProcessingObjects(MetaInfo.java:635) Caused by: replication.ReplicationSettings$MendixReplicationException: java.lang.NoSuchMethodError: com.mendix.systemwideinterfaces.connectionbus.data.IDataTable.close()V at replication.MetaInfo.validateRunningThreads(MetaInfo.java:660) Caused by: java.lang.NoSuchMethodError: com.mendix.systemwideinterfaces.connectionbus.data.IDataTable.close()V at replication.MetaInfoProcessor.retrieveMxObjectsByMetaInfoObject(MetaInfoProcessor.java:751) at replication.MetaInfoProcessor.populateAssociatedObjects(MetaInfoProcessor.java:826) In an earlier topic the same error is mentioned. My version of the excel importer is the latest from the App store. The document I want to import contains no empty rows. For now I fix the reference problem with an custom microflow, it would be nice if someone knows a solution.
asked
2 answers
1

I had the same problem after updating to Mx 5.18 Solved this with excelimporter version 5.4 or when you have this error in database replication than you need version 4.6.1 of that module

After you install these modules you need MxModelReflection 5.3

answered
0

This is a compatibility issue that the excel importer and database replication have with release 5.14 and higher.

Unfortunately there isn't anything you can do to fix this since it occurs is in the library the module. The new appstore release will solve this problem (this release is currently being finalized).

answered