Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Here you go OBIEE 12c: Quick Reference For Oracle Business Intelligence Enterprise 12c Upgrade From 12.2.1 to 12.2.1.x (Doc ID 2153433.1) From the document: This document was written and tested by upgrading OBIEE 12.2.1.0 to 12.2.1.1. At that time, OBIEE 12.2.1.2 had not been released yet but the same steps apply for the…
-
Try following: >> Open your customMessages.xml file in Internet explorer to verify if XML files with contents opens up in browser or not, if it doesn't then you would need to check where exactly your XML is it breaking. >> Clear browser cache,cookie and then again open the analytics to verify the changes, if this also…
-
Hello There, Looks like you are facing this issue because of the users which existed in OBIEE 11g doesn't exist in OBIEE 12c, did you perform steps to migrate users from 11g to 12c. a) For users in OBIEE 11g Embedded LDAP then you need to manually migrate the users by exporting security data from 11g and then importing the…
-
Example: a) Create Patch between Current DEV RPD(DEVRPDV2.rpd) with latest changes and Original DEV RPD(DEVRPD.RPD) without latest changes.. Here Original DEV RPD(DEVRPD.rpd) should be same as current RPD in SIT(SITRPD.rpd) but with different RPD password and connection pool details in SIT environment: comparerpd -P…
-
Hi, Yes you can migrate RPD changes from one environment to another using Patching. https://docs.oracle.com/cd/E14571_01/bi.1111/e10540/mngreposfiles.htm#BIEMG950 Please Note: Keep appropriate RPD backup on both the environment before generating patch and applying the same on other environment RPD. Do you want to deploy…
-
Hi Renee, Looks like you have BIAPPS setup, you can mention the version either BIAPPS 7.x or BIAPPS 11g? If you are not getting data in your report for a specific quarter or product then you need to get report specific query and run the same on datawarehouse to verify where exactly data did not get loaded correctly during…
-
Could you please check your sawlog(n).log — The Presentation Services log file that represents the latest part of diagnostic log output Give a search with your issue facing user and check if you find WARNING/ERROR/NOTIFICATION as below GUID xxxxxxx not found in backend marking as unknown, GUID mismatch etc..
-
Hi Dileraco, are you the Administrator? if yes then you can change your Catalog View to "Admin View" from "User View" then under "Users" folder you should be able view "My Folder" but trying to access might give you "No Access" error as you are currently not able to view the same in "User View", but you would be able to…
-
Hi Sandesh, Since you are able to access analytics application after deploying new 11.1.1.9.0 RPD, could you check below points to rule out listed possible case: a) Check if firewall is enabled on your Windows Client machine from which you are trying to access RPD in Online Mode? b) Check if the Data Source created to open…
-
In addition also attach error logged into nqserver.log when your attempt to login into Online RPD fails
-
How did you get the users now, what did you do different this time? Nevertheless it looks like your System User is not present, may be because you deleted ldap folder within <DOMAIN HOME>/servers/AdminServer/data, which would have recreated upon next startup but it can cause issues like users/groups disappearing from…
-
What does it show under Change Center within Weblogic Console Page on left hand side does it just show "Lock and Edit" or "Activate Changes" and "Revert Changes",attach complete Weblogic Console page screenshot
-
Yes both steps are mandatory, the reason you might not be able to view list of users in console is because some security configuration setting might have been performed and Activated but for it to be implemented restart of Weblogic Server is required. a) Stop complete OBIEE Stack i.e. Admin Server, Managed Server and BIEE…
-
Looks like your System User password has corrupted and is out of sync, follow below steps and see if it helps resolve your issue: a) Stop BIEE Services using opmnctl stopall command, from location <INSATNCE HOME>/bin b) Then stop your Managed Server(bi_server1) either through console or from command line using command…
-
Hi Sandesh, Is presentation services up and running? Execute opmnctl status command from <INSTANCE HOME>/bin location to verify status of BIEE Services. what message is displayed when following URL http://machinename:port/analytics is used to launch analytics? Please note port used in analytics URL is managed server port,…
-
Hello Sandesh, In addition to Gianni's update, since you already had AdminServer.lok file hence there is a chance that LDAP lok file must also be present, so verify and delete the same if found. In general if a Weblogic Server(Admin or Managed) is not shutdown cleanly then before next startup you should verify and delete…
-
Hello Reeni, Please go through below Rittman blog which explains with examples on how to work with multiple datasource in OBIEE, see if it answers your query https://www.rittmanmead.com/blog/2007/10/reporting-against-multiple-datasources-in-obiee/ Thanks and Regards, Syed Hamd Salman
-
Hello Gianni, I remember implementing the same for on of the customer , something similar to discussed in below blog: Complete Business Intelligence Solutions: How to Send ibots/Agents to Non-OBIEE users Thanks and Regards, Syed Hamd Salman
-
Hello, Looking at the pasted log message it looks like you tried to connect using 'weblogic' user, is that correct? Because if you have OAM SSO configured(which I suppose from your last statement) then you can access analytics through LDAP user only which is configured with Weblogic Server and OAM. Thanks and Regards, Syed…
-
Hi, Go through concept of SA Subject Area, which should help achieve your requirement. https://docs.oracle.com/cd/E28280_01/doc.1111/e18562/sa_system.htm#BIESJ3137 Thanks and Regards, Syed Hamd Salman