cancel
Showing results for 
Search instead for 
Did you mean: 

Sync/ Asycn Bridge Time out error

Former Member
0 Kudos

Hi Experts,

I have defined a BPM Sync/Async bridge for belwo mentioned requirement

1. ECC calls a sync proxy.

2. PI receives the message using Sync Async bridge

3. PI will connect to a DB to read a table record status (Sync mode)

4. If record staus is 'completed', it will again connect to DB to make it 'InProgress' synchronously

5. If record status is not 'complete', it wont connec to DB

6. Based on the status (eithe in progress or completed) a response message will be given back to ECC as part of response message. Here I am closing the Sync/ Async bridge

When I am executing this scenario, BPM is not starting & I see error in SXMB_MONI as "Timeout condition of pipeline reached".

Please suggest what could be wrong.

Thanks.

Regards

Sushil

Accepted Solutions (0)

Answers (1)

Answers (1)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Try increasing the timeout parameter - CHECK_FOR_ASYNC_RESPONSE_TIMEOUT (in trx sxmb_admin -> Integration Engine Configuration). Do you still get the error after increasing the timeout?

Regards

Mark