Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Ok, so you need to see the users to add them to an approle or things like that. In MOS there is document saying that by default AD only return 1000 users, and that WebLogic doesn't make paginated requests and therefore there is a setting to tell AD to return more users per request. Did you try that? The fact you see your…
-
Hi, Are you able to quantify a bit more precisely the issue? You see more than 1000, but how many is that? (If you see 1050 users it is different than seeing 15000) How many are missing? Are they always the same users missing? Can those users connect to your OBIEE or not? And also, is that an issue? Not seeing AD users in…
-
Do you have extended support for Oracle Linux? If not, why did you chose 7.9? Basic support will end in 3 months. You should really consider OL 8 if you don't have a real strong reason for 7.9.
-
Great to hear it's back to working as expected @PeteSiekierski ! To be fair, it's maybe not your fault at all… It happened to me a few times in the past that changes in the Semantic Model did save, but when I clicked to deploy it, despite a confirmation it was done, I never saw the changes when building an analysis. Even…
-
If the model is really as simple as described, the default behavior without setting anything should already be enough. No need for dimension based aggregation: you have a single dimension, and even if you had more, they all use the same aggregation. Another thing to maybe check is the content level: your Dim - Supplier is…
-
In what piece of the product? And, why? Excel has it, but you don't need it: do a count and take the TOP1 of the count measure, job done. If you want to suggest that as an improvement, go to https://community.oracle.com/products/oracleanalytics/categories/idealab-oracle-analytics-cloud-server and post an idea (that's where…
-
Yes, that's the plan. Creating Skyros as a full style/skin, with all it's files, and deploy it as a custom style. Because it doesn't exist anymore in 7.6, you will not really have issues (duplicate name etc.). And from 7.4 to 7.6, I don't think you will need to adjust anything: it will just work fine. I'm not fully sure of…
-
You would probably have more chances by building a full custom style/skin, and not mixing up things in the CSS. As Federico mentioned, most styles/skins work by inheritance: there is a base one on top of which some customization are deployed. If you want Skyros, then you should create a full skin/style for Skyros by coping…
-
Well, dropping is maybe "extreme" (ok, you said you cloned the database, therefore somewhere else you will still have the real 12c schemas). Can't you just use a different prefix? And yes, when picking a prefix keep in mind what you just said: future upgrades in-place mean the schemas will stay, therefore don't add the…
-
I'm maybe missing something, but it sounds like you are doing a out-of-place upgrade while trying to perform an in-place upgrade. It's one or the other. You are moving to a new server, therefore forget in-place upgrade. Your 12c schemas will not be upgraded, you can't upgrade them, they don't belong to a product being…
-
You should not set dimensioned based aggregation when not trying to have different aggregation rules by dimension (like SUM for any dimension but LAST for time dimensions etc.). By default the aggregation rule of the measure is used. The semantic model works just like the RPD and the same rules as OAS and OBIEE do apply…
-
Hi, Are you sure your semantic model is fully correct? Because by default, when having hierarchies, all the measures are aggregated all the time. As the picture posted below, you can see that enabling the "Grand Total" is even pointless because by default the measures aggregate all the time and therefore on the "Total…
-
@Antariksh Kar-Oracle , that's great, but it's better to not resurrect 7+ years old posts that have been migrated across a few forums. If a question is old (2 years or more), let's leave it where it is, how it is… If somebody has the same question they better post a new one, so they can also provide all the details…
-
Double post: https://community.oracle.com/products/oracleanalytics/discussion/23087/migrating-from-bip-12c-to-oas-oap-7-0
-
Ok, that's the catalog manager version, but what product and version is your catalog from? Are you on some OBIEE version?
-
Thanks @Jacques V.-Oracle for sharing that number :)
-
@Sindhu -Oracle , what product (name and version) are you using? That could change a lot of things, mostly because in recent version catalog manager can't be run in offline mode, therefore you maybe don't have the rights to search for that everywhere but just in a limited place of the catalog.
-
Another argument against an OAS migration: AIX is not supported anymore, OAS is only linux or Windows. You should always do silent installations when it's something that should be done in multiple environments. You can run the GUI installed in dev, set all the values, save the response file, cancel the installation and…
-
@Saroj Kumar Behera , This is meant to be a community: people come asking questions, others invest their time in answering. It's good that you found the solution yourself, but by not sharing it, if somebody else had the same/similar case and find this post, they will not get anything helpful out of it. Can you please post…
-
There are a number of REST API connections templates, https://www.oracle.com/business-analytics/data-visualization/connectors/ , but nothing in the list looks like SharePoint. You should find the SharePoint REST API documentation and that will tell you what are the URLs and how you can authenticate. Once you know what…