cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect Datahub with Cloud Foundry HANA DB?

Shilpakrishna
Participant

Hello,

I want to connect to Cloud Foundry HANA DB(HDI container) from DataHub(installed on CAL and running on Google Cloud Platform).

What configuration is required in Cloud Foundry HANA so that we can create a connection from DataHub to HDI on CF?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

gregorw
Active Contributor
0 Kudos

I was able to connect the SAP Datahub with the Cloud Foundry HDI container by installing the cf commandline tools with:

zypper install cf-cli

inside the container. This was inspired by Connect to SAP HANA in SCP Neo Trial from SAP Data Hub, developer edition by vitaliy.rudnytskiy. Then I open a tunnel using:

cf ssh ...

Following the instructions of How to use an SSH tunnel with SCP Cloud Foundry backing-service by murmelssonic.

Shilpakrishna
Participant
0 Kudos

Hello Gregor,

How do I get inside the container? Where do I run "docker exec -it datahub bash" command?

Thanks

gregorw
Active Contributor
0 Kudos

As you specify the container name in the -it parameter you can run this command from everywhere. Have you worked through the Get Started with SAP Data Hub, developer edition tutorials?

Answers (0)