cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPM Timeout configuration

Former Member
0 Likes
829

Hi Experts,

I have build a Synchronous scenario to connect Webservice API using NW BPM, currently experiencing some issues with delays in responses coming back from the Webservice which causing the BPM to go into suspended status.

I want to know which Galaxy Core Service properties need to be extended, and can I handle this in the Automated activity by raising alert.

Thanks,

Hussein

Accepted Solutions (0)

Answers (2)

Answers (2)

ch_loos
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

You can set the timeouts for web service calls in NWA SOA Configuration.

see http://help.sap.com/saphelp_nw73ehp1/helpdata/en/af/9101f1c0774a1781fbbfafd5dfd3c7/frameset.htm

There are no specific timeout parameters for BPM.

Regards,

Christian

Former Member
0 Likes

There are galxy services for number of retries and how often. For Service timeout increase the parameter "Max wait-time for http response parameter" from a default 60 sec to what ever is needed and attach the communication profile to the system connection.

Thanks

Manish

Former Member
0 Likes

Hi Manish,

Thanks for your reply.

But I do not see any such properties in Galaxy Core Service (Java System properties), Could you please explain where and what service properties to be changed.

We are on SAP PO(PI+BPM) 7.3 EHP1 Java ONLY.

Thanks,

Hussein

Former Member
0 Likes

Thanks Christian, for my BPM scenario Webservice communication happens through PI - so I want to understand if the response get delayed from webservice -  what timeout parameters in PI and BPM can be adjusted(and current default values).

Appreciate your quick response.

Former Member
0 Likes

Hi Hussein,

The timeout setting as i have mentioned is in communication profile(parameter: Max wait time for http response)

which you attach to system connection. For default its 60 sec. . Create a new communication prfile with new value as 300 sec or likewise. Then attach this new communication profile to your system connection.

Thanks

Manish

Former Member
0 Likes

Thanks Manish, In my system config I only see the SAP_DEFAULT_PROFILE

which is not connected to any system( there are no system entries in provider systems).

and for my BPM scenario Webservice communication happens through PI SOAP connection- so what timeout parameters exist  in PI and BPM that can be adjusted(and current default values) if the response get delayed from webservice.  

Former Member
0 Likes

Hi Experts,

Appreciate any responses with my query on NW BPM timeout configuration.

Thanks,

Hussein