Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 293 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
IQY reports in 11.1.1.7
Customer is trying to dowlanload reports using IQY from answers advanced tab using Excel.
For large number of records EXcel is not opening and throwing an error message
After giving our username and password, the Microsoft Excel starts fetching data but eventually fails giving below error.
Error: Unable to open <Delta url>. Cannot download the information you requested.
We have increased the row limit in instanceconig.xml file
Using OBIEE 11.1.1.7 and excel 2013
Answers
-
User128178 - Oracle wrote:
We have increased the row limit in instanceconig.xml fileYou have increased what to what setting? There are about 20 parameter in the instanceconfig which have to do with "rows". And many more which have an impact on the amount of columns, data etc.
Plus you also need to increase the JavaHost limits.
Please be precise on WHAT you're doing, WHAT you've done exactly etc.
0 -
Chnaged the following parameter in instance config.xml to 400000
<DefaultRowsDisplayedInDownload>400000</DefaultRowsDisplayedInDownload>
This works fine with smaller number of records.
When my report has 11000 records it errors out
How do i increase the java host limits?
0 -
What is the Error Message? Hard to tell what's going on exactly without that.
Probably you need to check your javahost limits like Christian said: https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=521982636075038&id=1595671.1
0 -
Only that one line? There is MUCH more you need to change!
https://docs.oracle.com/middleware/1221/biee/BIESG/answersconfigset.htm#BIESG3262
0 -
Here is the error message
Error: Unable to open <Delta url>. Cannot download the information you requested.
0