Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Posting twice will not make the 64bit client to be a 2x 32bit ... : OBIEE 12C Developer Client Tools installation
-
Hi, Andrew explained what these objects are, but what is the issue? Your tables are probably just after the list of BIN* objects, if you use the search field above the list you quickly jump to your table ...
-
Good for you, so can you please close the thread? For now it's still This question is Not Answered.
-
Andrew Fomin. wrote:So your problem is that your listener is not running. That's a database problem, not OBIEE. You can search/ask for help in DB forum: Database Installation Still the same answer: you have a DB problem, not an OBIEE (=> BI) problem ...
-
For the last screenshot of Christian uncheck "Shared logon"
-
Username: example 'sys' So why do you put SYS as SYSDBA? "as SYSDBA" isn't really a username...
-
Well ... The info you entered aren't correct, the message isn't really a fake one ...
-
If you don't setup your connection pool to not use a shared login it's not default to anything, it's way it's supposed to work ! The username / password are stored in the connection pool. Not clear what you are asking with "developers user names and global username". Do you mean that all your RPD developers use their own…
-
Hi, There are few options ... BVT has been developed to help during migration but it's good for testing regression as well. If you look into SampleApp there are also scripts parsing objects and returning errors etc. So you have tools provided to help you with these tasks.
-
Ideally you must correct your model to have the PO Amount with the double meaning: measure in your fact table with a SUM aggregation and in the same time also an attribute without any aggregation (a degenerated dimension exposing the PO Amount as attribute). Plan B you can change the aggregation to Average, it's probably…
-
Hi, Open the repository, take your warning and fix them one by one .... Difficult to be more explicit when you have something as precise as "Logical column 'a' does not have a valid data type." or "The logical tables 'dimension' and 'Fact' connected by logical join '"Relationship_2004:40367111412380694"' have no…
-
+1'000 Christian Wij wrote: http://toshiba-pc:7001/analytics Only a simple install deploy Analytics on port 7001 in 11g. It's not advised for any real life usage but mainly for testing because it take less resources not having the managed server. (So less RAM and a bit faster to start)
-
Interesting that you didn't mention the official documentation ... It's actually the place where to look for details on how to install etc. As you are really new to all this I would suggest to get a training, that's the easiest way to start ... If you really want a book the official Developer Guide is maybe better…
-
Hi, Is this really something new? Because it's exactly the same as what you posted here: OracleBIServerCon is Down So close the other one or this one, choose one and close others without mixing topics. Looking at the other post it looks like the full life of your install is just moving issue with things working and not…
-
You don't have to start from scratch, when you go and deploy your migrate 11g things it will replace everything related to the SampleApp lite you deployed first time (it will not merge them or anything). There is a command line tool you will call that replace the Sample app lite by your migrated content. So you don't have…
-
Do you really see that in the physical query? Because that doesn't sound like the normal behaviour .... A data filter set in the RPD is always applied and must not be overwritten by "all values" (what's the point to set it if you can get rid of it so easily?)
-
Well, probably a inner join filtering .... Selecting "all values" I imagine remove the filter completely => maybe that dimension isn't used at all => no inner join implicit filtering. Selecting all the values one by one will change the query => different data. Can also be because of a different set of tables used if you…
-
As a side note .... OBIEE 12c isn't certified with Windows 2008, only with Windows 2012 and 2012 R2. So if at some point things doesn't work anymore .... will be difficult to get any official support ...
-
Hi, Did you check the properties of the column to set the number of "decimal places" to something else than 0 ? Because by default all the measures are displayed as numbers without decimal places. Not seeing the decimal part doesn't mean it isn't there PS: it's in your analysis, column properties > data format > check…
-
Hi, I had to read the previous posts twice to find out if I was dreaming or I saw it correctly .... cesar.advincula.o wrote:Could you do AGO/TO_DATE in OBIEE without a Dimension Time? Is a quite difficult right? No, not really difficult, actually lot easier than building an OLAP cube. Repeating myself: you simply model it…