Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
I would say you can't customize that, mainly because it's managed by the system. The Error code is generated by OBIEE and has a meaning, you aren't supposed to need to edit that at all. The error message without the details is anyway quite explicit.
-
Hi, What does "customize" mean for you? Changing the look of the message? Changing the message on screen?
-
Hi, If double posting was against the forum's rules, you can imagine that triple posting isn't any better ... If you plan to post the same thread daily, please stop.
-
Double posting is against the forum's rules: Close one and keep the other open.
-
Could you please avoid double posting? Close one of the 2 at least, to avoid people losing time answering the same thing. 3612780 wrote:Can anybody advise how can I export "<" symbol from obiee 12c report to excel asap. If you need something "ASAP" open an SR or hire a consultant. People invest their own free time in…
-
In the physical layer the data type is the type you get, if it's a string it must be VARCHAR. If you don't define it as a VARCHAR you can't use string functions on it. Just keep in mind this is a workaround: you will pay the price for it every time you use that column. The solution is to have the database giving you the…
-
It is working as expected, you are just seeing a problem where there isn't one. 3913018 wrote:....changes has to be done in RPD. You asked to turn a string into a date in the RPD, once you do that the column is of type date or timestamp. The visualization of a column of type date or timestamp has to be configured in the…
-
You must keep in mind that the fully qualified name of objects aren't just the name you see. Your "address_d" isn't really named "address_d" but depends on what other object it is child of etc. That's why it's possible to safely merge 2 RPD which would have different business models and different subject areas and…
-
You can do a SUBSTRING to get the date part out of that string, and on top of that you use TO_DATETIME to convert it to a date. TO_DATETIME("Time"."Calendar Date",'yyyy/mm/dd mm:ss') And in the same time raise a request to have a proper date in the database, because that will perform poorly as you can imagine (executing…
-
You are correct that you can open both files locally, but as you say you opened them "offline", for that all you need is the file itself. OBIEE has a single repository at any point in time. You can deploy A, use it and after a bit deploy B and use it. But it's either A or B and you will not have both on the server. You can…
-
If you are trying to import it into the catalog it isn't supposed to work: a DVA file isn't a catalog object, it's a DV archive. A DVA is supposed to be imported from DV directly. More in general OAD does a lot more than OBIEE 12c on the DV side, therefore not sure you can really expect to import things as easily. If you…
-
The certification matrix for OBIEE 12.2.1.4 says that Oracle Database 19.3+ is supported for RCU and also as source for data. They aren't going to update the certification matrix for every single database bundle patch released. 19.6/7 fit the 19.3+ rule, therefore it is supported.
-
In other words, the question is: what do you want your OHS to do? What is the expected behaviour? The httpd.conf must follow the answers to those questions and only that.
-
My memories of Apache HTTPD (OHS is just that in the end) rewrite rules are almost 20 years old but .... 944333 wrote:in httpd.conf we have added follwing parmeter:RewriteRule ^/$ /analytics/ [R,L] -- analytics is workingRewriteRule ^/$ /va/ [R,L] -- va is not working How is that supposed to work? You have the first rule…
-
944333 wrote:visual analyzer landing page is not loading after adding /va in httpd.conf file and mod_wl_ohs.conf file Hi, could you please spend few more minutes writing all the things you forgot in the previous message? I'm sure your tool as a version, you mention an httpd.conf file which means you don't have "just" an…
-
The error is explicit: it could find your connection pool properly, but it can't find a datasource matching the name you put inside that connection pool. You have to review your connection pool settings as, right now, the DDR can find it but can't do much more from there. You aren't posting a single hint on what version…
-
What about if you ask in an OTBI forum? OTBI maybe use OBIEE as base, but has it's own things. OBIEE in any screen where you can write a formula has a button 'f(...)' : do you have it? Click on it and go through the various entries till you find what you are after. If you don't have that button ask this thread to be moved…
-
Officially there isn't a way, no tools or other supported tricks. Unofficially it depends on how good you are with some code and confident in doing things .... Filters are "just" a piece of XML into analysis, so you can script things to do the job. But because you would be manipulating the XML outside OBIEE, you are in…
-
You can't.... The attribute 'display' is at the view level, not on the bar or the line. So it's either "always" for the whole view, or not.
-
Sounds like you are working with @3878813 (em console shows coreapplication down when everything is fine ) ... I have the really bad impression you are asking the wrong questions and not fully understood what means upgrading OBIEE in OBIA. OBIA comes with an OBIEE out of the box (one of the many tools OBIA comes with),…