Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Attached are examples from: * OBIEE 11.1.1.7.x, where the title is added to the first worksheet * OBIEE 11.1.1.9.x, the title is exported on a worksheet by itself * OBIEE 12.2.1.4.x, the title is exported on a worksheet by itself
-
You can find out what's the hashed password, reset it and set the accounts to not expire by following the instructions in Doc ID 2352213.1. That doc was written for OAC but the same procedure applies for the On-premise version.
-
Did you enabled virtualization ( https://docs.oracle.com/middleware/bi12214/biee/BIESC/GUID-99968A33-0D49-41AE-83CC-A3CA4112E9F1.htm#GUID-0EDD6411-21BE-4C90-8337-88ADF97FEF11 )? Get Outlook for iOS
-
Also, even when the documentation says this it is not needed when virtualization is not enabled it is a good idea to perform the steps in Configuring Internal WebLogic Server LDAP Trust Store.
-
It does, as stated in the Security Guide 1) Login to EM 2) Go to Weblogic Domain->Security->Security Provider Configuration 3) Expand Security Provider->Identity Store Provider 4) Click on Configure 5) Click on Add 6) Select "ldap.url" on Property Name 7) For the value, add "ldaps://<host>:<adminServer HTTPS port>" 8)…
-
First of all, are you aware that version 12.2.1.3.0 has reached the end of correction support (Oracle Business Intelligence Enterprise Edition (OBIEE) Error Correction Support (Doc ID 1664916.1))? Being that said, did you configure the ldap.url propperty to use LDAPS (Configuring Internal WebLogic Server LDAP to Use LDAPs)?
-
I just checked the SR and it looks like the AD certificate was not imported into the keystore, is everything working now?
-
A few questions: * Are your certificates signed by a known CA? * Did you import the whole chain into the keystore? * Did you also import it into the adapters.jks (libovd) keystore? * Have you opened a SR for this? If so, what's the number?
-
If you are *really* using "hostname:636" then change hostname by the name of your AD. To connect using the SSL port make sure to follow the instructions on the Security Guide, Configuring SSL when Using Multiple Authenticators.
-
Have you checked "OBIEE 11g: How To Disable Essbase Components After An OBIEE 11.1.1.7.0 Installation (Doc ID 1668558.1)"?
-
Have you tried to find out if the port is in use? $ netstat -an | grep LISTEN | grep 9506
-
Change the folder name from customMessages to custommessages (all lowercase), restart the presentation server component and test. See OBIEE 12c: How To Customize Messages On The Analytics Interface (Doc ID 2207038.1).
-
Here are the string functions Expression Editor Reference for version 12.2.1.3.0.
-
Premier support ends in December 2018 and Extended Support on December 2021 (what is included in both is described on Doc ID 1664916.1). After December 2021 it will reach the end of *correction* support (also defined in Doc ID 1664916.1).
-
Have you checked Oracle Business Intelligence Enterprise Edition (OBIEE) Error Correction Support (Doc ID 1664916.1)?
-
What you did is correct, the tnsnames.ora file does not exist by default. See OBIEE 12c: ORA-12154 Error While Importing Metadata From an Oracle Database (Doc ID 2119009.1).
-
All types of images should work fine, can you give me the SR number so I can check what has been done?
-
A few questions: * Have you validated the certificate chain? * Have you imported the CA root and intermediate (if any) into the Java Standard Trust store? Java Standard Trust Store
-
You can find the description for each of the schemas and their dependencies in the Fusion Middleware Creating Schemas with the Repository Creation Utility Guide, https://docs.oracle.com/middleware/12212/lcm/RCUUG/GUID-41B96F7C-B4CC-4FA1-85BA-1933B0728B38.htm#RCUUG170 .
-
The Error 500 is seen when the plugin (/analytics) is not able to connect to the presentation server. You have to: * Check that the presentation server is running (opmnctl status on 11g or status.sh on 12c) * Check the presentation server logs and see if there are any error(s) HTH, German