Skip to Content
0
Jan 20, 2023 at 05:22 AM

CAP : Timed-out error with BTP destination

538 Views

  1. I am developing a CAP application , which is connected to On-Premise system, via BTP Destinations.

I followed the steps as listed below.

  1. Created the destination in the SAP BTP, which is working fine
  2. Created a CAP application, with schema and service.
  3. Added the destination details in the package.json
  4. Created BTP services: XSUAA,Destinations and Connectivity
  5. Executed cds bind for all above services, which created a cdsrc-private.json file
  6. And finally when I did cds watch --profile watch , and opened the service in browser it is giving the blelow error

Error during request to remote service: \nconnect ETIMEDOUT 3.122.209.241:20003

package.json

pack.png

.cdsrc-private.json

cdsrc.png

scc-service.js

js.png

folder-structure

fol.png

error

error.png

Please let me know , what I am doing wrong. I am developing the application VSCode not BAS

Thank you

Attachments

pack.png (32.9 kB)
cdsrc.png (40.9 kB)
js.png (35.2 kB)
fol.png (27.3 kB)
error.png (37.3 kB)