Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, It's really simple ... your files names are wrong ! Your files are named SampleApp607p-appliance.zip.001.zip, SampleApp607p-appliance.zip.002.zip etc. instead of their real name which is SampleApp607p-appliance.zip.001, SampleApp607p-appliance.zip.002 etc. So rename all the files and give them the right name (the doc…
-
Honestly there isn't a easy way to make it and the javascript you are going to write can stop working at the first patch or upgrade. The cleanest way to really not have the column on the screen is, as you said yourself, 2 sections and then display one or the other based on a condition. What @mac2 gave you is the closest…
-
As far as I know it's a system wide setting, not something you enable or disable at an analysis or dashboard level. This setting is supposed to make your OBIEE 12c act and work as an OBIEE 11g system. The problem I see with it is: why to migrate to 12c if then you tell the system to forget it's a 12c but it must work as an…
-
1805715 wrote:Need to access set o files from a network drive in OBIEE11g And what do you want to do with these files? If it's a source then your BI server must have access to the files (mount of the network folder on the BI server). If you want to display links to these files on a page keep in mind OBIEE is just a web…
-
Hi Scott, If it's for front-end things you can use one of the online SampleApp 607, like http://slc02oks.oracle.com:7780/analytics/saw.dll?bieehome&nqUser=Prodney&nqPassword=Admin123 They aren't always on but good for quickly test something (and validate it's not just your install having issues). At a VM level you can…
-
It is HTML5, as you saw in the right click you aren't on a flash object. The code referencing clipboard_xml.swf seems to be a way to manage errors (in case a not existing views would be referenced), the funny thing is the referenced clipboard_xml.swf doesn't exist in your 12c (or at least not with that relative link). So…
-
Hi, For the "weblogic" account, if coming from the embedded LDAP in Weblogic, you change the password there and then in the boot.properties of the AdminServer and all the managed servers (by default bi_server1) and must be enough. This was for 11.1.1.7…
-
Please read what has been posted ! Gianni Ceresa wrote:It's not about finding the current version as the problem is often that 80% of the catalog is on the right version but you still have objects with a older version.So just check/update the full catalog.If you login to OBIEE, go to the Administration page and then click…
-
They are different OBIEE actually use the .atr file for the check, the XML is probably there for future usage if needed (bug fixing requiring a mass change of XML to be fixed). But the main point is still that it's not something to be checked by hand as it must be checked for everything ! Every single file in the catalog,…
-
Actually both Cesar and Christian are right .... Cesar reference http://slc02olc.oracle.com:7780/analytics/ while Christian reference http://slc02oks.oracle.com:7780/analytics/ . Both are running Sample App v607 using OBIEE 12.2.1.1.0 . For mobile is mainly the one posted by Cesar which is used (look at the sessions of…
-
The XML also contains an optional version reference: For example 11.1.1.7 was only "201201160" and now 12c accept "201201160" or "201302130". Doesn't look like it's something linked with the "Scan and Update Catalog Objects That Require Updates" as running it doesn't update this number, but can maybe have in impact in…
-
It's not about finding the current version as the problem is often that 80% of the catalog is on the right version but you still have objects with a older version. So just check/update the full catalog. If you login to OBIEE, go to the Administration page and then click on "Scan and Update Catalog Objects That Require…
-
Hi, The message is quite explicit: open your init block and associate it with a connection pool. PS: you have one init block by variable? You can probably have a single D_Current defining all your D_Current* variables ... : 1 query returning many columns vs many queries returning 1 column each, the first is better (less…
-
Hi, "XML Search and Replace" in Catalog Manager is what you look for as it will do all the job in one step (ok, maybe 2 or 3 for safety...). Of course do not try to be smarter than what the tool is, doing a "search for 'ABC' and replace by 'XYZ' " because as you said it will replace it everywhere without really looking at…
-
Also the positive thing is that even if migrating your content from 11.1.1.7 to 12c it will not switch back to flash. 12c is by default HTML5 and will stay like that except if you really force it to something else. Good luck with your migration
-
Hi, Open any page in OBIEE with a chart and right click on the chart, if it's flash you have the menu of flash. Plan B is to look at the source code of the page. Plan C to look at the loaded objects: if you see *.swf you have flash
-
YEAR() to get the year from a date Date '....' to tell OBI the '....' is a date @{P_DATE} the value of the variable {2016-03-03} the default value if the variable isn't set
-
Check in MOS, there is a document about that. There is one for OBIEE 11g and didn't checked lately if they wrote one for 12c as well. If they didn't and you don't want the 11g and "adapt" the solution for 12c you can ask Oracle to give you the steps for 12c and they will write one for 12c I would say. The simple way is to…
-
First a note based on previous answer: keep in mind that if you uncheck it and don't install it you will not be able to install it afterward without doing a full OBIEE install again. On the other hand if you install it you can disable it afterward ... In 11g the embedded Essbase required the Foundation Suite license. It's…
-
Just a detail: the javascript way only work on a Windows Server ! As the OP don't provide a single information ( ) it's impossible to know which OS his server uses. EJB will work in both Windows and Linux/Unix OS.