Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
If you load the data in such a way you can't replace the file, if you need to use a new version of the file you need to upload it again (it will replace the existing one). Everything can be automated in a way or another, the question is more to know if you aren't looking at the wrong solution for your need ... Files based…
-
How is that different than ? It's against the rules of the forum to double post, and if it's urgent hire a consultant to do the job. You are paid by your client for that job, we aren't paid to post on the forum, we all do it in our free time instead of doing other things ... PS: you still didn't manage to spend 30 seconds…
-
As linked above the scheduler uses 4 tables where it stores things. Each job execution is logged there with a status. If you look at the table you easily figure out the columns and their meaning, or also search here around as some days ago somebody was asking about a monitoring dashboard for agents and he got a reply with…
-
So you have an analysis which you send to a user using an agent. And now you want to send an email to another user if the first agent didn't work fine? You have the logs tables of agents (https://docs.oracle.com/cd/E17904_01/bi.1111/e10541/schedconcepts.htm#BIESG1430) which allows you to know the status of the agent…
-
Hi, did you check the official doc (https://docs.oracle.com/middleware/1221/biee/BIESG/cluster.htm#BIESG9281 ) ? They cover all the steps required on both servers. As alternative just searching in Google get you https://www.peakindicators.com/blog/installing-an-oracle-bi-12c-cluster and OBIEE 12c - Horizontal Scaling - Red…
-
3514884 wrote:I have been searching for any sample step by step kind of info for a sample report for hands on. In case if anyone has please revert here. Simpler than copy/paste from the working real examples in OBIEE? Do you actually know and JET by itself and can use it easily? Because if you don't know JET the thing to…
-
Possible it's possible. Keep them totally separate, they don't have to share anything: separate on file system, separate on ports range used.
-
https://support.oracle.com/knowledge/Enterprise%20Performance%20Management%20and%20Business%20Intelligence/2147135_1.html Most of these topics are covered by MOS documents.
-
No, because when you are in the views it's too late. Inline prompts will filter the query like dashboard prompts, so when you have your table, pivot, chart the dataset is already filtered by the values selected. Give a try to master-detail, it's the only one which could still give you a similar filing as prompts in the…
-
Hi, Prompts exists only at 2 levels: dashboard prompt or analysis prompts. You exclude the dashboard prompt as you want to stay inside the the analysis, so you can use the inline prompts. When you open the analysis you will see the prompts, you select your values and then the analysis shows you the result. They work in the…
-
What's your target? What is defining the size of the iframe? PageContentOuterDiv - 50px seems to be a bit of a random approach where you fixed 50 as enough to show other things taking some space on the screen.
-
Explain what you in details, what step gave you that, what document you were following. Because otherwise can't do lot more than point you to the official doc ...
-
Dennis Hancy wrote:...But it looks like it's only printing the filters on the analysis... You print an analysis and the filter view show you all the filters applied to that analysis. As you said: the prompts are on the page, not in the analysis, so you can't expect that printing the analysis will give you the prompts, for…
-
I don't have any special reference related to OBIEE. It's just a standard proxy setup (so nothing to change on the OBIEE side), you generally take a standard simple config (allowing Nginx to start) and set the paths you want to forward and where (like /analytics => http://your OBIEE:9502/analytics etc.). You can also use…
-
Running it as root messed up your permissions here and there. Any reason to not just add a simple proxy in front doing the job for you? Even Oracle with cloud by default deploy a proxy (in their case it can also act as loadbalancer if needed), they use Nginx, a super lightweight, simple and powerful webserver which listen…
-
Tested an iframe in 12.2.1.3.0, after setting the CSP the iframe content load just fine. Your javascript didn't work at all for me but the iframe is there I would highly suggest you give up that javascript code which is about 15 years old and use jQuery instead: it's there by default in OBIEE 12c and it support events a…
-
Isn't this setting the other way round? It allows OBIEE to be embedded as iframe in other pages, while what I get from the OP is that he wants to display an APEX page inside an iframe in OBIEE. I still didn't have a running environment to just try it and see the messages the browser return.
-
Mmmhhh ... you did what and what's the issue? I'm not sure how configuring port 80, root.atr (the mandatory binary file at the root of web catalog) and starting services (btw OPMN doesn't exist anymore in 12c) all fit into the same sentence ... For starting your environment you have a simple "start.sh" script which does…
-
Didn't you say you checked the documentation and configured CSP in OBIPS accordingly to your needs?
-
"could not get the iframe to work" doesn't say a lot .... So what happen when you do that? What does your browser display? What does the browser tell you?