Comments
-
Hi, I would suggest you go on a linux VM as it's free (Windows Server you can get it for trial I guess but at some point it will expire). So for linux I generally take Oracle Enterprise linux for the simple reason that Oracle also use this one (as they release it). If you install it (latest version works fine, so 7.3) with…
-
Did you start by searching the forum? It must be the 5th question about OBIEE 12c on Windows 10 in the last 2-3 weeks. And the main answer is that Windows 10 isn't, like any other Windows desktop OS, a supported version for OBIEE 12c. OBIEE is a server tool not meant to run on a desktop OS on a laptop. A VM running a…
-
Hi, any kind of image your browser will understand will work. Keep in mind it's a webpage, so no special rules there. Where does these images come from ? If from another server / domain you have CSP (content security policy) blocking things and you simply need to configure it right.
-
@user2461087 : Do you mind following up on your thread? As this is a community forum the idea is to give & take (not just take, for that you pay a consultant). Or close it if you don't care (the answer is there inside...). Or we can follow up directly with the bank
-
Hi, You got many pieces of info above already but I guess it's good to go back on how things works first ... A database object in the physical layer (in your case "ORCL") can have one or many connection pools. The standard case is that all the data always come from the first connection pool. So why does OBIEE allow you to…
-
double post Is BI Management Pack available for OBIEE 12c ?
-
Do you believe you will get a discount on the license by double posting? Is BI Management Pack available for OBIEE 12c ? Double posting is the best way to: 1) not get any answer as the OP doesn't look serious and will not follow up 2) pollute forums with forever-open and not followed threads
-
Hi, For that kind of requirement you can maybe solve it with a bit weird workaround as long as things are exactly as posted. You will need a measure (in your example you don't have any measure) which count the number of users by activity (so a count / count distinct on the user). In the analysis you apply the filter on…
-
The miracles of Google .... https://docs.oracle.com/middleware/12212/lcm/RNINF/GUID-10F524EA-A008-4868-8AA5-3F19C7E787FE.htm#RNINF-GUID-7A3B718B-8205-44C5-9663-424A553070E0 From the doc: You can ignore this error because Node Manager does not use ADR. So yes, lot of people see that error (actually I guess I saw it in most…
-
After Christian pointed out a "detail" I skipped ("any other tuple of data") it's still not something OBI can do easily, and also something that SQL will require to store a lot of data (for every other possible tuple). So a different technology, as Christian said, would match better.
-
Hi Robert, A "nice" requirement Honestly the best "non-resource intensive way" crossing my mind is you do that by ETL while loading your data in the source. As the calculation must work on all the rows not selected by the filter it will be a nightmare both from a logical point of view to write in OBIEE and performance…
-
Well, it just works on the calculated item, of course you must have the same calculated item on the "detail" analysis. As I have a little doubt I put together a quick example: click on the calculated item of "master" automatically switch to the same calculated item in the detail.
-
After the super high quality of what I saw yesterday evening on TV .... yes, I HAD to mention it !
-
3301055 wrote:We are in France. its almost 7 pm, .... ... and it's almost the end of the country because of the candidates they have for their presidential election ... So ... good luck for whatever happen after Sunday, an OBIEE error will maybe be the least of your problems
-
3301055 wrote:Nevermind, i did find my answer. Good for you that you found your answer, so maybe you can post it back here and flag it as the answer? It's the idea behind a community forum (take and give, give and take).
-
Hi, I highly doubt many people remember by heart a random error code like that. So if you want some answers you better invest a bit of your time in providing some context ... So my answer to your question is: no.
-
Hi, You maybe missed a detail on how the new command to upload/download a RPD in 12c works: you don't need to be on the server at all. If you installed Admintool on your windows laptop/workstation, you have the command there locally to upload or download a RPD from the linux server without touching the server at all. Of…
-
Did you try a calculated item instead of group? The calculated item has an option to hide the calculated item members, so you don't have things in double. In the example of the screenshot "Audio&Camera" will be added to the list of items in the "Product Type" column and because I checked the checkbox to remove items…
-
Hi, Maybe you better provide some context .... In OBIEE (the forum you are posting) itself nothing is named "Candidate Selection Workflow", so you must be talking about a different tool (so maybe posting in OBIEE isn't the right place? no idea as there is not context for now ...).
-
If all you have (or look for) is a GET or POST and you then check the HTTP code you get back try with this: http://<hostname/ip>:<port>/analytics/saw.dll?bieehome&nqUser=<username>&nqPassword=<password> This one will open the homepage doing the login automatically. It will return you a HTTP 302 with a redirect to the URL…