Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi Christian, This is the only error log i am getting from bipublisher.log file -------------------------------------------------------------------------- [2017-02-03T17:21:48.658+05:30] [bi_server1] [WARNING] [] [oracle.xdo] [tid: 17] [userId: <anonymous>] [ecid:…
-
Hi Christian, I always expect your reply first. Though Log files I have not checked yet. But I am getting this error while adding a Prompt to the analysis. As in oracle docs it is mentioned that all analysis prompts will be inherited to run time. but its not working. Without prompts and any Hierarchical columns it works…
-
Hi Joel, Thanks for the Metalink. But this will work only if the Users are already existed. Now For a New user, logged in for the first time, what will happen.? It will not work in this case. So Is there any configuration which will change the Starting page to "Default" instead of "My Dashboard" at server level, not…
-
Hi Joel, Yes I have checked that, PORTALPATH returns the correct value. Thanks, Abinash
-
Hi Joel, Yes I have done this, but its working only when the starting page is set to "Default" in My Account Section. @Joel Acha
-
Hi We have OBIEE 11g(11.1.1.7.150120) . Thanks, Abinash
-
Hi Andrew, I started facing this issue just few days back. I had a physical shutdown of servers and then I am trying to start the Obiee services but only the JAVAHOST is not starting. thanks, Abinash
-
Hi Srini, I checked the java logs, but the log file is outdated, there is no recent logs since I faced this issue. Thanks, Abinash
-
Hi Christian, Thanks for your comments. It really helped me to start with Agent in OBIEE 11g. Actually in my case, the end user wants to schedule the reports due to some performance related issues because of huge data, so that they can go offline from obiee and will get the report through mail as an attachment. And the…
-
Hi Kumar, I got a your reply bit late.. I hope now you have solved your problem. If not Please try to restart everything and check. Please let me know if you face any issues. Thanks, Abinash
-
Hi, There is one way you can define AD users to particular Groups, via configuring SQL Group Provider. In this case you have to maintain a physical table in your DB and you can assign a users to the respective groups and add the group to the respective Application Role. So the security will be applicable to those users…
-
Hi I have also tried in front end (in BI answer), i am getting the following error. The Obiee dev version is 11.1.1.7.150120 and Prod version is 11.1.1.7.0. Is there any issue with the OBIEE version difference? Thanks, Abinash
-
Hi Srini, I am using weblogic user to login into BI publisher, but its not giving Administrator access to it. There is no Administration Link for the User 'weblogic' @Srini VEERAVALLI thanks, Abinash
-
Hi, If that RPD has already deployed once previously, then there is a way out to find the RPD password. Follow the below steps: Go to /middlewareHome/oracle_common/common/bin Run the ./wlst.sh sript It will open the wlst tool in offline mode Then to connect online connect("weblogic","weblogic123","localhost:8001") Then…
-
Hi which browser you are using? check the compatibility matrix for your OBIEE version. Thanks Abinash
-
Cesar, We already have integrated BI publisher with OBIEE. Not sure for exact this issue what else needs to be done thanks abinash
-
Thanks Cesar and Thomas, Its working out for me!! In obiee I created the Init Block and targeted it to system session variable DISPLAYNAME. I have BI publisher also integrated with OBIEE, but in BIP its not reflecting the name. How to achieve in BIP? @Thomas Dodds @cesar.advincula.o Thanks, Abinash
-
Hi.. I got the problem, the variable will be passed and we can use the variable in analysis only if we are building the Action Link Report as Dashboard. Thanks Abinash
-
Hi Srini, I got the problem for it. It was because of NULL values in data. If the variable will have a NULL value then it will through this error. Thanks, abinash
-
Hi All, This is how I am calling the variable. Here I am using the below statement within an application Role for restriction of data. "CAMS"."F_MFD_INDSUMM_FINYEAR"."Broker Code" = VALUEOF(NQ_SESSION.RM_BROKER) AND "CAMS"."F_MFD_INDSUMM_FINYEAR"."Location" = VALUEOF(NQ_SESSION.RTLRM_CITY) @3183445 @Srini VEERAVALLI