Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, I don't see a link between the issue you talk about and the change and settings in the OBIPS config file you talk about. The 2 are just not related at all ... Did you set <DefaultName> trying to fix the issue with landing page not being the one your users set in 11g ? Because if you read the doc you linked you see it…
-
3204856 wrote:I need to install OBIEE 11.1.1.7.1 version on windows 10 ... You don't need to, you want to! So still in time to change your mind and Christian's blog is there to help
-
Hi, I quickly build something similar on a 12c and it just works fine, no double rows etc. First: get rid of your EVALUATE: you do not need it, pure OBIEE formula can perfectly make the same job. Your "value" column is a measure? Or are you making an analysis only based on dimensional attributed?
-
So you work for Oracle ... please don't tell me you are the one receiving these things as SR and come ask in the public forum as Oracle employees started doing lately more and more often ... If you are .... we can make a deal: give us unlimited cloud resources and we are happy to provide answers. I'm sure @Christian Berg…
-
The little icon coming below the message where you can find some extra pieces .... All in all it's still not clear what is giving you the message and where, so you can post more things (ideally also a screenshot, again you can hide the domain from the URL for privacy reasons) or open an SR and let your colleagues deal with…
-
So after the login? What is the full URL when you have the error (remove the domain for "privacy")? Do you have a "+" to get extra info on the screen? Or is the OBIEE page when you aren't allowed to use the tool at all?
-
Hi, It's a bit confusing .... Your title is about access denied "when accessing a dashboard" and in the post you say you granted access to the RPD. There is a lot more in between which can explain the access denied as having access to the RPD is not linked at all to accessing a dashboard. What is the exact message you get…
-
Hi, First thing: "123.jpg" and "Test.txt" must be outside the "WEB-INF" folder. WEB-INF only had the web.xml inside and must exist because otherwise Weblogic will not allow you to select D: \DeployFiles as folder to deploy. Keep in mind the privileges limitations, so make sure the user running OBIEE / weblogic is allowed…
-
+1 Christian For the "where" I guess it's written somewhere in the post: where you want as long as it's accessible by the server (so on the server filesystem). When you deploy the folder you will navigate the folder filesystem (where the user runnning OBIEE has access) and you can pick any folder from there. I would…
-
Hi, You post links which doesn't work (not the first one) : is the link pointing to something inside a SR you opened with Oracle? Because this isn't Oracle Support, so posting links to SR documents will not help at all. If you opened a SR you must follow the SR with Oracle on the support site ideally ... (as you are doing…
-
You will never find an excel file with that filename on your disk (or better: on the server disk). https://www.rittmanmead.com/blog/2016/06/obiee-12c-extended-subject-areas-xsa-data-set-service/ Robin again covered it in detail, your file is loaded and processed, so it changes name etc. as it will be part of the Data Set…
-
Hi Mark, Right now you can't do that the way you expect it ... As Christian said (and with a screenshot) XLS sources in Visual Analyzer (VA) are also accessible in Answers. But that's it ... Other sources, created dataset by mixing a subject area and an Excel etc., will not be visible on the Answers side. So it's partially…
-
Welcome to this community forum ! User551626-OC wrote:Figured it out. The idea of a community forum is that you can ask things but you also share information. So just saying "Figured it out" how is it going to help somebody with the same question in few days, weeks or months? So could you please post the details of what…
-
Hi, I would say it's better to first make a quick analysis of the situation instead of just increate the number of concurrent connections as at some point this approach will start impacting something else (your DB or something else). So have a look at what that connection pool does, if it's the unique and single one etc.…
-
As you managed to connect the the RPD in "online" mode (as you fixed problem 3), did you find which user the RPD is using to connect to the database? Simply ask your DBA to unlock that user and, if password changed or you are unsure also change it. Or your only issue now is that you can't connect to your database with the…
-
Hi, Conferences on OBIEE itself not really, but most Oracle related conferences have chances to have sessions about Business Analytics (OBIEE, DVD, OAC etc.). For trainings depends : you can for sure check on the Oracle University side to see what they have in stock, or there are consulting companies organising trainings…
-
3057520 wrote:so I created a synonym for a table to validate if it works and it does. BUT I think that it is not the best solution. Do I have to create synosyms for every table when I use another user who is not owner of table?? Why did you create a synonym? It's useless, when checking the "fully qualified name" checkbox…
-
I never talked about privileges, but fully qualified name which is: schema.tablename vs tablename (without the schema). An option in the connection pool which by default isn't checked (it's a checkbox) and you must enable to make it works. That's a simple SQL thing: you can't expect the database scans all the schemas you…
-
The table giving you the error is owned by the user you used to connect? (so into the schema use used in your connection pool) If not you must check the checkbox to use fully qualified names if it isn't checked in the connection pool.
-
Hi, There are some variables giving you the hostname and few other things, but as far as I remember not the full link with http:// in front and the port number and /analytics... So what's your use case? (just an example of what you expect to use the variable for, in which place as ...)