Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Thanks Gianni, I just managed to alter header.js to do it, but you're right, its not clean at all. I will give your suggestions a shot and report back. Thanks Jon
-
My problem here is that I can't seem to identify what page the above is actually in on the filesystem.
-
bumping
-
No Issue, i just wanted to know if I needed to reimport my adapters - is there a way to list what adapters are are imported through that tool?
-
No luck! Even though its there, and even with a simple import command it doesn't bring it over properly - i wonder if I should try and specific application name
-
It looks like the the rpd is under that directory when I unzip it. There is a 2kb liverpd.rpd but there is a larger liverpd_17.rpd which is consistent with the size of the rpd that I just downloaded using data-model-cmd.sh downloadrpd Seems like the issue is happening upon import then, I'll try the bare minimum on import…
-
I edited obiprp.promptcomponents.xml to hide it, if someone knows a better way please let me know, this is for OBIEE 12c. Thanks Jon
-
Figured out, just some user error.... was using a stacked vertical chart with row and columns (group by), should have just used a regular vertical bar chart.
-
I've narrowed it down to an issue with this in the instanceconfig.xml: <URL> <CustomerResourcePhysicalPath>/app/oracle/biee/bicustom/res</CustomerResourcePhysicalPath> <CustomerResourceVirtualPath>/analyticsRes/res</CustomerResourceVirtualPath> </URL> Its either not liking the Virtual Path or the…
-
As an added note, if I go do a dashboards properties and select the theme, it actually says default(company) so its seeing the name, its just not taking any of the themeing, just defaulting back to s_blafp theme.
-
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.