Friday, June 22, 2012

OBIEE 10g Chart navigation issue

I faced an issue with respect to a few data in a report not getting navigated to the detailed report. This was specific to select data in a chart. However the other data in the chart was getting navigated without issue.

To fix this issue, follow the below mentioned steps:
  • Go the path - <Drive>\OracleBI\web\javahost\config
  • Take the backup of config.xml file.
  • Locate the tag <Charts> and under this tag:
    • <!--<EnableXmlValidation>no</EnableXmlValidation>-->
    • Uncomment the above mentioned line.. i.e ... Change the line to :
    • <EnableXmlValidation>no</EnableXmlValidation>
  • Save the change and restart the JavaHost service.

Issue Resolved!

Cheers

Gautam

No comments:

Post a Comment