cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver REST adapter behavior

Dimitri
Active Contributor
0 Kudos

Hi,

We have a scenario where we do a synchronous web service call, using a receiver REST adapter.
When I open the message log, I see this

Considering the yellow part, what happens between Message successfully put into the queue and Synchronous timeout exceeded. Nothing seems to happen.

-- UPDATE --
If you look closely at the last line in the log, you can clearly see OUTBOUND. So, the message arrives in SAP PO, but never reached the mapping step. That is the problem. We increased the number of concurrent synchronous messages.
-- UPDATE --

Thanks a lot for the insights.
Dimitri

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member607993
Contributor
0 Kudos

Hello dsannen,

In SOAP UI is it working fine? Is Target application producing the responses in a delayed time?

Also try to set the timeout value in SOAP sender channel. Parameter 'syncTimeout' is needed to be set in adapter module and the 'CallSapAdapter' module reads the value of module parameter 'syncTimeout'. Time out period in milliseconds.

https://help.sap.com/viewer/5cf7d2de571a45cc81f91261668b7361/7.31.25/en-US/d98b5380972c403385c39295c...

https://wiki.scn.sap.com/wiki/display/XI/PI+Troubleshooting+Tips%3A+How+to+Tune+PI+Synchronous+Scena...

Thanks,

Rajesh PS