Comments
-
If you do it the same way as 11g it's supposed to work. For sure the res (that's the one with the custom style inside, at least it's like that in mine), the msgdb I didn't test, so can't confirm 100%.
-
Great to hear you did it the right way So it's easy: copy your analyticsRes over to the 12c server and deploy it, cross your fingers and ... it probably works already not too badly (as it's a different version there can be things missing or being a bit different, but there are chances 95% of the job will be done already).…
-
You have an option. But keep in mind the "export" link there on top is based on a privilege and not dashboard based: so you have it or you don't have it.
-
Your sequence is not fine (you will be able to install following it). zain-OC wrote:To implement the Data Warehouse do i need to install Data warehouse builder ?? What do you mean by "implement the Data Warehouse" ? As I said a data warehouse is a concept and not a tool, wikipedia define it as "... DWs are central…
-
Hi, zain-OC wrote:install and configure OBIEE 11gR2 with ODI and Data warehouse The first step is probably to find out exactly what tools you need / want to install ... OBIEE 11gR2 doesn't exist, ODI is a tool with many version and so you better define which version you need. Data warehouse is a concept and not a tool, so…
-
Hi, You are installing on Windows, that's fine but .... please don't tell us it's your Windows 7 or Windows 10 laptop. As far as I remember the certification matrix cover Windows Server 2012 and 2012 r2 (double check in case). And if it's a laptop install I would highly suggest using a VM (virtualbox) to keep things clean.
-
Hi Zoe, Could you please add few more details on how/where did you setup "row security" and how does it look like?
-
What is "customization" ? Is that a custom style? If it's custom style, custom messages etc. you have to do it manually, the migration script only works on the OBIEE content, not the custom look and feel. You can deploy custom style and/or skin in OBIEE 12c too or redo your customization if you have a list of the things…
-
Do not forget the RCU implemented an alternatives for these cases. You can run the RCU to generate the scripts instead of execute them and you send the SQL to your DBA so he can review what is inside and execute it as sys on his side without problem. In this way the DBA keep sys on his side and is also totally aware of…
-
I would not use "deny" privilege. Ideally you must have 2 accounts: one maybe admin (so you can set privileges) and another one with little or no access (a kind of consumer only). So you remove the current privilege and add only admin instead, using your 2 accounts you can see the difference between the one allowed to…
-
Depends on your authentication providers chain, but AD users will of course be authenticated in AD (AD will not send out to Weblogic users password to authenticate them). The slowness has more chances to come from your AD than weblogic, you are supposed to configure the authentication provider using your AD in a way to…
-
There are few things you can hide by setting privileges in the administration page. Some others you will probably have to customize (modify) OBIEE files to hide them but then it would be for everybody all the time and it's maybe not what you really want (as some users will still need these links). So I would suggest you…
-
Hi, I would agree with Venkata you can't assign an AD user to a weblogic group and honestly I never saw it done in that way. For people having your kind of requirement (getting users - groups relationship from somewhere else than LDAP/AD but still keep authentication on LDAP/AD) you have the BISQLGroupProvider. Basically…
-
Hi, In the RPD you don't really define sorting ASC or DESC on columns, they are naturally sorted (so ASC). Now if you really want you can specify for your column a sorting column, so a different column used to define the sort of your original column. This is what is generally done for columns with months in a format like…
-
Vladimir M. wrote:many things that I read in tutorial simply don't work Cesar said it works, so if you want more you have to give more first
-
All the users have the problem? Does these users have the permission to access and write in their personal folder?
-
Hi, How "big" is the thing you try to download? Does it work with the export in the older Excel version? Does it work in CSV? If you are doing data dumping in Excel file the issue is not really the tool but what you do with it (the right tool for the right job). Of course you can increase various settings (link posted…
-
Chandu K wrote:Note:I am able to split tables into Facts and dimensions, but not able to model the data. By "model the data" you mean how to practically define a dimension and a fact in OBIEE? For that there are trainings, books or just tutorials: OBIEE Tutorials
-
Prego If you found what you were looking for (OBISE is old ...), you can maybe close the thread? For now it's still This question is Not Answered.
-
As Francesco said it's the default behaviour. It is as long as you use the right "print" link, if you use the analysis "print" link it will print only the content of the analysis, if your prompts are in a dashboard page next to the analysis you will get them only if you do "print" at the dashboard page level.