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

  • As Ebin said, and as the certification matrix clearly states too: RCU schemas (BIPLATFORM and the other 6-7) are supported only on Oracle Database, SQL Server or DB2 (check the matrix or Ebin answer for details on versions). MySQL isn't supported for the RCU schemas. Then of course as you said you can use many other…
  • Just keep in mind a detail: this will not prevent your users to tell you "I never got it", because you can't know if the SMTP server had an issue, but of course you can at least show that in theory you did everything right and the problem is somewhere else
  • Hi, You got the answer from the 2 replies above, both pointing you to the certification matrix and listing you the possible supported DB. Just a detail: Sree!!! wrote:... first we needs to install the oracle db then on top of we will install the obiee... It's not really "on top", in general the DB is in another server…
  • OBIEE 11g is different than 12c ... Does your weblogic user have the right permissions? Is it member of the required application roles? Do you have application roles for OBIEE? What's the history of the system? Fresh install, upgrade, something else? sai kiran t wrote:but this is not the error we see in bi_server1.log…
  • I suspected somebody did it with Weblogic I would first point out licensing: if you have OBIEE licenses you aren't allowed to use the full Weblogic for other things if you do not own a Weblogic license. There are limitation in that direction which is better to find out first. OHS is a "kind of" Apache HTTP Server (at least…
  • Hi, You generally set a variable (repository variable refreshing every few hours or even just once per day, depending on the different timezones you must cover). The query sourcing the variable will use your own time dimension to get the value of the fiscal week column based on the current date. Or just using the same…
  • @3257772 : did you give up on this?
  • As Christian said, OHS isn't part of OBIEE 12c. It's a different product which you have to install separately if you need it. 819624 wrote:...so should I conclude that I can't find httpd.conf file? If you didn't install OHS that's a right conclusion. The question is more why are you looking to tune something in a webserver…
  • SampleApp has examples for that (you can also just refresh analysis in a page and things like that). The above JS will not always work as the URL isn't always valid: OBIEE does a lot based on it's own session, so if you want to be sure to reload the right page you better first get the URL to use from "Create bookmark link"…
  • For your second point I still have that in 12c (12.2.1.2.0) : I do not remember a setting for that honestly. Wasn't it because you were sending dashboards / dashboards pages instead of an analysis?
  • As far as I know Weblogic doesn't provide that. It's an application server, a good one, but not really a proxy or a load balancer. So it's something you definitely need to manage outside.
  • Hi Chris, To be allowed to send the entire dashboard (or a dashboard page) via email with an agent you must first be allowed to export the entire dashboard / dashboard page. Check in the Administration > Manage Privileges page to see if you have the permission for that (or actually it's more the user the agent use who…
  • That's what a load balancer is used for. It isn't OBIEE business to do that job, you wanted 2 nodes so it's you that must provide requests to the 2 nodes and that's done by a load balancer. As alternative a proxy can also (often at least) manage that case, for example nginx can easily proxy queries to both nodes.
  • I guess it's a standard thing with EBS sources that you need to set a context first. Can't remember the details, something about the security and/or profile of the user requesting the data. That thing must be managed in OBIEE as well. Read this: Calling Oracle Stored Procedure from OBIEE 11g PS: if you post all the details…
  • 1578785 wrote:No, Same issue at SQL Developer... Well, if the view doesn't return you any data in SQL Developer you can't expect OBIEE to show you something (the tool can do a lot, but create data which doesn't exist ... not really luckily). So you maybe want to go back in your load process to see if the sources the view…
  • Hi, Congrats in migrating your content, hopefully the login is just a "detail" Can you check in EM if your weblogic user is still member of any OBIEE application roles? The migration also import that part of the security (when run with default settings), so you maybe just got your weblogic account out of the required…
  • If I'm not wrong we can say "Standard" is like Essbase + Data visualization (similar to Data Visualization Desktop in term of functionalities), while "Enterprise" is a full OBIEE. You will have full access to the "server" via SSH to configure or change what ever you want. So OAC is a real cloud hosted OBIEE with all the…
  • As long as you open the right ports of course it does ... It's a database in the end ... But you maybe want to first look at OAC? OBIEE on the cloud in the end ...
  • I maybe missed a bit reading ... Of course if in the prompt you define to set a variable it works just like a dashboard prompt as Christian said. If you don't define a variable there isn't a syntax to reference the values ( that's what my 1st answer was about).