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
Moved to 12.2.1.4 from 12.2.1.2 now OBI menu missing in iFrame

We have just moved from OBIEE 12.2.1.2 to 12.2.1.4 and now when displaying OBIEE in an iFrame we no longer have the top menu bar.
This is .2 version that works
This is the .4 version that does not work.
I have this in the instanceconfig.xml file:
<Security>
<InIFrameRenderingMode>allow</InIFrameRenderingMode>
<ClientSessionExpireMinutes>210</ClientSessionExpireMinutes>
<CheckUrlFreshness>false</CheckUrlFreshness>
</Security>
What am I missing?? Is there another configuration file I need to update?
Answers
-
Can you try using another browser as well as trying to clear your browser cache.
0 -
I have used Chrome, Firefox, Edge and Internet Explorer with the same results. Cleared Cache a number of times. The old site (.2) but the new (.4) does not.
0 -
When you are not using an Iframe you are able to see the menu?
0 -
Yes. This only is happening in iframe.
0 -
Try running the browser F12 developer tool to see if there is an exception related to CSP.
If so, try setting the CSP (Content Security Policy) config? - https://support.oracle.com/knowledge/Enterprise%20Performance%20Management%20and%20Business%20Intelligence/2273854_1.htm…
0 -
The document reference is for external content in OBIEE. I do not want to put external content in an OBIEE dashboard. We are using iframe to display the OBIEE dashboard in another application. This worked fine in .2 but now does not. When using the F12 and going to the Debugger tab I do see an issue.
Does this mean anything?
0 -
I also found some differences with the header.js file.
This is from the site that works.
And this is from the new site
Not sure if I am even looking in the correct area.
0 -
This was actually a bug in the .4 version. This has been fixed with a patch by Oracle.
0 -
For the benefit of the forum users, can you include the bug and patch number here?
0