Skip to Content
0
Jan 30, 2020 at 05:23 AM

Node.js to Cloudplatform Destination connection not working

108 Views

Hi,

I am following this tutorial for consuming the OData from the On-premise system. But while deploying, I get errors like

Not found, or page keeps on loading.

manifest.yml

---
applications:

- name: approuter-demo
  host: approuter-demo-newyears
  buildpack: nodejs_buildpack
  memory: 128M
  path: ./approuter
  health-check-type: none
  services:
    - demo-xsuaa
    - destination-lite
    - connectivity-lite

xs-app.json

{
    "routes": [
        {
            "source": "^/(.*)",
            "target": "/sap/opu/odata/sap/ZGW_EMPLOYEE_INFO_SRV/EmployeeHeaderSet",
            "destination": "NOD"
        }
    ]
}

service-instances

destination

Error

Folder structure

Thanks in advance,

Badhusha.

Attachments

instance.png (32.2 kB)
desti.png (104.6 kB)
notworking.png (21.2 kB)
folder.png (97.7 kB)