cancel
Showing results for 
Search instead for 
Did you mean: 

Destination can´t be connected with Cloud Connector

0 Kudos

Hi,

I have a problem with setting up a destination to my cloud connector.

If I check the connection, this error appears:

But my cloud-connector is connected.

I googled a little bit and found that it has to do with the SCC configuration: SAP HANA Cloud Platform

My settings are this, I cant set a 8080 proxy, because then the cloud connector isn´t able to connect:

Could somebody give me advice?

Greetings

Marcel Mansouri

Accepted Solutions (1)

Accepted Solutions (1)

Ulrich_Schmidt
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Marcel,

the hostname & port of the URL in the "Destination Configuration" needs to match one of the available "virtual hosts" in the "Access Control" settings of the Cloud Connector.

The error message basically says that this is not the case.

Best Regards, Ulrich

0 Kudos

Hi Ulrich,

thank you for your answer.

So now the question is, how to make it match?

How can I get the right url?

Greetings

Marcel

Ulrich_Schmidt
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Marcel,

just make one up. It can be any arbitrary string. E.g.
URL = http://mickey.mouse.com:80

Then in the "Access Control" settings of the SCC, create a hostname mapping of "mickey.mouse.com to real hostname of your backend system" and "80 to port where your backend system is listening for incoming requests".

Then in your HCP Java app you are executing a certain HTTP Request, e.g.
GET /path/to/resource?param1=value1&param2=value2
In the SCC add the string "/path/to/resource" in the "Allowed Resources", so that the SCC will let this request pass. (Query parameters that may be present in the URL, don't need to be specified: the SCC only checks the path part of the URL.)

Best Regards, Ulrich

Answers (0)