on 2023 Sep 06 2:47 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
31 | |
10 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.