Hi all,
I've a strange issue;
just migrated to OBIEE 12 (12.2.1.2.0).
I'm trying to use a narrative view to display an image; using
<img src="http://serverpath/logo.png">
Same code in 11g works fine.
Any idea?
Thanks
Marco
Foud this note:
https://docs.oracle.com/middleware/1221/biee/BIESG/answersconfigset.htm#BIESG9326
maybe is the right path?
M
Hi Marco,
If images comes from a different domain than OBIEE you are hitting the CSP security (Content Security Policy).
It's a protection not loading objects from other domains to avoid XSS & co.
You find details on how to whitelist your domain to allow to load the images in the doc: https://docs.oracle.com/middleware/1221/biee/BIESG/answersconfigset.htm#BIESG9326
But first open the developer toolbar of your browser and make sure that's the issue (the message is in general quite explicit).
You can find an example of configuration of CSP here: https://gianniceresa.com/2016/10/google-map-in-an-obiee-12c-analysis/
It was about allowing to embed Google Maps so the config required is a big more, in your case just one block to allow images from your domain and done. (Please do not totally turn off CSP as some may suggest, it's there to protect your system).
Gianni,
thanks for the answer; I think this is the issue
...maybe to get things simple we will use same fmap path to store images since there is no need to put them on a different server.
Kind Regards
+1 !
Additionally you will get the added benefit of - if you nicely deploy things in a custom deployment like analyticsRes - then you can bundle things in a way which makes them usable for standard deployment processes.
+1 to Christian with analyticsRes: it will works fine as it's served from the same domain as OBIEE (=> no CSP).
In case you need details it's here: https://gianniceresa.com/2016/12/deploy-custom-folder-obiee-12c-analyticsres/
I forgot to put the link? How great :-(
To put some images on the 12c, you cant upload in "edit dashboard" and use Link or Image (50kb limit)
I dont know if help you, but is a free tip
Here.
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (SCM). The session will cover updates on Supply Chain Management and Procurement. Presented by: Anil Sebastian - Senior Director, SCM Product Management, Fusion Data Intelligence…
for a particular report, when some users click on the link, the new tab opens but after about 10 minutes of loading the system returns
Summary: Hello experts, We are using WLF_ASSIGNMENT_TASKS_F to fetch the data from the learn tables The WLF_ASSIGNMENT_TASKS_F table, in the LAST_UPDATED_BY field, doesn't reflect who actually updates the task. I've attached the query used. Can you please help me? Content (please ensure you mask any confidential…
https://blogs.oracle.com/analytics/announcing-the-general-availability-of-oracle-analytics-server-2026 As announced, OAS 2026 has moved to FMW 14. What does this mean for the future of OBIA? Given that 103PS4 is for 12.2.1.4 , it would seem another required upgrade beyond 103ps4 will have to happen. What should customers…
Hi everyone, we're experiencing an interesting issue with report filters in Oracle Learning Management (or similar). Problem: When we use filters based on SQL queries, for some specific users the report filters disappear completely, making the report non-functional. Technical Details: We've identified the critical point in…
We use OAS 2025, EBS 12.2.12, OBIA 7.9.6.4, Oracle 19c db on Linux. We are trying to build Project to GL Cost reconciliation report that runs for a period, currently it is done manually, by running three analytics reports (one on Project - Cost subject area to get total cost for Contract and Resources, another report on…