Welcome to the Oracle Analytics and AI Community

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

Gianni Ceresa Mod

Comments

  • 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).
  • What kind of model do you have? If the table give you a total for your date it means it's a measure and so it can be right but it can also (often) be wrong ...
  • Did you try deleting all the temporary files of IE? (cache and everything)
  • Based on my observations with Windows based setups the main issues can be this: user8026192 wrote:Point being it is easier for someone to jump if the software is Windows based. That's what often gives you issues ! OBIEE being a server tool require a real Windows sysadmin and not just any random guy with a Windows laptop…
  • @FTisiot pointed you in the right direction, it's the apache timeout setting. OHS act as a proxy: you (the user) ask OHS, OHS asks OBIEE. OBIEE reply to OHS, OHS take it and use it to reply to you (the user) (https://en.wikipedia.org/wiki/Proxy_server ) So you have 2 timeouts to manage: the OBIEE one which was fine as you…
  • Hi, Not a simple thing ... Results in 12c are loaded as ajax calls, so by definition they are asynchronous : you see them go, you don't know when they are back ... I'm not sure if OBIEE itself has an idea (or a way) to tell when the page is fully loaded as this means you know how many ajax request the page sent and you…
  • Being you I would then go back and start from scratch, an empty VM. If you don't want to focus on the DB you keep it in the second vm and so your OBIEE vm is just for OBIEE, like a real setup would be (you will never install DB and OBIEE on the same server in a prod environment). So you don't really need to ask yourself if…
  • I would say you better ignore if it's there or not and install the one coming with OBIEE 12c (the right version) following the OBIEE install doc, so you don't have to first find it and second maybe fight with it because it's installed and setup for something else. I assume you are using that VM to not have to install the…
  • Is there something different between the 2 database objects (and connection pools) in the 2 versions? A different database type? A different connection pool? A different way to identify the database in the connection pool?
  • FTisiot wrote:if after executingjava - version you get a java version that is compatible with OBIEE installation you should be fine if not ... installing the right java on the Oracle DB Developer VM (must be a OEL6 or 7) is done in 5 minutes (1 to find the right file, 3.5 to download and 0.5 for the unique command…
  • Just a detail (not directly related to your current error but to the next ones you will probably have): what OS is yours? It smells like Windows 7. I guess you checked the certification matrix and choose a OS based on that, just to be sure to have all the chances to succeed and not have errors because of an unsupported OS,…
  • In the physical layer you can add an opaque view instead of a database object. But it's generally a last option thing, as you are just going to hide logic there, so model things correctly or try to push the code to the database directly if possible. For the "how" it's just a right-click to add a new object. If you provide…
  • 3371002 wrote:Sorry all, I should have mentioned that SELECT YEAR(CURRENT_DATE) FROM "your subject area" worked well for me. So you maybe have a button around to close the thread (or mark as correct or something like that)? For now it's still This question is Not Answered.
  • But you don't have item_id in the parent report, or if you have it it's excluded (which is a bad practice). Your model is a bit strange (not complete or wrong): as there is a link connecting these datasets, that link can be modelled in the RPD so you can really use the OBIEE functionality of navigation and drill to analyze…
  • Hi, 3018071 wrote:All i need is, i need to pass all the item numbers from parent report to child report. This is actually the wrong question and wrong approach... In your summarized table the item numbers doesn't exist, it's an aggregated view, so you do not pass the item numbers to the child report but you pass the…