Excel Importer Error

0
I am getting the error below when trying to import excel data. Does anyone help on what is the error all about?    com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Failed to commit     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Failed to commit     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:30) Caused by: com.mendix.core.CoreRuntimeException: Failed to commit     at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:151) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.basis.connectionbus.ConnectionBusException: com.mendix.systemwideinterfaces.core.UserException: Object of type 'System.XASInstance' with guid '562949953422713' cannot be updated, as it does not exist anymore     at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:123) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.basis.connectionbus.ConnectionBusException: com.mendix.systemwideinterfaces.core.UserException: Object of type 'System.XASInstance' with guid '562949953422713' cannot be updated, as it does not exist anymore     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.basis.connectionbus.ConnectionBusException: com.mendix.systemwideinterfaces.core.UserException: Object of type 'System.XASInstance' with guid '562949953422713' cannot be updated, as it does not exist anymore     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:30) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.basis.connectionbus.ConnectionBusException: com.mendix.systemwideinterfaces.core.UserException: Object of type 'System.XASInstance' with guid '562949953422713' cannot be updated, as it does not exist anymore     at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:45) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.basis.connectionbus.ConnectionBusException: com.mendix.systemwideinterfaces.core.UserException: Object of type 'System.XASInstance' with guid '562949953422713' cannot be updated, as it does not exist anymore     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.basis.connectionbus.ConnectionBusException: com.mendix.systemwideinterfaces.core.UserException: Object of type 'System.XASInstance' with guid '562949953422713' cannot be updated, as it does not exist anymore     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:30) Caused by: com.mendix.basis.connectionbus.ConnectionBusException: com.mendix.systemwideinterfaces.core.UserException: Object of type 'System.XASInstance' with guid '562949953422713' cannot be updated, as it does not exist anymore     at com.mendix.connectionbus.connections.jdbc.JdbcDataStoreBase.throwConnectionBusException$1(JdbcDataStoreBase.scala:450) Caused by: com.mendix.systemwideinterfaces.core.UserException: Object of type 'System.XASInstance' with guid '562949953422713' cannot be updated, as it does not exist anymore    
asked
2 answers
0

You are trying to commit an object that is no longer there. There could be multiple reasons for that. Check delete behaviour for instance. Is my assumption correct that this is not a sole import but that you are doing something with the data whili importing? Try to set breakpoints in those microflows to see where you made a mistake.

Regards,

Ronald

 

answered
0

Ronald, 

thanks for the feedback. This is actually a download from App Store. It is working fine in our development but I am getting the error when I deployed it in our production environment. 

answered