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

  • Hi, First thing first: manage subject area in "Manage Privileges" isn't security, it's like if you look at the moon, you put your thumb in front of it and suddenly say you found a way to hide the moon. It's a wrong impression of security, do not base any security on that one. Security is about data: can you access data…
  • I maybe missed a point (reading too quickly): isn't your prompt setting the value of the request variable you use in the WHERE condition? Because if you use the prompt to set a session/presentation variable which then set another variable in the analysis (with the SET VARIABLE syntax) and it's this new variable used in the…
  • Your request variable act as a sessions variable: it exists, it's there, it's set, so it as a value. For an analysis, for a prompt or for any other query you send to OBIEE in the same session. So yes it must work for a prompt as well. A prompt takes its values from the same exact RPD as everything else. So if your "WHERE…
  • Prompts have a kind of "stronger" cache, the query to populate a prompt once it's fired it keeps the results somewhere and avoid running the query again. You are probably hitting this case (the logs in your session clearly show if your prompts are firing a new query or not). If you confirm you are hitting this case,…
  • You are still missing the point ! "a real life project" will not answer the question you have been asked ! LMGTFY
  • 3200605 wrote:Gianni, I have the concept of the tool (Bi analysis tool/dashboard) but I have never worked on a real life project and thats my challenge And? They asked you to go there with a visualization, infographic or dashboard picture. Not to build a visualization, infographic or dashboard picture in OBIEE and bring…
  • Hi Carsten, Your image is the 2 rounded corners squares with the colors of your company, right? You then play with CSS to display numbers (2 columns) of your analysis inside? If in the PDF you don't have the image, do you at least see the 2 numbers? Is the style correct? (one bigger in top-left position and second smaller…
  • Hi, You are mixing things up a bit ... You have security in multiple places, the one you are referring to, the "Manage Privileges" in the front-end admin, isn't really security, it's more what a user can see in the "new analysis" drop down list. The same user with no access to a subject area there can perfectly open and…
  • Hi, Was it working before you did the OID config? Because if the answer is yes then ... Amol Palkar wrote:I have configured OID , correctly defined everything. ... it maybe isn't as correct as expected But the error you posted isn't really useful, it doesn't say anything about possible source etc. So look better in your…
  • 3200605 wrote:How do I go about answering this question because am still trying to break into Obiee How? Well ... the answer is in your own post! 3200605 wrote:... it can be from another source So you are maybe missing the point of why they asked you that (and in that case I have the feeling they aren't going to give you…
  • 2636702 wrote: After OBIEE upgrade I am facing "Odbc driver returned an error (SQLExecDirectW)" All reports are erroring out Not going to repeat what Christian and Rmoff posted, but also opening a thread with a link to a MOSC thread 1 year old ... what's the theory? First a MOSC space is something else and with limited…
  • And what OBIEE are you using? 10g, 11g, 12c? (including patchlevel version) The one not working is a new one you just built and the old one workings were already existing?
  • Uma Mahesh wrote:Do I have to do any Configuration Changes after this step Uma Mahesh wrote:Comments are working now. So your comments are working or not?
  • Hi, the "contact the owner" in a scorecard is based on the OBIEE user set as owner. So the email isn't set by hand but it's an attribute of the user. In general OBIEE populate emails of users by using the SA System subject area (https://docs.oracle.com/cd/E17904_01/bi.1111/e10541/sa_system.htm#BIESG3137)
  • Hi, Talking in general from a web point of view (OBIEE is a web app in the end) if you want to display a webpage into another you must use a frame or an iframe. So look on Google how to use <iframe> and if you check the OBIEE doc you also find details on how to embed OBIEE into something else (another page).
  • 859589 wrote:....send it to a shared folder with sysdate appended then we can use Java script to do it from Agent Actions Menu. Just a note on this: javascript only works on Windows OS servers, if you are on linux only EJB can do that (and EJB code works on Windows OS servers too, that's why if you do things in EJB you can…
  • Works perfectly fine in IE11 on a 12.2.1.1.0 system (tested right now). So can you maybe be a bit more explicit on what you did and how did you analyzed the case to make sure it's not working because of a bug and not a data issue or something like that?
  • Amol Palkar wrote:They want to reduce manual effort to add group in Microsoft AD , in OID it is automatically added through sailpoint as soon as employee joins in organization.This is what answer i was looking from both of you. Sorry if I don't have my crystal call to guess how your organization works and what you do as…
  • Amol Palkar wrote:How OID is different from LDAP and whose performance is better for long term ?Why we have to go for OID instead of LDAP ?What MOD_WL_OHS configuration file contains ?What is the roles of Oracle Access manager in OID ?what is Oracle HTTP Server 11g Webgate ?Why OAM Identity Asserter is important for both…
  • Not really, if you follow the doc you have all the steps inside. The tables in the DB are there as they have been created by the RCU. You did that and it doesn't work?