Export is excel throws Long running microflow error

1
Hi, Am using default 'Export to Excel' option provided on Data grid. Its throwing below error message: (Grid is having only 100 records). Any clue what does this error mean? com.mendix.systemwideinterfaces.MendixRuntimeException: Long running microflow (15234529638720) failed due to an error. at com.mendix.webui.actions.client.PollBackgroundJobAction.execute(PollBackgroundJobAction.scala:28)at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:317)at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312)at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312)at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144)at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146)at scala.util.Try$.apply(Try.scala:192)at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDis
asked
1 answers
1

That should not be happening. File a bugreport with your project and data and steps on how to reproduce. But did you try to change it to export to CSV to see what happens then?

Regards,

Ronald

 

answered