cancel
Showing results for 
Search instead for 
Did you mean: 

How can I resolve socket hang up correlation_id in SAP MTA application

2,485

Hello,

I am working on the SAP MTA application. One of the service calls in the node module takes more than 30 seconds.

Directly I am getting 504 gateway timeout. In logs, I can see that success response.

Tried to add the "ClientReadTimeout" ,"SocketReadTimeoutInSeconds","HTML5.Timeout" properties in sap btp destination and "KeepAlive" property in axios module.

Tried to add the "timeout" property from the ajax call also but no luck..!!!

How can I increase the default time out or how can I resolve the "socket hang up correlation_id" error.

Regards,

Chamdeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Chamdeep7
Discoverer
0 Kudos

Hello Zameer,

Add timeout property at resources for app module at mta.yml file.

Regards,

Chamdep

zameer0448
Participant
0 Kudos

Hi chamdeep_mudigolam77

I am also in the same situation, we are getting the same error. Please let me know how did you resolve this.