Comments
-
Hi, EM doesn't interact with the catalog (except pointing to a different path), so the runcat.sh is the way to go, it allows you to do lot of things ...
-
Infrastructure decisions are always subjective based on your own rules and processes So can you maybe close the thread? For now it's still This question is Not Answered.
-
Maahjoor wrote:C:\Oracle\Middleware\Oracle_Home2\bi\bitools\bin>datamodel.cmd uploadrpd -I D: \StugradBI\Repository\StugradRepo.rpd -W Oracle_123 -U weblogic -P Oracle_123 -SI pdborcl -S localhost Apparently you didn't really get the syntax and the values of the parameters. localhost: as the OBIEE server isn't running on…
-
You can use the one provided by your Admin tool so you even don't need to first copy a RPD file to the server to then upload it. But my Admin tool install doesn't have a /user_projects inside, so I'm not sure of what kind of install you have ... Are you still trying to install OBIEE 12c on your Windows desktop OS? If your…
-
3310714 wrote:You mentioned that we should be manually creating the logical keys instead of using those from drag and drop. But, won't it be the same thing? It's of course not mandatory to make them by hand like it isn't forbidden to do drag & drop I always prefer to say you have to create logical keys (and logical joins)…
-
OBIEE support 3 different kind of DB for its repository: Oracle Database 12.1.0.1+ or 11.2.0.4+, DB2 10.5, SQL Server 2012 or 2014 You say you have an Oracle DB 11.2.0.4, so it's fine. OBIEE do not care where you data are stored, they can be in one, 5, 10, 100 different databases, that's up to you. All OBIEE require is a…
-
Honestly I have the feeling you are trying to make things complicated when they can be easy .... Why are you starting components one by one by hand? Use the start.sh script provided: it does everything and will run all the pieces in the background, so you keep your session once the script succeed. In the same way you have…
-
Hi, It's something else from a logical point of view: the repository schemas (OBIEE will require to create 5-7 schemas) will not be used as sources for the data you analyse. It can be the same physical database if you want, but OBIEE will create its own schemas there. The "simple" install will create them automatically…
-
Sorry but what are you asking? startWeblogic get stuck but you get the RUNNING state? So it's running?
-
Hi, Don't you have a backup of your system? If the file was there and you deleted it's not a problem, that location is just a "storage" place. If you want to retrieve groups from a database (while keeping authentication in your LDAP) then you need that file, if not you can stay without. The process of setting up the…
-
Hi, localhost or 127.0.0.1 will not get you anywhere because SampleApp isn't on your Windows environment. First thing: find the IP address of the vm and test it to make sure it works (so open your browser in the Windows session and open the <ip>:7780/analytics page of SampleApp by using the IP address). The IP depends on…
-
Hi, Of course it's possible to have filters when building an analysis on top of Essbase. It seems you are testing 2 completely opposite cases: does not work when you have a filter on a column and you add it to the exclude part of a view, works fine when you do not filter the column and keep it in the visible columns of…
-
Hi, No need to get a physical server, the idea is more to get yourself a VM with a server OS ... If your laptop / workstation has only 8Gb you will anyway struggle to install and run OBIEE (it takes looooot of RAM), and if you have 16Gb of RAM you can easily have 10-12 for the VM and so no real issue.
-
@3371002 : keep in mind to check what settings do you really need and want and not copy/paste a bunch of things in your config file, mainly when there are pieces managed by Enterprise Manager (as comments in the file tell you).
-
The idea is the system is smart enough to pass all the required things by itself. Thinking at your temporary headcount and permanent headcount, if the tile has a filter for "type of employee" = permanent once and "time of employee" = temporary for the second one, if you keep the column you filtered in the criteria of the…
-
3365160 wrote:In obiee 12c go to /<ORACLE_HOME>/bi/bifoundation/web/msgdb/<language used>/productmessages.xmland change text as below Apparently you do not took the time to read the first line of that file there in Cote d'Ivoire ... DO NOT MODIFY THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED AND IS REPLACED UPON UPGRADE…
-
If you places "<custommessage>" in the file the issue is that it's parsed as an XML tag, so you must try to avoid anything having special chars from a XML point of view (at least for debugging).
-
Hi, It really depend on what you exactly look for (so what kind of values you want to pass from the tile down to the detailed analysis) but there are ways with the normal action link behaviour. OBIEE pass all the values of the columns (so filters), and there are also ways to pass other things by using the OBIEE logic…
-
A bad news and a good news for you The bad one is that you can't do anything at the analysis level to get 0% instead of empty (because it's actually really empty). The "display as" doesn't give you any control on the format of the column. The good news is that if you calculate the % yourself with a formula (so a real…
-
Hi, what is your exact OBIEE version? Did you have a look in MOS? There is a bug and a patch related to catalog and permissions, not sure if it's the same one you are having or not ...