Comments
-
Hi, Talking in general from a web point of view (OBIEE is a web app in the end) if you want to display a webpage into another you must use a frame or an iframe. So look on Google how to use <iframe> and if you check the OBIEE doc you also find details on how to embed OBIEE into something else (another page).
-
859589 wrote:....send it to a shared folder with sysdate appended then we can use Java script to do it from Agent Actions Menu. Just a note on this: javascript only works on Windows OS servers, if you are on linux only EJB can do that (and EJB code works on Windows OS servers too, that's why if you do things in EJB you can…
-
Works perfectly fine in IE11 on a 12.2.1.1.0 system (tested right now). So can you maybe be a bit more explicit on what you did and how did you analyzed the case to make sure it's not working because of a bug and not a data issue or something like that?
-
Amol Palkar wrote:They want to reduce manual effort to add group in Microsoft AD , in OID it is automatically added through sailpoint as soon as employee joins in organization.This is what answer i was looking from both of you. Sorry if I don't have my crystal call to guess how your organization works and what you do as…
-
Amol Palkar wrote:How OID is different from LDAP and whose performance is better for long term ?Why we have to go for OID instead of LDAP ?What MOD_WL_OHS configuration file contains ?What is the roles of Oracle Access manager in OID ?what is Oracle HTTP Server 11g Webgate ?Why OAM Identity Asserter is important for both…
-
Not really, if you follow the doc you have all the steps inside. The tables in the DB are there as they have been created by the RCU. You did that and it doesn't work?
-
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…