Comments
-
c'mon Gianni, you are better than that :P Of course I am, but I'm supposed to write that thing from time to time 😅 For the catalog search, I would say you have to do it in offline mode. Because the info of the "homepage" is stored into user's folders and in online mode you have the security preventing you access there…
-
S_NQ_ERR_MSG doesn't mean all it contains is an error, it could just be a log.
-
The S_NQ_JOB are created by default when you run the RCU to install the product. There isn't anything to configure, they exists. Look into your BIPLATFORM schema in the database.
-
The tables didn't move. Still the S_NQ_JOB and other few tables there around. Just keep in mind that most of the attributes of agents are still just inside the agent itself (the XML file saved in the catalog).
-
Well, you aren't supposed to point to a missing page. It's just the equivalent of a HTTP-404. You could consider adapting your development process to not remove dashboards but just change their content instead. As you said, you can add a piece of JS to the dashboard page to point somewhere else. And you can also consider…
-
Sorry to ask but: do you know how to use OBIEE? Having a physical table defined in the RPD doesn't mean you don't have to change the RPD. It all depends on how you want to do things. If all you are after is just "SELECT * FROM ...", why don't you do a direct database requests? Not really using anything OBIEE can do, but if…
-
I don't have examples, but you can find some inside the SampleApp. It's OBIEE: dashboards are built like everything else in OBIEE. Aren't you using the tool for some kind of analysis? It will be the same exact job, except that instead of using a subject area about sales, stocks, HR or whatever else you do, it will be usage…
-
Hi, Just to make sure about the product: you are asking for Oracle APEX? Because you posted in the OBIEE/OAS category, but don't provide any hint about OBIEE or its version... If you really mean Oracle APEX it isn't a problem, a MOD will move the thread in the right place so the APEX experts can look into it.
-
OBIEE is exactly built for that job: query tables based on a model you provide and build dashboards on top. In previous OBIEE versions there was an RPD provided with a small model built on top of usage tracking tables, try to look into your own install to see if you find that RPD or a BAR for it. You could also look into…
-
One single RPD can contain many physical sources, many business models, many subject areas. But they all need to be into the same RPD. OBIEE use a single RPD: when you upload one, any existing models not part of the new RPD will disappear.
-
"Enterprise" .... what? You better assume you don't have any valid licensing because if you use something without having the license you can get in trouble. "Oracle Supply Chain and Order Management Analytics Fusion Edition" was one of the pieces of content of OBIA 10 years ago, no idea if it's still the case. "Oracle…
-
Hi, You are mixing products with licensing packages and titles. If you have licensing questions you maybe want to speak with your account manager to find out what you licensing for vs what you installed/are using/plan to use.
-
You could use an action calling a browser script which will open a new page with your URL. Or you must host a page somewhere (could even be the same OBIEE/OAS weblogic) receiving the URL as parameter and doing a simple redirect.
-
Double posting is against the rules of the forum. What is different in this thread compared to https://community.oracle.com/tech/apps-infra/discussion/4480542/obiee-12-2-1-0-0-admin-server-and-bi-server-down-but-application-running-fine#latest ?
-
@User_IP06I , OBIEE doesn't have any "go_fast=42" configuration flag. The tool does what you tell it to do based on the model you provided and the settings. Start analyzing what happen, where and when. What is performed during these 4 minutes?
-
Hi, You aren't very precise, so the answers will be as generic. 1) In OBIEE the catalog permissions are stored into the catalog itself, not in any database (things are different with the latest version but it isn't called OBIEE, therefore it isn't the topic of your question). 2) No idea what you are talking about: a view…
-
You can use a "view selector" if you need 2 very different views, or a "column selector" if the charts are the same once you replaced a column by another.
-
That's how you do it, it isn't a permission but a privilege, they are different things. By using inheritance in your security model you can simplify that by not having to go into the privilege page all the time but only adding application roles as members of other application roles to inherit privileges.
-
You posted the exact same in MOSC. As you mention a MOS document couldn't you just stick to the thread in MOSC? While technically it's not 2 different forums compared to the old platform, it's still a kind of double posting...
-
Hi, Not directly a GUI out-of-the-box, you should look into custom CSS/JS and/or a custom style with your own custom rules.