Excel Importer return stackoverflow

0
When i import a few row process was succuss but when i import let’s say 300 rows i got error like below please help suggest solution to solve issue. version IDE and Excel Import               Mendix Modeler 7.23.4               Excel importer 5.16.0               MxModelReflection 6.1.1  
asked
1 answers
0

A bit of a wild guess from me: could it be that “Print Message When Reference Is Not Found” is enabled?

https://docs.mendix.com/appstore/modules/excel-importer#references 

300 records should be easily doable for the importer, so something must be going on in your case. Enable statistics and see if you can pinpoint a record where it happens. (try 150 records, if that works try 200 etc)

You may want to start eliminating steps in the template: remove all columns but one for example, and see if that works. Then extend to see where it breaks.

I hope this helps.

answered