Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Great to hear! One thing you can "fix" now that you are done installing: You can either follow the resolution posted there or just install jqin your environment, one of the two and the logs in Manage Sessions will be visible.
-
At the other side in weblogic console username hasn't been changed! No command will rename the account in WebLogic if that's where you defined it. You have to do the renaming there, and I believe there isn't such a thing as renaming in WebLogic, and renaming is done by creating a new user with the right username and…
-
Hi, Welcome to the Oracle Analytics community and forum. I can't really help you much with OAD because I didn't use it for the past 4+ years, so that part will need to wait for somebody else having more hands-on experience with recent releases of it. All I remember is that the front-end give you a generic error, while in…
-
Thanks Steve for the link, my MOS search skills weren't working when I tried to find that info. @User_JJ05H , yes, you need all of those. Some aren't patches like the JDK, but the rest is required. They aren't OAS patches, they are all the patches applicable to WebLogic and FMW 12.2.1.4, you can install all those before to…
-
Or, as an alternative "solution", just install jq(despite not being listed as a requirement in the doc). After installing jq, without any restart, the logs can be viewed in Adminstration > Manage Sessions. At least on linux systems jqis usually available as a package for all distributions. Mostly if full-text logs aren't…
-
The logo mentioned by Wayne above is the one you see when opening a workbook in the "Present" mode, and it's a "per workbook" setting. For example I added a logo to one workbook and when opening it in the Present mode, I see the logo next the title of the workbook (and the product header isn't visible at all, because it's…
-
Not answering the original question, but to confirm what Steve said: it does install fine on OL9 (I did a number of silent installs as I was creating a docker image). There is a required package that was "challenging" to find for OL9, and I believe it's the same for RHEL9, because it has been removed, I had to take it from…
-
Hi, Welcome to the Oracle Analytics community and forum. I would disagree with "it is not recommended to set it to 0" , this sounds a bit like the theories that for many years kept saying that logging and usage tracking had to be disabled to improve performances. You are the only one able to know what kind of needs you…
-
Hi, Technically having the BI Service Administrator application role doesn't automatically grant access to the catalog. I have worked on environments where weblogic was the system admin, but had no access to any content. I assume this isn't the expected behaviour, or you wouldn't be posting the question. Can you check in…
-
Hi @User_LBS80 , Welcome to the Oracle Analytics community and forum. When you posted your question you tried to make it fit all in the title, and a part has been truncated. Could you either edit it or reply here with the full question? Also remember to include all the required details (because about configuration this…
-
John, I believe the answer posted by Kevin in the other question where you commented answers this one:
-
Hi, Do you have a fully defined business meaning of "working day"? Because out of the box, in the product, there isn't something for that because a working day is different in each region, country or even just from a company to another. Because the "business day" is a business definition, you need to have a definition of…
-
Quite sure Ram is right, and the linked document tells you why it's happening: the product does what it is instructed to do. If your model says a column can be null, it does make sense that NULL is an option in a prompt, but NULL is not really a normal value, therefore it has to be handled in a special way, and that's what…
-
Hi @User_27SWQ , Welcome to the Oracle Analytics community. It looks like your post content is gone missing somehow, and only a title has been posted. Could you provide some more details? What version of OBIEE you came from? What version of OAS have you migrated to? How was the migration performed? Is the weblogic the only…
-
Hi, Welcome to the forum, but you are in the wrong place… OLAP is a database feature, not an Oracle Analytics product. Oracle Database is covered in a number of other forums, for example it has a number of categories in . You could try to visit that forum, look at the available categories, and post your question for other…
-
That confirms you don't have OAS as a product, but an embedded version of an Oracle Analytics product. And it also confirms the previous suggestions that you should work on it from the Taleo side because it's their choice what they allow you to use and how.
-
I mean the SOAP API that is being in the product for 10+ years. It was there already in OBIEE 11g, 12c and it is still there in OAS and OAC. It isn't a Publisher API. It does cover various service in the product, including the catalog. The link I posted above is for the data structure, and is the list of services and…
-
Hi, Do you have a value for "list" in your permissions? Historically the "execute" ACL had a double meaning: execute on objects supporting that, or traverse, for a directory for example, When I look at the doc you linked, the permission attributes, there is the "list" permission that I can't really map to the historical…
-
Is your OAS 2025 installed as standalone and point to Taleo as a source? Or is that an "embedded" version, and therefore it isn't really OAS? The screenshot is "classic" but your user has no permission to create anything there, if you have a full OAS try going to /dv to see if you have more options. Maybe you have some…
-
Hi, I would say that what you see is correct, even if not what you expected. You are facing a pre vs post aggregation behaviour: SUM(ABS(quantity)) <> ABS(SUM(quantity)). Is this a measure you need often? If yes, I would definitely add the ABS in the column mapping between the physical and the logical layer in the RPD, and…