cancel
Showing results for 
Search instead for 
Did you mean: 

Incomplete excel resource download

Former Member
0 Kudos

Hi All,

we have a custom webdynpro java application and in which there is an option for user to download the table content, now only very few users are not able to download the excel from portal, download is ending up with say like 30% or 40% and after some time it is failing with message saying couldnt be downloaded, we don't see any errors in default trace as well, below are the details on the same.

1. jxl jars haven been used

2. below is the method of generating excel resource

FileInputStream ExcelCSVFile = new FileInputStream(Excel_File);cachedExcelResource = WDResourceFactory.createCachedResource(ExcelCSVFile, File_Name,WDWebResourceType.XLS, false);

Please help me on this

1. is it really problem with the logic in which the way we are generating the excel resource ?

2. is it related to server cache ?

Thanks,

Sanjay.

Accepted Solutions (0)

Answers (1)

Answers (1)

santhu_gowdaz
Active Contributor
0 Kudos