Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
If I understand you correctly you want to enable full SSL, also between internal components? It's a while I didn't run that, lately I stick to external SSL only, leaving the internal communication between components untouched.
-
Hi, Welcome to the Oracle Analytics community and forum. BICC is not an Oracle Analytics product, it is part of Fusion. Therefore it is covered in a parallel, but independent, forum: If you go there you will see there are many categories for the various Fusion products, and there are a number of categories dedicated to…
-
If NodeManager doesn't start, you better try to fix that one first, because it means there are issues with your SSL config. Sure you should be able to start things without NodeManager, but you are exposed to even more issues all around. Did you configure nodemanager.properties correctly? Maybe worth trying both Windows and…
-
Ok, so you are on OBIEE 12.2.1.4 (it's a quite old version now, OAS came after that and we are now at the 5th edition of OAS: any particular reason for installing OBIEE instead of OAS?). The support document referenced should still apply. Windows or Linux shouldn't have an impact, also because SSL is enabled at the…
-
Hi, For the database, to be able to install OAS you must upgrade your database. There are 2 aspects to check in the certification for the database: the data source (linked above) is one thing, but most importantly you need to have a certified database for the repository creation utility (RCU). I also believe Oracle…
-
Hi, Are you using OBIEE 12.2.1.4 or OAS (what version?) ? If using OBIEE, what FMW version are you using? 12.2.1.3 or 12.2.1.4?
-
Hi, Welcome to the Oracle Analytics community and forum. You can't directly impact the whole criteria unioned to another as an "object", but you can bet on the "smartness" of the BI Server for doing the job… If a request contains a filter being something like 1 = 2 you can assume that this simply means that nothing will…
-
Hi @maria.stanciu , you better create a new question, expressing your use case and the issues you are facing. The original poster of this question didn't really came back to the forum after posting it, therefore your case is maybe slightly different, and with your own question you will get better replies. Feel free to…
-
OBIEE usually automatically convert date/time to the user account time zone configuration. It does it on all the dates columns not having a time zone (they are considered UTC and therefore adapted to the user). In your case, what is the physical data type of that column? Because that could be the reason why OBIEE isn't…
-
@Nazera Shabnam. , You don't need to use time calculation for the previous month number. Those calculations generate quite heavy queries while you can do the same with simple mathematics. For example, MOD(MONTH( CURRENT_DATE ) -13, -12) + 12 gives you the previous month number (1-12) without any date calculation (adding…
-
For a quick test, when running %ORACLE_HOME%\oracle_common\common\bin\wlst.sh you are in an interactive session inside WLST. You can enter these commands: connect('<admin username, like weblogic>', '<password>', 't3://localhost:9500') grantAppRole(principalClass='weblogic.security.principal.WLSGroupImpl',…
-
@Chad Williams , That command, the grantAppRole , is to add a single group as member of an application role. So, yes: the forceValidate='false' is in each and every call to that command. My WLST scripts to setup the security model easily have 50-100 commands for not too complex security models: it starts by creating all…
-
Found my notes… So, I was adding groups from the SQL provider as members of application roles using WLST, and it was complaining that it couldn't find the groups. While digging at what the grantAppRole function was doing, I found the definition of the function itself: def grantAppRole(appStripe=None, appRoleName=None,…
-
Hi Chad, If I'm not wrong, when I last used the BISQLGroupProvider, I had a similar issue. But I was working with WLST, and I found one of the commands had a flag to ignore the check and just add the group name I entered without verifying anything. I need to go through my notes to see if I find the details of what I was…
-
Hi Adrian, Welcome to the Oracle Analytics community and forum. Your question is related to a data source you are using, but you aren't providing any information on what that source is, what structure it does have, what product you are using etc. For you all that is obvious as you are spending time trying to make it work,…
-
Hi, Oracle Data Transforms is not an Oracle Analytics product, and this forum only covers Oracle Analytics products. You should consider visiting the parallel forum Cloud Customer Connect, and ask in the Data Integration category: There have been some questions about Oracle Data Transforms posted there already.
-
Hi, What exact product are you working with? Is it a "generic" OAC or is this FDI or maybe OBIA? OAC doesn't come with any data, therefore if a piece of data is missing, you should speak with the person who is in charge of the data integration. If you are working with FDI, the question can be moved to the right category…
-
Hi Jay, You should develop your "Semantic Model B" inside the "Semantic Model A", because as both Ram and Gayathri said only a single semantic model can be deployed at a given time on a server. If you look into your semantic model, you see it is split in layers: physical, logical, presentation. You can see this as 3…
-
Hi Saroj, If you look at the second link posted above you see the meaning of (most of) the columns in your usage tracking. If you focus on the columns of the "Query Origin-related Columns" part in the doc, you have all the elements to get the exact name of the catalog object that generated the query. SAW_SRC_PATH is…
-
Hi, Welcome to the Oracle Analytics community and forum. BICC is not an Oracle Analytics product or feature, it is part of Fusion. Fusion, and BICC, PVOs and any other data question about Fusion or Fusion integration is covered in a different forum: It's a fully separate forum, with lots of categories, therefore it can…