cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Sync/async bridge

Former Member
0 Kudos

Hi Friends,

I am using BPM Sync/async bridge is used in tan interface. By default the sync/async bridge timeout is 1 minute.

and i am facing following challenge:

For 600 records the total PI processing time is 12 seconds

For 3000 records the total PI processing time is 22 seconds

For 4800 records it is giving timeout error as the total PI processing time is more than 1 minute. I am looking into whether there is any possibility to increase the sync/async bridge timeout.

Kindly give your suggestions.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi Renu,

>>For 4800 records it is giving timeout error as the total PI processing time is more than 1 minute. I am looking into whether there is any possibility to increase the sync/async bridge timeout.

It is not the timeout of the sync/async bridge, it is due to the tiomeout of pipeline steps. Check this blog of Sriram /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi

There is a note mentioned which says


Note: Please note that this response from legacy application has to be sent before pipeline timeout occurs in XI. Else HTTP Client would get a Pipeline timeout response and hence you may have to resend the request again.One can however manage this in ccBPM using WAIT task and using deadline branch so that any delay in response from end systems can be handled. 

So try to use this in your BPM

Regards

Suraj

Answers (0)