cancel
Showing results for 
Search instead for 
Did you mean: 

Pipeline timeout PL_TIMEOUT error

dhagigeorgiou
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello everyone,

We are exposing a FM as a web service through PI 7.

1. The FM request opens a S/A bridge (BPM1) in PI.

2. BPM1 activates a corelation (based on information within the request) and through a second bpm it logons to a third party system from which it receives a session id.

3. The session id is used to forward the initial request from the R3 to the third party.

4. The response is sent back to BPM1 which closes the S/A bridge.

R3: FM -> BPM1: Opens S/A bridge -> BPM2: Login, forward request, get response -> Response to BPM1: Close S/A bridge send response to R3.

In some cases the we get a pipeline timeout (PL_TIMEOUT). BPM1 never gets started. All processes are stuck in the queue with an BPE error. It seems that the business process engine is blocked but why????

Any ideas?

Thanks in advance,

Dimitris

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

If u have too many unused field during the mapping, try disabling them and running ur scenario again

Regards,

Prateek

GabrielSagaya
Active Contributor
0 Kudos

I think your problem is in the mapping of the response message mapping. So check your response message mapping.

dhagigeorgiou
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thanks for the reply.

Do you mean the response that closed the S/A bridge - response to the FM requrest?

Dimitris