Clicking on the last page/record returns an error attached.

Hello All,

I have created a Portal All task report, and then created a tempo report of that Portal report using a!queryProcessAnalytics. All the filters and pagination is working fine, but when I click on to get the last page/record then it returns an error attached.

Let me know what could be the error, is it something to do with Engine, which is not able to fetch the last page.

Note: The task report has nearly 20000 rows.

Regards,
Vinit.

Portal Report Error.docx

OriginalPostID-155336

OriginalPostID-155336

  Discussion posts and replies are publicly visible

Parents
  • @vinitl It's true that engine limits comes into picture when we are trying to query more than 10000 rows by default as per the standard configurations(or when the value of resources.appian.analytics.application.maxreportrows/ divided by the number of analytics engines is exceeded), but at this point of time I guess we couldn't exactly say that the engine limits has been exceeded without taking a look at the approach you opted for querying the records using a!queryProcessAnalytics(). It would be probably worth uploading your code snippet at a high level specifying the approach you opted for querying the records.
Reply
  • @vinitl It's true that engine limits comes into picture when we are trying to query more than 10000 rows by default as per the standard configurations(or when the value of resources.appian.analytics.application.maxreportrows/ divided by the number of analytics engines is exceeded), but at this point of time I guess we couldn't exactly say that the engine limits has been exceeded without taking a look at the approach you opted for querying the records using a!queryProcessAnalytics(). It would be probably worth uploading your code snippet at a high level specifying the approach you opted for querying the records.
Children
No Data