cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Odata Connection timeout error in CPI for POST call

BhagavanChukka43
Explorer
0 Kudos
1,027

Hi All,

We have synchronous interface from CPI to SAP via Odata call,

when CPI is calling the OData it reaches the SAP systems's Functional module via the gateway server and gives the response back,but when we run the message with more than 2k records, the OData call is failing with Timeout error as in the below error detail

can anyone help how can we resolve this issue, .

I'm already maintaining the timeout in CPI OData adapter as 10mins.

Thank you,

Bhagavan Ch

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

You need to see for any improvement on the backend OData service provider side. Otherwise, you split the OData calls into chunks and send them to backend server in packets and collect all the responses at the end of all calls. If the timeout reaches on CPI (10min) by which time if the backed did not come back with a response, you are sure to get this error.

BhagavanChukka43
Explorer
0 Kudos

Hi Vijay,

i have tried to send the in chunks also but after few chunks of data processed we are getting timeout error again

MdZohaibAkhter
Explorer
0 Kudos
Did you solve this issue?