Version:
SmartClient Version: v9.1p_2014-09-09/PowerEdition Deployment
Browsers:
IE, Firefox
Error Logs:
Not sure if I am looking at smtart gwt logs or not but there is not information outside of isc.showConsole() that has anything to do with SmartGWT (This could be a place to start in terms of more information)
Current Setup:
Using a list grid with advanced filters so end user can filter data and then export at a later time once they are happy with their filters.
Using the showcase examples for the export with streamResults(true)
Problem:
After 64secs or 49,401kb have been downloaded from browser (225K records of the 1.1 million in the database) the file stops as if it has completed the download or some "file size limit" has been reached. I know the file is not completed because the last line is truncated (uncompleted)
I have played around with weblogic connection time outs so I am not convinced it is a timeout issue but still open to all ideas.
I am not able to find an exception anywhere and I have looked at the debugging guides but I can't seem to get any more information out of the system.
Questions:
Does anyone have any example code for implementing a large csv export using StreamResults(true) flag?
Any ideas for debugging would be helpful as well.
SmartClient Version: v9.1p_2014-09-09/PowerEdition Deployment
Browsers:
IE, Firefox
Error Logs:
Not sure if I am looking at smtart gwt logs or not but there is not information outside of isc.showConsole() that has anything to do with SmartGWT (This could be a place to start in terms of more information)
Current Setup:
Using a list grid with advanced filters so end user can filter data and then export at a later time once they are happy with their filters.
Using the showcase examples for the export with streamResults(true)
Problem:
After 64secs or 49,401kb have been downloaded from browser (225K records of the 1.1 million in the database) the file stops as if it has completed the download or some "file size limit" has been reached. I know the file is not completed because the last line is truncated (uncompleted)
I have played around with weblogic connection time outs so I am not convinced it is a timeout issue but still open to all ideas.
I am not able to find an exception anywhere and I have looked at the debugging guides but I can't seem to get any more information out of the system.
Questions:
Does anyone have any example code for implementing a large csv export using StreamResults(true) flag?
Any ideas for debugging would be helpful as well.
Comment