Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Your question in my opinion throws more questions than answers in my humble opinion - Why 10g? Have you tested the changes to see what the impact is? The only thing that springs to mind is that there will be a slower log in time as these pre login scripts need to execute first so it really depends on what these scripts are…
-
Have you looked at @rmoff's RM blog which describes how you can hook Apache Drill up to OBIEE?
-
Take a look at this article - https://gerardnico.com/dat/obiee/obis/server_variable_date
-
Follow these steps - https://support.oracle.com/knowledge/Middleware/2320517_1.html Also set the oracle user password to not expire to avoid having to do this again. Make Oracle password never expire
-
Definitely one area that OBIEE can improve on. There is no one right way to do multi user development and no ideal way either. As @elb666 has said, there are channels outside of ODC where you can have this discussion in more detail.
-
Take a look at this - there's a usage tracking BAR file that comes with the OBIEE installation.
-
perfect. For the sake of the wider community who may in future have this issue, could you mark the right answer as correct?
-
You didn't mention which version of OBIEE or which OS it is running on. As mentioned, you'd need the assistance of your network team to help you out with this as they should be able to figure out the route cause of your SMTP server connectivity issue.
-
That sounds like a connection issue to your mail server. I'd get you network guys to check if your OBIEE server has access to the mail server. EDIT: Oracle Support Document 2094426.1 (OBIEE 11g - [nQSError: 75004] Failed To Send HELO Command. 4.3.2 Service Not Available)
-
@Gianni Ceresa would have mentioned the dreaded GDPR compliance issues I'm sure.
-
Couldn't agree more with you @Robert Angel. In an ideal situation, the OP should be getting the data from the actual source rather than Excel downloads/uploads/manipulation etc.
-
Have you tried increasing the catalog size limit - Oracle Support Document 2079953.1 (OBIEE 12c FAQ: What Is The Default Catalog Size Limit, File Upload Size Limit And What Issues Might I Encounter If The Limit is Reached ?)
-
What analysis have you done to identify the root cause of the poor performance? Have you checked the nqquery.log file to determine the SQL generated by OBIEE?
-
change the URL to http://bit.mprh.local/analytics-ws and try that https://docs.oracle.com/middleware/12212/biee/BIESC/GUID-DB0E5862-1914-425D-B8D7-D76236BF44C0.htm#BIESC6126
-
The 2 options are mutually exclusive. Either you display your custom message and don't display columns only with NULLs or you don't display your custom message and display columns only with NULLs. You simply can't do both.
-
Can you share screenshots of what you're actually doing/errors as this should just work. Can you open your png images in a picture editor?
-
probably related to this - Dashboard with thumbnails
-
Have you thought about creating the thumbnail (image) yourself and then creating an image on your dashboard with a link to the respective dashboard?
-
Hi @choracy69 You'd be better off asking these questions here -
-
As you use LDAP for user authenticaction, user management is therefore external to Weblogic. You just need to map an LDAP group to a Weblogic application role. The Application Role should be set up to gi users all the access they need. This way, the new user group would need a user who has access to LDAP that can…