I have an export action in my application, which throwing error when exporting excel with the large amount of records.
I don't want to run this process in backend, because user want to download that file in same screen.
Is any other options to export the records without getting error.
Any helps appreciated.
Thanks,
Vishnu Shankar
Hi,
you can try with below forge component.
https://www.outsystems.com/forge/component-overview/8605/reactive-export-as-excel-o11
thanks
cv
Hi Chandra Vikas, this component for reactive, But i working in Traditional Web application.
for traditional app you can use this component.
https://www.outsystems.com/forge/component-overview/2506/exporttoexcel-o11
'
Hello
You can refer to this post, it has similar kind of issue while exporting getting this error,
There are various links to the post and solution is also been marked here
check on this post
https://www.outsystems.com/forums/discussion/25500/an-exception-occurred-in-client-script-the-connection-to-server-was-reset/
I hope this will help
Best RegardsTousif khan
Hi Tousif,
I read the post you suggested, all of which concluded with the solution of changing the button method from Ajax submit to submit.
I can't relate this solution to my problem.
Hello Vishnu,
Greetings!
I have following questions related to your query:1. How much is the data load approximately?2. Do you have any constraint so that you won't be able to use forge component?
Best Regards,Ananya
Hi Ananya,
I am exporting the workbook with the several sheets. Each sheets having more than ten thousand records, it's depending on the data in a table.
Yes, i having some restriction to use forge component in my environment.
Okay, 10k records are not that much. You can easily extract that amount of data using built in functionalities.
Use a timer here and use wake up timer property. 10k records can be easily exported via record list to excel features.
Best Regards,
Ananya
Yes, you are right but the problem is user wants to download that excel file instantly in their screen. If i use the timer then i need to maintain separate file list in table to download those files.
Hi Vishnu,
Have you tried increasing the Server Request Timeout?
Thank you.
Hi Jun Mun Chan,
"Server Request Timeout " option is not available in traditional web application.