I have an odata-request in my SAPUI5 application which calls the Gateway. On the Gateway, I have an Trusted RFC connection to the backend.
Now I have a complex algorithm with a duration around 2 minutes.
After 60 seconds, I get an timeout error.
HTTP request failed500,Internal Server Error,500 Connection timed out
Is there a opportunity to increase the timeout?
I tried it with the parameters gw/reg_timeout
gw/conn_pending
and with the keepalive-timeout of the rfc connection.
All this options haven“t solved my problem.