Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Graph is returning exception in OBIEE 11g

Received Response
1
Views
1
Comments
GuruKumar
GuruKumar Rank 1 - Community Starter

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

  • GuruKumar
    GuruKumar Rank 1 - Community Starter

    Thanks guys , now the issue is resolved by incressing the parameter size as below .

    <DVT>

          <InputStreamLimitInKB>32768</InputStreamLimitInKB>

       </DVT>