Charts Not Generating in Core Reports

Problem

Users do not see embedded charts in core reports.

Cause

Oracle Business Intelligence Publisher may have incorrect login configurations.

Resolution

  1. Navigate to Fusion_Middleware_path\user_projects\domains\bifoundation_domain\config\bipublisher\ and open xmlp-server-config.xml in a text editor.

  2. Find and replace the file path resource and config element as described in the following table:

    Table 13-2 XML Change for Embedded Charts

    Find and Replace With This

    <resource>

    <saw path=”/”><connection><version>v7</version>

    <sessionTimeOut>90</sessionTimeOut></connection>

    <init><source>middleware_installation_path/

    user_projects/domains/bi_foundation_domain/

    config/bipublisher/repository</source>

    </init></saw></resource>

    </resource>

    <config>

    <file path="${xdo.server.config.dir}/repository"/>

    </config>

    </xmlpConfig>

    <resource>

    <file path="${xdo.server.config.dir}/repository"/>

    </resource>

    <config>

    <file path="${xdo.server.config.dir}/repository"/>

    </config>

    </xmlpConfig>

  3. Restart the beasvc bifoundation_domain_bi_server1 service.

If the problem persists, the Oracle Business Intelligence Publisher documentation contains more troubleshooting information and instructions.