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
Migrated from 11g to 12c, charts not showing up, only tables

Hi All,
I was able to sucesfully use the BI MIgration Tool to move from 11g to 12c, and my tables are populating with data but the charts are not showing up in my dashboards, could anyone assist? I ran accross this while searching: .
1. Go to the \AnalyticsRes directory on the 11g system.
2. Copy the following files from the 11g \AnalyticsRes directory to the 12c \AnalyticsRes directory: • highcharts.js • exporting.js • jquery-1.8.2.min.js
But my 11g system does not have those JS files.
I appreciate the help!
Jon
Answers
-
In case anyone needs to know, this issue was resolved on Redhat by doing the following:
unset DISPLAY variable via bash profile file
set -Djava.awt.headless=true in managed server startup file.
0