Connect to sap on-premise destination

0
Hello, Is it possible to connect to an on-premise destination in the sap cloud platform Cloud Foundry? I get the error: 2019-05-14T09:35:00.487Z [APP/PROC/WEB] OUT ERROR - Connector: An error has occurred while handling the request. [User 'xx.xx@xx.be' with session id '0762c7b8-XXXX-XXXX-XXXX-XXXXXXXXcae2' and roles 'Administrator, User'] 2019-05-14T09:35:00.487Z [APP/PROC/WEB] OUT ERROR - Connector: com.mendix.webui.WebUIException: Exception while retrieving data for list widget 'MyFirstModule.Home.grid1' on page 'MyFirstModule.Home’ 19-05-14T09:35:00.487Z [APP/PROC/WEB] OUT at com.mendix.webui.actions.client.RetrieveByMicroflowAction.$anonfun$apply$2(RetrieveByMicroflowAction.scala:60) 2019-05-14T09:35:00.487Z [APP/PROC/WEB] OUT Caused by: com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.net.UnknownHostException: tsdhttp.tvc: Name or service not known I read something about CloudConnectorInfo object in the documentation: https://docs.mendix.com/refguide/sap/sap-destination-service but I am not sure how to use it.   Kr  
asked
2 answers
0

I created a destination with a cloud connector, so my backend is reachable.

I used the GetDestination and the GetCloudConnectorInfo to get the missing data but I am still not able to use the oData connector to connect to the destination. The connection to the cloud platform works fine since I can get the destination and cloud connector info. But when I try a get list with the destination I get: java.net.UnknownHostException

answered
0

That does not seem right because we have to add the destination object to the getList object.

answered