Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Your users are allowed to use their "my folder" ? Because that's where the favorites are stored, so they need to be able to save in it.
-
When you do an upgrade, once the domain is "linked" to the new version the old home become useless, nothing is used anymore there as the new home is the one providing all the binaries etc. Luckily you adopted the right folder structure moving the domain outside the original home, which allow you to keep updating without…
-
If you just call datamodel.cmd with -H you still see the " -D " listed? The doc ... is maybe not really up to date
-
I saw that once or twice, but it was a while ago and I guess I also just had it as some "caching" side effect. So all is good. If not wrong I guess that doing those operations directly with Catalog Manager doesn't generate the issue as you don't get the cache in the browser.
-
Hi, Isn't it some caching / ghosting issue? Like if you logout, clear the cache and temp files of your browser and login you still see the 2 "copies" of the folde?
-
Yeah, it's more a lack of trust in the human beings doing the setup
-
Ram, you forgot the most critical information ... what version of OBIEE? (exact version, including bundle patch) If you have conditions to display and hide sections of your dashboard page the hidden analysis aren't executed. Are you sure that all the 6 are really executed and it isn't just the 6 analysis used by the…
-
I'm totally with you on this Robert! Security being made by humans I would anyway adopt a multi-layer approach: protect everything at the best. DB accounts used by OBIEE are without content (so just the accounts) and are granted read only access to the required objects (ideally table/view level, worst case schema level if…
-
Conditional formatting do not apply to grand total, so if you wanted to format the total itself it will not work. If you want to apply conditional formatting on the detail (not total values) based on the value of the total you can do it by calculating in a hidden column a "flag" value (1/0, true/false) using formulas to…
-
Hi, What version of OBIEE are you talking about? Assuming you talk about an OBIEE analysis and not a BI Publisher report, right?
-
Yes, on this one you are just a pain ... EVALUTE functions are disabled by default and need to be enabled explicitly in your OBIEE BI Server config file I wrote the same in the end And still didn't find a single OBIEE where the NQSconfig.ini edited itself enabling EVALUATE without a human interaction, therefor PEBCAK is…
-
RosyCross wrote:Is it possible to attack the databases that OBIEE is connected to via sql injection attacks? Not by default ... EVALUTE functions are disabled by default and need to be enabled explicitly in your OBIEE BI Server config file. Add this on top of the fact that your user need the required privileges to use it…
-
Isn't the system working correctly? You get an error telling you that there was an issue. "an attacker" : this attacker is working in your company, has a valid login and password and permissions to access the system and do things. In that case he will probably uses his access to get valuable data out of the system instead…
-
First of all, for your case I would still use a real filter to not retrieve from the database all the "machine" for nothing as you will always display them one by one. So using a dashboard prompt with a real filter would solve all your issues and give you a faster analysis. If you want to do master-detail the order in…
-
Hi, Sure ... as long as you then keep the data in javascript and do some javascript rendering (either JET or D3js or any other JS graphing library or just simple HTML rendering). Once you got the data out from OBIEE into your javascript code you can't send it back into OBIEE for "normal" usage. If you want your data back…
-
Hi, I don't have a 11.1.1.9 available to try, but the chart inside the pivot table view is quite limited in options. All the things you look for can be achieved with independent views where you have all the settings available. For example using master-detail linking you can change the filter on the chart based on the…
-
Hi, Isn't it a permission issue in your DB? Are you sure the user you use to connect to the DB is allowed to see the view and use it? You also can create the view yourself by hand in the physical layer directly, it will just be a bit annoying as you will have to create all the columns and set their types accordingly to…
-
Hi Marco, If you connected to Active Directory to source users (so the users enter their username/password matching Active Directory in OBIEE) this isn't SSO. SSO would mean that users are automatically authenticated thanks to their Windows session or other ways. So in your case you just setup an external provider (AD) to…
-
Hi, Did you try searching on here in the forum and Google as well? Because this question come at least twice a week, and the answers are always the same ... I'm also quite sure MOS has a document or two about this.
-
If not wrong they still allowed the old config to work in 11g, that's why your system still works and you can login. But that way of doing things is deprecated even if still there, so you better cleanup your RPD, remove the LDAP from there and do a proper config in Weblogic instead. Users will not see any difference. You…