Categories
BI Presentation Service
Answers
-
I think what you are trying to do is integration using web services, instead of that, since you said "As long i can show the reports/graphs/dashboards/tables...", can't you embed the content in an iframe? I don't know ADF, but just a suggestion.
0 -
Valid suggestion but the here is the result:
below, it has a link to open a new tab and redirects to OBICS login page.
I just want to show the reports with no more need to sign on.
BTW , @Christian Berg , doesn´t Oracle Data Visualization Cloud Service do the same for reports/tables/dashboards like OAC?
P.S. - i will still have to find a way to display those reports in ADF app somehow.
Regards,
Carlos
0 -
I tried to embed a BICS dashboard in an app ( an OBIEE on premise app) and it worked. I got a similar error, but that was because the domain information I provided in Safe Domain was incorrect.
0 -
I need to check later. Travelling now.
0 -
If I'm not wrong we can say "Standard" is like Essbase + Data visualization (similar to Data Visualization Desktop in term of functionalities), while "Enterprise" is a full OBIEE. You will have full access to the "server" via SSH to configure or change what ever you want.
So OAC is a real cloud hosted OBIEE with all the features of OBIEE + BICS on top (so the light tool for modelling things).
So it will definitely work.
I guess it's worth to check what @Sherry George said: he managed to embed a BICS view somewhere. So you maybe want to ask him more details first as you can keep using your current BICS.
For the future I would of course suggest to explore OAC Enteprise as it's a full OBIEE and in this forum we love OBIEE (or why would we be here? ).
0 -
Thanks Gianni so I dont need to write anymore
0 -
Thanks for suggestion.
I am waiting for approval of @Sherry George to check the details of how he embedded OBICS.
In the meantime i watched this video:
https://www.youtube.com/watch?v=B6M9axXiLx0
and following it was able to do as they refer (somewhere after the 4 min) and show a graph in w3schools (as long i have already log in in OBICS with same browser cookie).
Doing that in adf page ( and log in OBICS with same browser cookie) the iframe is empty - it does not shows error like the image i showed before.
Guess i´ll have to wait for @Sherry George
Thanks everyone for the efforts.
BR
Carlos
0 -
Hi Carlos,
I did some further testing on this and it seems that there is indeed an issue with authentication. When I first tested I was already logged in to BICS in a different tab in the same browser and was able to see the embeded BICS dashboard in my on-premise OBIEE dashboard ( I used the "embeded object"). But if I signed out of BICS and start a new browser session then the embedded content was no longer appearing. Currently I do not see a way to pass credentials in the BICS url. You would perhaps need to setup single signon to accomplish this.
0 -
Hello @Sherry George
Thanks for answering.
Yes, i was aware that most likely i would have the credentials issue, but that is another question (one problem at a time - will take care of that later only after put this to work).
What i want now is to use the "embedded object" like you did, but i´m not able to establish a connection as you refer you did when provided the correct safe Domain.
What domain is the safe? In the video i follow it and understand the correct domain for the examples.
So i put the weblogic server domain name in whitelist but the graphs still do not show.
Why?
0 -
At last i got it.
In my ADF iframe page i was finally able to see a OBICS dashboard/VA/analysis.
Indeed i have to be authenticated in OBICS with same cookie of ADF web page (but this is an expected behaviour), but the problem is that the safe domain must be a public url (where i can access from anywhere on web) where my ADF app is deployed, also check for firewall configuration to allow establish connection and that´s it (Now that i know it´s easy, but a lot of time was spent with this).
Thanks everyone.
Carlos
0