Comments
-
Hi, It's actually a simple extension of the one you linked .... To have a link which open a mail with multiple recipients the only difference is that instead of <a href="mailto:user1@email.com">link</a> you must add the recipients separated by a " , " without spaces in between. So something like <a…
-
Hi, Your syntax seems fine ... Just tested on one of my BVT results using: bin\obibvt -compareresults Results\bvt_results Results\master_results -config config.xml It just worked fine ... Can you give it a try somewhere else downloading the BVT from…
-
Hi, When you open an agent there is quite few things happening: the server check the code, check in the DB if it's there, cleanup the ID (because migrated agents have in ID but aren't in the DB or do not match the entries in the DB, which is perfectly normal and the right way). So depending on the load on your system etc.…
-
Hi, Did you clicked on the table prompt while editing/building the analysis? Often the issue is that people play with prompts while editing the analysis but not in the preview window but directly in the analysis itself. When you do that OBIEE saves these things and you end up with that message. So try by building the same…
-
I must admit that in 10 years using OBIEE I never heard of that "Oracle Business Intelligence Server Administrator" thing. Of course it's related to licensing, which could explain the weird name for something everybody call in a different way ... @Andrew Fomin. suggested this is the weird name they used to identify the…
-
Hi, OBIEE and OBISA are both 2 tools part of one of the OBI license pack (standard edition one, enterprise edition plus etc. for example). None of these 2 is OBIA, OBIA is another license which give you OBIEE, ODI, the db model, the RPD, the prebuilt analysis etc.
-
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.…