Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Can you create a calculated row that does the total instead of using the grand total functionality? I noticed it was a suggestion in the comments of the 2nd link you posted.
-
Yep... This is BIP Bursting's bread and butter!
-
Not sure if this will help with a bar chart but it helped us with our pie graphs. https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=244648522578335&parent=EXTERNAL_SEARCH&sourceId=PROBLEM&…
-
What's the code you use to invoke this function? Also, does your organisation have any monitoring software? Might be an easier way of doing it rather than using OBIEE to do it.
-
As an example of what Christian is talking about.... We use an ISAM reverse proxy as our front end. Traffic is directed from the front end to our web host which then forwards traffic to our application server. You will need to understand your topology before anybody here can help you unfortunately. Have a dig around and…
-
Reverse proxy has SSL as does the OHS that sits in front of application server. The application server does NOT have SSL configured. This is in line with our existing 11g installation which works fine but i'm wondering if Oracle has changed something with the way 12c works. You can see the end point it's attempting to…
-
Hi all, Just an update on this one for all the people in the future who may wish to do the same thing. I was able to get obiee 12c (12.4) working with authentication happening at the ISAM front end and then having iv-user header passed through. Important Note: This is not supported by Oracle so user beware. In our case it…
-
Hi all, Sorry to bump this thread again but I have some extra information. Unfortunately, I can't use the link provided above (kerberos etc) because then I won't be able to use the ISAM front end which has already been set up and is our organisations standard approach. I did however find some instructions on how SSO was…
-
Thanks Joel, I have had a read over this. I haven't used groovy before and wasn't sure whether it could easily be re-engineered into powershell/vbs?
-
Sorry for replying again to this post. I just wanted to confirm a couple of things. The architecture that we are using is the following: Front end = ISAM -> OHS -> OBIEE App Server Our Identity Management specialist has said that he's already "configured authentication at the front end" and is passing through a user via…
-
Thanks for your response Abhishek. I will read over the documentation more and give it a try in our development server tomorrow.
-
Thanks Joel. Appreciate that.
-
Additional Info: In our existing 11g installation, it looks to use the following: https://redelsilenziotech.wordpress.com/2012/02/08/how-to-integrate-obiee-11-1-1-5-with-ibm-tivoli-and-tam-for-ebusiness… It also has SSO provider in EM set to "generic SSO". There seems to be a bug in 12c where you can't access the SSO…
-
Thanks Joel. That is great to know!
-
Thanks guys. If I work out the answer, I will report back
-
Actually, one question. Is is possible to import a BAR file with the application running or does it need to be stopped?
-
Thanks for your response Gianni. I was dreading what might be said here as it's pretty clear I haven't followed Oracle's recommended approach to DR. Gianni Ceresa wrote:- Is DR really an "active" environment? If your 2000+ users consume content, there isn't anything to sync back when going back to normal, because no…
-
Figured this one out. In the note below, you can see (under cause section) that impersonate is not possible when using lightweight SSO. After disabling using wlst, impersonation starts to work as it should. https://support.oracle.com/epmos/faces/DocumentDisplay?id=2327957.1
-
This is a friendly bump before I take it to Oracle support. Thanks everyone.
-
Do you have any long running variables or bad connections in your RPD? We had a connection pool with the wrong password that one of our session variables was using and that ran forever and ever and EVER before finally giving up and letting the user log in.