cancel
Showing results for 
Search instead for 
Did you mean: 

Sync Web Service -> BPM with 2 sync proxy calls error.

Former Member
0 Kudos

Hi.

Have a sync web service going into a BPM.

In the BPM there ar 2 sync calls towards a system making a credit check.

The answer is responded to the web service.

In our QA system the solution works perfect.

I transported the solution to production and when I test the web service call towards I get the following error.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
- <!--  Call Adapter 
  --> 
- <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
  <SAP:Category>XIServer</SAP:Category> 
  <SAP:Code area="INTERNAL">PL_TIMEOUT</SAP:Code> 
  <SAP:P1 /> 
  <SAP:P2 /> 
  <SAP:P3 /> 
  <SAP:P4 /> 
  <SAP:AdditionalText /> 
  <SAP:Stack>Timeout condition of pipeline reached</SAP:Stack> 
  <SAP:Retry>M</SAP:Retry> 
  </SAP:Error>

Does anybody have an idea why I get the error.

When I check my config everything looks the same.

Looks like we never send the first sync call to the proxy when I check in SXMB_MONI and the BPM gets terminated.

We have just migrated the solution from XI 3.0 to PI 7.11.

BR

Kalle

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

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,

ganesh.

Former Member
0 Kudos

Hi.

How will that help if we do not send the message.

When I check the graphics in SXMB_MONI the error occours befor we send the first message with proxy.

Also extend ASYNC timeout?

We are using sync communication.

BR

Kalle