Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Create DataVisualizations using DV against Essbase Cloud with https protocol

Summary
Connection issue when Essbase Cloud Service now requires encrypted passwords - how to access from DV?
Content
Hi,
I am trying to set up a demo connecting from DV (OAC instance) against Essbase Cloud like last year. The connection from OAC DV instances is now not working anymore using DSN https://Essbase-IP-adress:9000/essbase/agent (trying different users/passwords and ports) - does somebody have similar experience and solved it? Any ideas, which steps need to be performed?
I try to follow these steps: https://docs.oracle.com/en/database/other-databases/essbase/19.3/essad/set-ssl-certificate.html - I am specifically wondering which self-signed certificate to provide (have no load balancer setup) and not sure if this is the root cause at all.
Background: Since March 2020, Essbase Cloud instances have encrypted passwords and https protocol. It looks like self-signed certificates are used and additional setup is required on Linux Server level in Essbase cloud. Can somebody confirm, that these steps here are important/ required for connection from DV? Or is the issue more in the OCI Firewall setup? I have similar connection issues with DVD (tested this to separate OAC issues from Essbase Cloud issues)
Any ideas and suggestions are welcome
Regards Rodian
Version
Essbase 19c (19.0 / 19.3)
Code Snippet
Failed to save the connection. Invalid connect string / url to external source.
Answers
-
We are not using SSL, but our connection DSN is "http://Essbase-IP-address/essbase". We do not have to use the port or /agent suffix.
Brian
0 -
Hi Rodian,
I'm experiencing the same issue now that we can only connect ot Essbase from OCI Marketplace using https. I logged an SR and will keep you posted once I got an answer.
Cheers,
Philipp
0 -
Hi Rodian,
I got the solution (thanks to Oracle Support). There are two options:
- Use a proper TLS certificate. OAC / DV are not able to work with the provided demo certificate.
- Enable port 80 for http access.
As I don't have a TLS certificate handy, I opted for option 2 (which is probably not the recommended approach for a production environment) which worked perfectly.
You have to do two things here:- Create a network ingress rule for port 80.
- Open port 80 in the firewall on your Essbase node. (see Essbase documentation on accessing WLS console as an example https://docs.oracle.com/en/database/other-databases/essbase/19.3/essad/access-weblogic-console.html)
Kind regards,
Philipp
0