Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, An iframe being an HTML element it definitely exists in OBIEE. You even have an object representing that when editing your dashboard. On the OBIEE side you will probably not have many issues (I don't guess 11.1.1.7 already implemented CSP, but even if it does you will only need to configure it). Keep in mind Office 365…
-
You are welcome. Maybe an option could be Docker? https://gianniceresa.com/2017/09/obiee-12c-docker-from-scratch/
-
I would use that just for training, because there is a lot, but really a lot inside the VM and they took some shortcuts to make things work. So your setup would be quite difficult to maintain and move around because of all these other things there inside. For a small production thing just do your own VM, starting clean,…
-
For trying things, as long as you are comfortable with it, linux is a lot easier as there are less "external" issues You can also have a look at OBIEE Samples which is a nice VM when trying things etc. My last OBIEE on Windows was ... can't remember when, so can't really help more on what can be the cause of the error you…
-
Nothing crossing my mind right now .... So you have a database installed on the same server? Is that a sandbox and so you installed everything together on the same box or something else? Any sign that the locally installed DB could have been unreachable at some point?
-
https://community.oracle.com/docs/DOC-1016040#jive_content_id_2_How_to_mark_questions_as_correct_or_helpful You have to mark one of the answers as "correct" or mark the whole thread as "assumed answered" if it wasn't what you really looked for but don't need anything else.
-
It's slightly unknown, but so useful ... If you got what you were looking for you can close the thread and mark as required, right now it's still This question is Not Answered.
-
So you must have the checkbox option avoiding you to have to setup conditions hiding/showing sections in the page (screenshot from that same version).
-
You don't say what version of OBIEE you are using, so difficult to say if the reply will apply or not .... Check the checkboxes "Prompt before Opening" for the page and the analysis will wait you set prompt values before to execute. A kind of delayed execution once the prompts have been set. Otherwise conditions hiding and…
-
Ok, so because there is nothing listening on those ports and has status.cmd tell you ... Weblogic isn't running. Now you "just" need to find where it's gone and why Look at the logs of AdminServer to start to see if you see something (inside the domain you have a /servers/ folders containing a subfolder for the various…
-
I assume, as a "old" windows admin, you make sure you don't have a Windows firewall annoying you and that the server clearly know what its name is? Do you try to access locally from the server or remotely from somewhere else in the network? You must have a status script next to the start & stop script, give it a run and…
-
Is OBIEE running?
-
Yeah, in 11g there is no other way than going through the RPD, sorry ... Without mentioning that in 12c the VA/DV option is an extra license probably.
-
Hi, You can as long as you upgraded to OBIEE 12c. In 12c you can use Visual Analyzer / Data Visualization which allows you to load an Excel file in the front-end and use it for analysis.
-
Not saying this is an official statement (assuming I'm aware of something it isn't public as Becky said and so couldn't share anything), but for ODI 12c to be part of OBIA it means they rewrote almost everything because of the big changes between ODI 11g and ODI 12c.
-
Replace all dashboards? Still doesn't mean if you want to allow the users to use the system or not as the dashboard is just a collection of things but the real content from the analysis etc.
-
It all depends on the behavior you look for ... If you just want a message as information or want to make the system not available and of course also depends where/how you can know the ETL failed.
-
You can do SQL - HTML conditional formatting ... As you are bypassing the RPD you can push it a bit further and do HTML by SQL ...
-
Direct Database Requests (DDR) disable many of the functionality of OBIEE. Because they bypass the model there are a lot of things which can't work. Is that something you manage to get in 11g or another analysis? Or you just got that the first time you tried and so it's maybe one of the many things which doesn't work with…
-
A quick fix would be to check the checkbox to include NULLs in the analysis. But you can have a side effect that also all the partners will be on screen. Other plans would require changes in the RPD, and being OBIA ... I guess it isn't really something you look for.