- I am developing a CAP application , which is connected to On-Premise system, via BTP Destinations.
I followed the steps as listed below.
- Created the destination in the SAP BTP, which is working fine
- Created a CAP application, with schema and service.
- Added the destination details in the package.json
- Created BTP services: XSUAA,Destinations and Connectivity
- Executed cds bind for all above services, which created a cdsrc-private.json file
- 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

.cdsrc-private.json

scc-service.js

folder-structure

error

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