cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGatewayDemo and Northwind desitnations no longer accessible In HCP Cockpit

Former Member
0 Kudos

I have tutorial app which uses the Northwind service which was all working ok last week. Today when I run it the connection to Northwind is timing out (I've checked Northwind using Postman and it's fine).

Error raised is :

{
"requestUri": "/northwind/V2/northwind/northwind.svc/$metadata?sap-documentation=heading",
"statusCode": 504,
"statusText": "Gateway Timeout",
"headers": [],
"body": "<html><head><title>Error report</title></head><body><h1>HTTP Status 504 - Socket connection timed out for host http://services.odata.org. Reason: Read timed out (local port 32812 to address **.***.**.*** (vsa1297679.nwtrial.od.sap.biz), remote port 8080 to address **.***.**.** (sgw-a1s-03-int.od.sap.biz))</h1></body></html>"
}

In HCP Cockpit Destinations, using the Check Connection button on the Northwind destination gives the error:

Failure reason: "Read timed out (local port 45758 to address **.**.**.*** (vsa1630551.nwtrial.od.sap.biz), remote port 8080 to address **.***.**.** (sgw-a1s-03-int.od.sap.biz))"

Also if I do a Check Connection SAPGateayDemo (url https://sapes1.sapdevcenter.com:443) it gives :

Failure reason: "Service Unavailable" Received status code: "503"

... as does Check Connection on oDataConnectivityOpenSAP (url: https://sapes1.sapdevcenter.com:443)

Anyone know why these would just stop working like this?

I'm using account.hanatrial.ondemand.com

Thanks

dpksghl_30
Participant
0 Kudos

Hi Philip,

I am also facing the same issue.. did u resolve this error?

Thanks,

Deepak

Accepted Solutions (1)

Accepted Solutions (1)

Kevin_SAP
Advisor
Advisor

Demo system has changed. See ES5.

-kevin

Answers (2)

Answers (2)

0 Kudos

Hi Syam,

This issue comes when you change destination name in your application.

I was also facing the same issue.

Initially i tried replacing the new destination name with older name in my app files, but later when it did not worked (seems to be cached), i changed the destination name in cloud platform itself, and it started working.

Do not change the destination name in app, instead create destination with same name which your app is pointing to.

Seems to be new destination name is not taking effect in app.

Do let me know if you have different case.

Regards

Saket

SyambabuAllu
Contributor
0 Kudos

Hi Kevin,

I am following the ES5 demo server and created Smart template application using GWSAMPLE_BASIC Service

jquery.sap.global-dbg.js:1097 2018-08-17 16:00:10.967500 The following problem occurred: HTTP request failed504,Gateway Timeout,<html><head><title>Error report</title></head><body><h1>HTTP Status 504 - Socket connection timed out for host https://sapes5.sapdevcenter.com. Reason: Read timed out (local port 58298 to address 10.117.12.163 (vsa4345881.nwtrial.od.sap.biz), remote port 8080 to address 10.117.18.16 (sgw-a1s-03-int.od.sap.biz))</h1></body></html> -

Could you please help on this.

Thank you,

Syam