Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
As that same document says, Deprecated: Deprecated features won't be enhanced in the future but are supported for the full life of the Oracle Analytics Server. Where indicated, a deprecated feature might be desupported in a future, major update. It means that the feature is just the same as you got in 12c and does work and…
-
Look for "Oracle Marketing Segmentation" : https://docs.oracle.com/en/middleware/bi/analytics-server/whats-different-oas/index.html#OASWD-GUID-C907A4B0-FAFD-4F54-905C-D6FCA519C262
-
Nothing changed, the WSDL is still the same version.
-
Hi, It's not a good practice (in fact it's against the rules) to double post in multiple places the same question. And you also should consider writing a proper thread explaining a bit what you are thinking because nobody can fully know what you have in mind with just one sentence. It's also always a good practice to post…
-
Thanks, now I believe I understand your request. So you are using OAS 5.9, you have your subject areas coming from the RPD and you use them in DV, all good till here. Technically in the RPD you don't sort things, that's why you don't have an attribute on the presentation or logical column to set an ascending or descending…
-
Hi, Sorry but what version and tool are you using? There is a tag "11g", but a screenshot of DV, and then it's about the Admintool : I got lost... In the Admin tool you don't write queries, you model things, it's normal that you can't write a SELECT (you can write a select as an opaque view in the physical layer if that's…
-
Posting multiple time isn't going to make it any better and is against the rules of the community. Nobody in here is paid to look after threads and reply, it's a community effort: if somebody has something to reply, they will, without reposting again the same thing.
-
If you did set the portal path value in the frontend, that's not really the session variable. In OAS sessions variables are defined in the RPD, they have an initialization blocks defining how the variables are populated. Most of the time the init blocks contains queries, a query will do the job based on whatever condition…
-
That's what the session variable PORTALPATH does: it's a session variable, it's unique for every single user based on whatever condition you need.
-
Do you expect the page to change and tell you that your session expired? There are various kind of session timeout or expiration, and because it's just a webpage, it will maybe not tell you the session is gone if you don't move, but as soon as you try to do something you get a popup telling you the session is gone and you…
-
Yes, my understanding of the role of DEFAULT here is to say "follow the default choice path to know what your homepage should be". And my understanding of the default choice path is user account properties first, PORTALPATH after and finally the default homepage if nothing else was set.
-
BIP is "inside" OAS, it comes together and so you already have BIP and OAS at the same time. The 2 do not interfere with each other. While BIP can use OAS subject areas as sources, everything else is independent: in BIP you will need to rebuild your reports and everything. You can also display a BIP report as a "basic"…
-
https://community.oracle.com/tech/apps-infra/discussion/comment/16826178#Comment_16826178 Not really, that would be "illegal" (and one of the things to not do in this forum). The variable is called PORTALPATH, try to search online and you should find old documentation mentioning it or somebody's blogpost talking about it.…
-
Also worth checking, if you want to set the same for everybody, it can be done quite easily in OAS: https://vizunderground.com/2020/02/28/setting-the-portalpath-for-oac-55-and-above/ (it's about OAC, but OAS is derived from OAC, so the settings is there as well in OAS)
-
Ok, found the name... It's a deprecated feature in OAS and therefore you first need to enable it: https://support.oracle.com/epmos/faces/DocContentDisplay?id=2622528.1 How to configure it in OBIEE 12c (gives you an idea): https://support.oracle.com/epmos/faces/DocContentDisplay?id=2215294.1 The documentation could maybe…
-
That's what that session variable was doing, I just can't remember how it was called to find it somewhere in the doc :D
-
There was a session variable that could be populated by a query or a fixed value that did exactly that. I just have a doubt if it still exists in OAS or not. As a quick-win, users can set that in their own profile inside OAS:
-
Hi, An agent in OAS can't send to FTP, just like it can't save on the filesystem. You will need to code custom actions if you want to achieve that. Out of the box, the BI Publisher scheduler can save reports to FTP etc. But BI Publisher is different than analysis in OAS.
-
Usual debugging process... Has it ever worked before? What did change? Is the error persistent? What "OBIEE"? (there are about 50+ versions) What is the data source behind? Does the query work against that source? Where does the query come from? If not written by hand, is the source setup correctly with all the required DB…
-
Your thread is now in the OBIA category, hopefully somebody here will be able to answer your question.