Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
In my tests 12.2.1.0.0 was really bugged for custom styles, that's why there is that patch (the one you linked). But you need to keep the EAR as bicustom.ear and deploy it like that. I couldn't manage to load a custom style from /analyticsRes properly on that version. And to deploy AnalyticRes you generally do not use a…
-
Hi, Explain how you customized it and how you deployed the analyticsRes shared folder and what do you see as result instead of just "it didn't help". If you give a full picture of what you did it's possible to point you in the right direction, otherwise it will be a number of random answers which aren't really going to…
-
Hi, What do you call a "dynamic table"? And what actions and where you do to "change some dynamic partition" ? Just trying to figure out what you are asking
-
How to limit prompt based on other selected prompt values(Single/Multiple) What's the point of this new thread asking the same thing for which you got an answer on the original one? Instead of losing your time in new thread keep following up on the original one. You got the answer there already.
-
user3022517 wrote:But i was able to use obiee 12c in window 7 previous. Christian Berg Syed Hamd Salman and now the error is :- The key element here is that it maybe worked once, but you keep having issues. On a supported OS you wouldn't have errors coming from an unsupported install on an unsupported OS. You can easily…
-
@asim cholas gave you the formula ...
-
I don't have a Windows install of OBIEE, but I have the same result with the 12.2.1.2.0 catalog manager client tool patched (because of the bug you linked). No "weblogic" exists in the list, only the 3 "fake" accounts "Creator Account", "Owner Account" and "System Account". I crossed these 3 earlier in the afternoon when…
-
Ah, yes, that one is off limits online And as I don't have a system with users defined (just a sandbox with only weblogic) I can't have a look more in detail... Out of curiosity: what kind of permission are you looking to define on the users personal folders? Because as they aren't supposed to be shared the fact that you…
-
It isn't normal that in "online" mode you can't edit permissions, that's why I asked if you don't have a permission issue where your account isn't allowed to do that. In mine I can definitely change permission when online.
-
SJenkins wrote:online mode sees the roles and users, but of course your not allowed to make changes while online Why? Isn't it that you don't have the privileges? (so not using an account with enough permissions) Because online you can definitely make changes in permissions. And it's normal that when offline you don't see…
-
Honestly I don't see how the presentation cache could be shared is it makes OBIEE unusable. The presentation cache is personal, it's like browser cache in the end. When you see the wrong data with the user, what does the log tell you? The LSQL must be executed at least (the presentation cache doesn't even execute the LSQL…
-
Hi, You maybe want to look at OBIEE Samples which has some examples of custom javascript. OBIEE is a web app, so normal web things will with OBIEE as well, but OBIEE is a bit more complex than your standard web pages, so be careful on what you do and where you put your hands or do not complain if your system doesn't work…
-
Just for the records (and for the users looking for an answer in the thread): the correct answer is more the piece of doc @2715862 posted because "RTFM" is always a right answer
-
Hi, Do you really need to prompt for the currency? Can't you remove it as prompt and simply use it as condition in the analysis? A "dirty" workaround to cover this need would be to store in a variable (presentation variable) the value of the country, and then to match it by counting the number of commas "," you have inside…
-
I don't see any issue because even if the JAR collecting your metadata (RPD + catalog + security) wouldn't work you can still move the elements directly and migrating them on your 12c like the JAR would do. So you definitely don't have any link with the 32 or 64bit of your OS.
-
Changing the log level to 0 will only use a bit less disk, the space the log file took. Logging adding performance issues is a myth ... The load on your system highly depends on what your users does, the kind of model you have (if all the possible logic is pushed down to the database vs. having the BI server doing the job)…
-
First thing you still didn't say what version of OBIEE you are talking about, so you make it quite hard to give you useful answers! ( ) The presentation cache is personal, it isn't shared, so it can't be an issue. If it would be shared almost 90% of the OBIEE setup wouldn't work because it would destroy any security setup.…
-
That's not a supported usecase as things changed. The code is different (and can be different) and that's also why when moving from 11.1.1.7 to 11.1.1.9 you need to upgrade your catalog. If it's just for an object copy/paste of XML can be a way, trying to fix any mismatch in code.
-
If cache is off it is off, you can even set in the RPD the no cache info on each physical source object to make it even more "no". But you will anyway still have a browser / front-end caching. Cache off doesn't mean the analysis is executed again every time you refresh the page (in the same session), that's the front-end…
-
Hi, Did you try adding these things? Because if you create a prompt on your hierarchy and then in the analysis you add the hierarchy and say it is prompted it works. Don't you have a possible conflict in what you ask for? A prompt on time hierarchy but filter on last 6 months of data? Why don't you filter directly on the…