Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
No reason why you shouldn't use an older version catalog on newer version, just might need to run the upgradeandexit against it for it to work. Have a look at the 11.1.1.9 patching documentation for details. it is giving errors. How To Ask Questions The Smart Way
-
Is this causing you problems? Could just be one of those background errors that OBIEE chunters away with sometimes.
-
I recently start working with Oracle BI so i'm just a beginner about that. i've not design this model but i inherited the two original sub area and i've to link them in a single model. Seriously, and I mean this in a friendly way - get yourself on some OBIEE training. You're not going to learn OBIEE modelling from yes/no…
-
Restart obiee all component, and try again.I had faced the same problem, restarted and try , it's ok. That's not wrong, but it's not right either. If you have a problem and just restart, you don't actually know why you had a problem in the first place - and so can't prevent it from reoccurring. I'd always recommend taking…
-
Did you check the bi-lcm-rest.log.0 logfile?
-
Web Service documentation: https://docs.oracle.com/middleware/1221/biee/BIEIT/methods.htm#i1009936 Other than that, you'll want to find a Java forum to ask how to write Java code to invoke web services, unless I misunderstand your question?
-
Which functionalities *do* you want to use? Delivers you can disable by shutting down the BI Scheduler process. But, if you're running on a server where you actually need to reclaim these few hundred MB of memory ... you need a new server.
-
I'd recommend Rittman Mead ... but then I work for them so am biased :-D http://www.rittmanmead.com / info@rittmanmead.com
-
I'd be inclined to leave OBIEE vanilla, and stick nginx or apache on the front to just proxy the URL paths that you need. Plus you can then you have the option to do compression on static resources, which will often help with performance. Fewer moving parts, much more standard. Otherwise you're going to have a sod of a…
-
Are there any disadvantages to have two copies of analytics.ear deployed? It's a pretty non-standard configuration, so has associated risk and maintenance overheads. What's the rationale behind wanting the two deployments, if both are hitting the same OBIEE backend?
-
For embedded LDAP, there is the listUsers MBean, see example here: http://docs.oracle.com/middleware/1221/wls/WLSTG/config_wls.htm#WLSTG212
-
EM is hosted on the AdminServer, which should be running whether the data source is working or not. Check that the DB your RCU is installed on is up -- that error (The Network Adaptor could not establish a connection) could mean (a) you've configured it wrong or (b) you've configured it right, but the DB is down.
-
What do you want to know? As in, what's the context for this question? We could go into a lot of detail, but it'll be a different answer depending on if this is just a geek interest question, or prep for an interview, or research because you want to try customising it somehow.
-
If the command itself didn't return error details, have a look at the log for the web service that's in the background and gets invoked to do the actual lifting work : DOMAIN_HOME/servers/bi_server1/logs/bi-lcm-rest.log
-
When you say "self service", do you mean the user self-serves by loading up a pre-built report with 2.5M cells of data, presumably into Excel? What's being done with those 250+ columns and thousands of rows of data? That should be driving the tool choice. If they genuinely want self-service analytics then OBIEE is good for…
-
If it's a screenshot, can you upload it as an image please, not a MS Word document.
-
In BMM Layer I created joints in Physical Diagram and Business Model Diagram. If you're modelling it as a single logical dimension, how many logical fact tables do you have? Are you using multiple logical table sources with the content level set accordingly?
-
Is there any issue with the OBIEE version difference? Yep - it's spelled out for you : Version read: 13. Max expected: 11 You need to align your environment patchsets before you try to migrate code between them. As a general development principle, having environments out of line is a Bad Idea - what you've validated and…
-
Click the Details button to provide more information. Also what version of OBIEE? Does it work if you unarchive via the OBIEE front end, instead of catalog manager?
-
Depends how closely knit you want the integration. If you want to do it properly you could hook into OBIEE's web services to run the necessary queries and render the output yourself, as demonstrated here: An Alternative Front-End for OBIEE using Web Services and D3