Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Per https://docs.oracle.com/middleware/1221/biee/BIESG/configrepos.htm#BIESG9340 : ORACLE_HOME/bi/bifoundation/samples/sampleapplite/SampleAppLite.bar
-
Do you mean from SampleApp? You'd need to download SampleApp, export to bar, and then import to yours. And some of it won't work then, because SampleApp is a heavily configured OBIEE deployment compared to out of the box vanilla. If you mean SampleAppLite, then the bar file for that's already there in 12c by default, you…
-
Info on how to ask good questions: How To Ask Questions The Smart Way
-
I [...]would like include my visualizations to be part to the existing views list. Anyone know how to achieve it? This isn't possible without some fundamental hacking of OBIEE. The views list is generated at runtime by sawserver (Presentation Services), so you'd to somehow modify the DOM to add your entries, and then to…
-
10.0.2.x is the NAT address, so you won't be able to connect to that from the windows host. I always run VMs with both NAT (for outbound guest internet access) and Host-only (for guest-host communications). If you're using bridged it relies on the guest (sampleapp) being able to access the LAN that your host (windows) is…
-
If you want more help, you need to interact with the questions and suggestions that are being offered. If you ask the same question, I'm going to give you the same answer: If I'm not mistaken, that's a PL/SQL code block you're passing. OBIEE is expected SQL (what do you expect it to do with "print rc"? )Why are you wanting…
-
If I'm not mistaken, that's a PL/SQL code block you're passing. OBIEE is expected SQL (what do you expect it to do with "print rc"? ) Why are you wanting to use DDR anyway? You can call SP from within the physical layer of the RPD itself.
-
We have a requirement to propose [...] Forgive me if I'm misunderstanding, but it sounds like you are bidding for some work with a customer, that you don't know how to do, and you want us to help you write a proposal so it sounds as if you do? Can anyone please help me how to proceed with this! What information are you…
-
As a followup to the above, my understanding now is that implementation of SSO against AD remains exactly as it did in 11g, so that MoS doc I refer to above will be a good reference for you.
-
Just keep in mind you are not supposed to play with these files directly on the filesystem, in case use the Catalog Manager tool ... My thoughts too on seeing the question - unless it's for pure academic curiosity, you shouldn't need to know this, and sure as heck shouldn't be touching them directly on disk.
-
You're talking about straightforward(!) MSAD/WNA/Kerberos SSO from what I can tell. The OBIEE 12c docs point to the MoS article Doc ID 1274953.1, which talks about 11g. Looking at the OBIEE certification matrix, it appears that only Oracle Access Manager is supported for SSO at this point. I could be mis-reading it though…
-
I make changes on the nQSconfig.conf it still fails to login. What changes, specifically? What error/symptom do you get when you try to login ?
-
"report hangs" <-- can you be more specific please. Does the query execute on the database but not return in OBIEE? Or it doesn't run in the database either? Use nqquery.log to trace what is actually happening with execution.
-
Have a look at SampleApp - pretty sure there's an example on there of showing the Physical SQL for a given analysis. The SQL is stored in S_NQ_DB_ACCT when you have Usage Tracking configured.
-
Yes you need a shared location for content including Presentation Catalog and global cache. Details : https://docs.oracle.com/cd/E28280_01/bi.1111/e10541/cluster.htm#BIESG3448
-
Do you actually have data in S_NQ_ACCT and S_NQ_DB_ACCT? These are the Usage Tracking tables that OBIEE writes to. It might use S_ETL_DAY when reporting the data (and an inner join to it with no 2016 rows could give the illusion of "no Usage Tracking data")
-
Thank you so much for the response. I understand that we don't write SQL queries in OBIEE. I am trying to build sql query in sql developer. Is it possible to build a query to get the above result, without using UNION. Request you please suggest/guide me.Regards,Chandra kanth. If you're not using OBIEE then you're in the…
-
You say 11c and 10g -- do you mean 12c and 11g respectively? Assuming that you are talking about 12c then this should help: OBIEE in IL: Enabling R and the relevant Analytics functions on OBIEE 12c
-
Presentation Services is the right place to look, you just need to configure it to capture the correct log message - saw.httpserver.request.showrequest should work. Ref: http://www.rittmanmead.com/2014/11/auditing-obiee-presentation-catalog-activity-with-custom-log-filters/ Ref: Driving OBIEE User Engagement with Enhanced…
-
Does this help?