Welcome to the Oracle Analytics Community

Avatar
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Gianni Ceresa Mod

Comments

  • Not easy if the admin doesn't even tell you the right kind of LDAP they have ... So you can close the thread as everything has been solved, for now it's still This question is Not Answered.
  • Hi, if you have many prompts of course they store the values in independent variables, so that's easy. If you select multiple values from a single prompt the variable will contain the list of values, so you can still cut it in piece and isolate independent parts. But it will not keep track of first selected etc. the list…
  • Hi, Do you still have a question? Because you marked your thread as "This question is Assumed Answered.", so it's a bit confusing ... PS: if you found yourself the answer to your question would be nice if you post it back as this is a community forum (where people give and not only take)
  • Honestly? Really don't think so ... That's not how OBIEE generate and process queries. You have 2 situations: OBIEE manage to push down to the database everything and you end up with a single query, many WITH blocks but still a single query, or if you do things OBIEE can't push down to the database the BI Server will do…
  • Hi, Not sure to really understand what you want to do ... You would like to execute your subquery, the SELECT X, store the result somewhere as values and then use these values as filter in your main query. And you don't want the query to be embedded inside the other, right? Well ... you are trying to solve issues of your…
  • Nice requirement ... Not possible out of the box, by default OBIEE doesn't hide columns at all, even if empty. In this case how is OBIEE supposed to know if the column contains only NULL? It's a row by row check ... If you remove the header of your column it will be really small, so it's not going to take too much space.…
  • If you compare the current (broken) config.xml file with the backup you took before to edit it, what is different? Didn't you by mistake broke the XML or duplicate something or things like that instead of just updating values?
  • What you did before to get that error? Did you maybe play with the config file of weblogic? Or did something in Weblogic console ?
  • user545194 wrote:When configuring OBIEE 12c - step 8 the configuration progress hanged at some point. So you don't have a valid OBIEE configuration. Weblogic Adminserver works fine as it's isn't impacted by the OBIEE config, so it's normal that EM and Weblogic Console works fine. So the best thing to do would be to first…
  • user545194 wrote:When configuring OBIEE 12c - step 8 the configuration progress hanged at some point. So you don't have a valid OBIEE configuration. Weblogic Adminserver works fine as it's isn't impacted by the OBIEE config, so it's normal that EM and Weblogic Console works fine. So the best thing to do would be to first…
  • What @FTisiot said will definitely fix all your issues (linking objects to the new name). Just a detail: make sure you have a backup and you can actually restore it as the search/replace doesn't have a "undo" button, and you destroy half of your catalog as easily as you fix the few objects pointing to the wrong SA name
  • Hi, You can move things at the filesystem level directly, just keep in mind you need to move 2 objects all the time: the analysis itself and the .atr file with the same name. (first make sure you have backups and they really work!) At the catalog level you can do copy/paste + delete. And you know that moving an analysis…
  • Hi, I don't see the link between PDB and OBIEE. First you don't have to create a new CDB as CDB is the base and in case you will add a new PDB, but again OBIEE doesn't need a new database, it just needs the one you used when you did the setup. You said you installed, but did you also configured OBIEE?
  • Once again, read the documentation! Configuring Oracle Business Intelligence to Use Alternative Authentication Providers Everything (but really everything) is covered, if you take 30 seconds to open the link and read the steps you will see where the jar file is located and where you have to copy it and all the details.…
  • Did you install the provider? Installing the BISQLGroupProvider Before you can configure a BISQLGroupProvider authenticator, you must first install the JAR file bi-sql-group-provider.jar, which contains the authenticator. The file is available in the following location... Did you restart AdminServer after the install? (All…
  • Hi, In your description you jump from skin to style all the time: a grey look and feel in a skin, but a dark grey look and feel for some dashboards in a style etc. Skin and style aren't the same thing, that's why the generally go together, they customize different things of your screen. For example you talk about…
  • Windows 7 isn't certified for OBIEE 12c install, that OS is only certified for the 12c Admintool ... http://www.oracle.com/technetwork/middleware/fusion-middleware/documentation/fmw-122120-certmatrix-3254735.xlsx
  • Seems like things are mixing up ... So SampleApp is a VM and as other said you can't "install the same" into your own OBIEE (and that point was clear already). Now you have a linux VM running and that's your server and you are looking to install SampleApp somewhere, your options are: - install it on your laptop/workstation…
  • 2770361 wrote:... I know that it includes the Threshold Analyzer but it doesn't mention it there. ... Are you sure you aren't confusing the tool with something else? OBIEE is an analysis and reporting platform, so it doesn't include any "analyzer", but you can definitely display data and use formulas to manipulate them and…
  • 3310714 wrote:Re-ordering didn't make any difference. You didn't say which version you are using, but order is a selection criteria for same priority group LTS, so it was supposed to work (actually it worked in all the 11g and 12c I tested).