cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAS: Testing a destination: Error 'no such host'

kammaje_cis
SAP Mentor
SAP Mentor
0 Likes
3,610

I am using a BAS trial account to test a BTP destination. I get the error 'dial tcp: lookup SandboxPO.dest on 100.64.0.10:53: no such host'.

Initially, the destination was in a different subaccount than the SAP BAS. I tried with destinations within the same subaccount as BAS as well. Same error. I have tried refreshing the destinations with the command `curl localhost:8887/reload`

Does anyone have any leads on what might be wrong?

Destination Configuration is here

URL is http://mycal:50000/sap/opu/odata/sap/API_PURCHASEORDER_PROCESS_SRV

Cloud Connector Config

Accepted Solutions (0)

Answers (4)

Answers (4)

yuval_morad
Product and Topic Expert
Product and Topic Expert

Can you attach the destination picture?

Does the URL include host or IP?

Can you share to my mail the cloud connector set up and logs?

kammaje_cis
SAP Mentor
SAP Mentor
0 Likes

I have updated the question with destination screenshot.

EvaGil
Explorer
0 Likes

Hello, did you resolve this?

I'm having the same issue at the moment.

 

Thank you in advance.

Eva.

yuval_morad
Product and Topic Expert
Product and Topic Expert
0 Likes

please share your cloud connector logs during the runtime call in mail with me and roy.fishman@sap.com

yuval_morad
Product and Topic Expert
Product and Topic Expert
0 Likes

Please go over this blog

https://blogs.sap.com/2021/08/31/connect-to-external-data-sources-with-sap-business-application-stud...

Please add the following attribute to cloud connector resource path

  • /sap/bc/adt

Please add the following attributes to the destination:

  • WebIDEUsage = odata_gen
  • WebIDEEnabled = true
  • HTML5.DynamicDestination = true
  • WebIDEAdditionalData = full_url

In general I propose NOT to create a destination to every service but to use the option of ABAP Catalog

kammaje_cis
SAP Mentor
SAP Mentor
0 Likes

Thanks Yuval, but I still have the same issue.

  • I have added 'path and all sub paths' of /sap/bc/adt in Cloud Connector
  • I have ensured that all four properties are available in the destination

I still get the same error. The error actually comes immediately as I trigger the command. It does not even take time trying to connect. Any other lead please?