Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi Joel thanks for trying to help. I doesn't work in other browsers as well. There are no related errors in the log file. However, I did manage to solve the issue. I raised SR and the solution was to remove all the customizations (analyticsRes) and redeploy the analytics.ear app. Kind regards, Antonija
-
ORACLE_HOME should point to OBIEE installation home. As for JAVA_HOME, if that is where you installed it you should have jre folder inside. For example: C:\PROGRA~1\Java\jdk1.8.0_131\jre
-
According to what you have posted, your ORACLE_HOME should be /app/Oracle/Middleware/Oracle_Home and your JAVA_HOME should pint to jre folder.
-
Verify that the environment variables are set: * ORACLE_HOME<span class="variable" style="font-style: italic;"><br/></span> * WL_HOME * JAVA_HOME
-
Yes, if you already haven't done so, you sholud configure database adaptor. Search in the documentation on the link I gave you for term "Configuring Database Adaptor". Quick side note: If you make an error in adaptor configuration make sure you delete it and create another one, modifying the one with the errror won't work.…
-
Under Provider Specific have you set all the requested SQL? Have you tried to restart?
-
Have you configured database adaptor?
-
Yes, it's quite specific. What makes me wonder even more is that if a role contains AD group that also works fine. We wanted to try community first if we don't find a solution in few weeks from now we will probabbly raise SR.
-
Hi, you have all the steps needed to configure database authentication described in documentation: https://docs.oracle.com/middleware/12213/biee/BIESC/GUID-99968A33-0D49-41AE-83CC-A3CA4112E9F1.htm#BIESC6096 From what I can see you are missing database adapter and virtualized identity store configuration. Kind regards,…
-
It would be too much to discuss here, thank you for your effort. Best regards, Antonija
-
I understand that it may not be possible to turn it off completly but I'm really puzzled by this PERF_PREFER_INTERNAL_STITCH_JOIN parameter. One would expect that by turning this paramater off at least some queries would be pushed to the database as single query using full outer join. We have usage tracking enabled and in…
-
Hi Christian, I've read it on gerardnico's site, here is the link: https://gerardnico.com/wiki/dat/obiee/obis/vertical_fragmentation_sql and those are acctually default valuse if I choose Oracle 12c as database. Thank you for answering, Antonija
-
True, this CSS helps you remove VA link from New drop down menu but also leaves VA link and removes option for creating new folder in Catalog because this menu has all the same CSS classes and path but an additional element in the beginning.
-
There are basicly two ways of applying custom style: 1. by using shared folder 2. by using ear file. Check out these two tutorials by Gianni: https://gianniceresa.com/2017/02/obiee-12c-custom-style-using-shared-folder/ https://gianniceresa.com/2016/12/obiee-12c-custom-style-ear-file/
-
Try to log in to OBIEE 12c with user that in OBIEE 11g had right to access the Administration. With that user you should see the Administration link. Now you sholud navigate to Administration -> Manage Privileges and edit Access to Administration and add weblogic user to the list of user that have access.