Dear exports,
I have used Export Data Store Entity to Excel Smart Service in process model.
1. Configured Data Store Entity is the DB View, there are 8000+ records in this view.
2. I didn't apply any filters.
3. When run process, there is no process error or any error in system log, process instance run successfully.
However, I only export out 5000+ records in excel, which is not expected, suppose should be all records in DB ( 8000+ ), what's the possible problem? how can I fix it?
PS: I have double check missed records, those are not duplicated records in the view. And I have done a POC, if change the DSE to point to any table, no this data missing issue in exported excel, but if change to views, some have data missing issue, some no, I have no idea that why those data will be missed.
Discussion posts and replies are publicly visible
Views can be slower than table queries if not optimised well. Try batching the data and exporting using 2 dse to excel nodes in your process.