Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Error while exporting the dashboard in to excel

While trying to export the report in excel format it is showing the following error.
A fatal error occurred while processing the request.
The server responded with: com.siebel.analytics.utils.InputStreamWithLimit$ReadOverTheLimitException.
Answers
-
Hi!
Have a look at this
Oracle reference: https://docs.oracle.com/cd/E23943_01/bi.1111/e10541/psconfigset.htm#BIESG103
Have you checked your logs ?
B/R Lamin
0 -
Approximately how many rows are you trying to export to Excel? By the way, you made no mention of the OBIEE version you're running.
0 -
Yes I have done that. and in the log it is showing the same error there.
the thing is that In UAT it is not showing any error ,only in production the error is there.
both config files are similar in structure.
0 -
Hi Joel,
OBIEE 11g
The no of rows wont extend 2-3 lakhs
0 -
You say it works in your UAT environment, how many rows does the report generate in your UAT environment compared to Production where you say it generates between 200000 & 300000 rows.
0 -
What is your current setting for
<XMLP>
<InputStreamLimitInKB> ?</InputStreamLimitInKB>
</XMLP>
antother test is to set to 0 (Unlimited),restart and then try.
//Lamin
0