cancel
Showing results for 
Search instead for 
Did you mean: 

"INTERNAL">PL_TIMEOUT

Former Member
0 Kudos

Hello All,

We have an interface between SOAP and IDOC which uses sync/async bridge with BPM.

The error we are getting in production instance is

Error handling for work item 000019958287

No handler defined for this system Exception

work item 000019958288: Object CL_SWF_XI_MSG_BROKER method SEND_SYNCHRON_REPLY cannot be executed

cannot update BPE status  because pipleine has error status 'Timeout' 9B500BEDBB911E48F010000008

I have checked following links but no luck

http://scn.sap.com/thread/1405406

http://scn.sap.com/message/4009894#4009894

there is no problem with payload data and mapping is working fine too.

Has anyone faced similar error then kindly suggest.

Thanks in advance.

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

One more question on this..

Does setting of this parameter in Production instance will have any effect on Other BPMs running [not using sync-async bridge]?

Please  suggest as its urgent!!

Thanks in advance.

Regards,

iaki_vila
Active Contributor
0 Kudos

HI Madhvi,

The parameter pointed out by

iaki_vila
Active Contributor
0 Kudos

Mi Madhvi,

Check if you have any relevant exception in the st22 transaction.  Have you got a huge payload (50Mb or more)?

Regards,

Former Member
0 Kudos

Hello,

Thanks for your reply.

In ST22, there is short text : "the program CL_SWF_XI_NWA_DATA_ACCESS======CP has exceeded the maximum permitted uninterrupted runtime and has therefore been terminated."

And the file size is not more than 100kb.

any more pointers in this regard?

thanks in advance.

former_member182412
Active Contributor
0 Kudos

Hi Madhavi,

Set this CHECK_FOR_ASYNC_RESPONSE_TIMEOUT  parameter according to the below note.

847466 - BPE-TS: Synchronous/asynchronous communication


Regards,

Praveen.

Former Member
0 Kudos

Hello Praveen,

Thanks for your answer

Could you please tell me what is significance of this parameter?

If value is set to 60, will BPM retry sending messages after 60 secs interval?

Any pointers will be helpful in this regard.

Thanks in advance

former_member182412
Active Contributor
0 Kudos

Hi Madhavi,

Check the documentation for this parameter.

Parameter CHECK_FOR_ASYNC_RESPONSE_TIMEOUT

Meaning

This parameter specifies the maximum time in seconds that can pass between the arrival of the synchronous request message on the Integration Server and the asynchronous response message.  If this time period is exceeded, a system error is returned to the caller.

Possible Values

The value can be between 0 and the integer maximum. Since timeout is always checked after the search step, a search step is performed even when the value is 0 seconds.

Regards,

Praveen.