Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Graph is returning exception in OBIEE 11g
Hi All,
Please help me to overcome this issue , i am getting the below exception from once of the reports that has bar chart.
"Graphing engine is not responding.
A fatal error occurred while processing the request. The server responded with: com.siebel.analytics.utils.InputStreamWithLimit$ReadOverTheLimitException."
What i have tried to resolve the issue :
1. I have added charts tag under Views tag in instanceconfig.xml
<Views>
<Charts>
<JavaHostReadLimitInKB>6144</JavaHostReadLimitInKB>
</Charts>
2. i have set highest value in XMLP tag
<XMLP>
<InputStreamLimitInKB>8192</InputStreamLimitInKB>
<ReadRequestBeforeProcessing>true</ReadRequestBeforeProcessing>
</XMLP>
After doing the changes i have restarted all 5 obiee services . but still the same exception i am getting . Please assist me to resolve the issue .
Thanks
Guru
Answers
-
Thanks guys , now the issue is resolved by incressing the parameter size as below .
<DVT>
<InputStreamLimitInKB>32768</InputStreamLimitInKB>
</DVT>
0