Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, You must point it to the BIPLATFORM schema you created with the RCU. The tables for scorecards comments and status override are in the same schema as the table of the usage tracking etc.
-
Hi, Well ... if your client (or you for him) read the doc about the embedded LDAP in Weblogic will find out it's not providing these options as it's not a full standard LDAP as an Active Directory etc. So you can't set that kind of rules saying "require the user to change password at first login". Even changing password…
-
Good for you So you can maybe close the thread, now it's still This question is Not Answered.
-
In the config file of the scheduler, instanceconfig.xml (in ORACLE_INSTANCE\config\OracleBISchedulerComponent\coreapplication_obischn) you have a setting for the "Log_Dir". Must be in scheduler/ServerInstance/iBots .
-
Hi, Ideally I would suggest a training (a real one and not a youtube one) to get started. For sure you can have a look at OBIEE Tutorials and get OBIEE Samples locally. This will keep you busy for a while, up to you to explore it and see how things are done.
-
Yes, SampleApp has it deployed by default as they put lot of things there inside (and it's a fully setup system not a clean install)
-
I'm quite sure that even in 11g it wasn't deployed by default but it's something that you had to deploy by hand. In 12c nothing different, same business, the doc is just a bit generic that's why I wrote all the detailed steps to end up with an analyticsRes
-
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…