cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase the timeout of Odata, I am getting error: sap-err-id: ICMETIMEOUT

pradeep3811
Explorer
0 Kudos

Hello Experts,

I have a Fiori application, generated based on CDS view. Database is taking around 18 mins to give the result of CDS view but browser is throwing error before that.
I am getting error sap-err-id: ICMETIMEOUT in browser and also status code 500.
I guess the browser is waiting only for around 11 minutes (where is this configured?) before it threw the error 'sap-err-id: ICMETIMEOUT'.

Can you please help me in solving this issue. I guess increasing the response wait time to more than 20 mins would be a workaround, can you help me what changes need to be done to increase the response wait time to 20 mins.

Following are the parameters:

View Entire Topic
madhusudhan0492
Employee
Employee
0 Kudos

Hi Pradeep,

How are you?

If you are using an external host, kindly use extend keepalive timeout and processing timeout parameters 3000. If you are facing this issue in the direct host, execute smicm t-code and check Keepalive time and processing timeout parameters value. Increase the value if the value is less than 3000

Thanks and regards,

Madhu Sangam

SAP Support

pradeep3811
Explorer
0 Kudos

can you please tell me the exact parameter names, if possible.