Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error 502 Bad Gateway

0 Likes
3,564

Hello,

I have an error with a Odata call : client.api.communication.ODataServerErrorException: HTTP/1.1 502 Bad Gateway

Here is the endpoint url https://qualidevcf-agora-goref-srv.cfapps.eu10.hana.ondemand.com/ext-gorh/liendynamicgroupuser

POST method

I am trying to POST a huge amount of data in a general splitter in order to create new data into hana database. This error appears around 1 hour of execution.

Is the problem the amount of data, or the receiver system ? There are no more informations on internet about this issue.

I am sending this kink of data, a simple node with few values :

Thanks for your help

Regards

Hello,

I have an error with a Odata call : client.api.communication.ODataServerErrorException: HTTP/1.1 502 Bad Gateway

Here is the endpoint url https://qualidevcf-agora-goref-srv.cfapps.eu10.hana.ondemand.com/ext-gorh/liendynamicgroupuser

POST method

I am trying to POST a huge amount of data in a general splitter in order to create new data into hana database. This error appears around 1 hour of execution.

Is the problem the amount of data, or the receiver system ? There are no more informations on internet about this issue.

I am sending this kink of data, a simple node with few values :

Thanks for your help

Regards

3 REPLIES 3
Read only

zameer0448
Participant
0 Likes
2,726

Hi Pascal,

We are facing the same kind of issue, could you help us to know what solution worked for you.

Read only

amontella96
Active Contributor
0 Likes
2,726

Hi zameer0448 , you should use the @ options to reach pascal37trs

aside of that, this topic looks interesting as there s so many reasons behind 502 In this case im thinking, try to reduce the amount of data you are pushing to s/4 ?If above works, ask your basis to change

rdisp/max_wprun_time

to 7200 seconds in s/4 ?Let me know,thanks!A
Read only

0 Likes
2,726

Hi, I got the same error when I tried to request the C_TRIALBALANCEResults, the data range I was requesting only from 1st Jan - 31 July, with 8 columns. then I reduce the data range to 1 month, with less columns it worked!

However, I have another API requesting more than 50,000+ rows and 85 columns, it loaded without issue.

very confused about this