cancel
Showing results for 
Search instead for 
Did you mean: 

XI performance

Former Member
0 Kudos

Hi All,

We have a scenario where XI calls a Webservice in the BPM.

It seems that call to the webservice is made after 3 mins once the request message is made for it. Therefore, In every cycle the additional 3 mins are added and this is making the performance of the application relatively low'.

My question is :

1. Is there any setting on XI server for making an instant call to vwebservice?

2. If no, how can I get rid of this particular problem/

Regards,

Rohit .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You will get the best result using this for the analisys on the performances:

SXMB_MONI --> Select the message --> Response --> PerformanceHeader

In this way you will have the possility to check in which fase XI is slow.

It may appear a little bit complicated at the beginnig but it is the only way to know exaclty what happens in the XI pipeline.

Generally XI performance depends on many parameters.

1) Content conversion

2) Hardware used/memory size

3)Frequency of the messages

You need to fien tune the performance

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/sap%20excha...

4) check these threads-

For BPM check the SAP note 83171

See below link to trace the whole which affects the Performance

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/489f5844-0c01-0010-79be-acc3b522...

Performance monitoring of service calls

/people/soum.chatterjee/blog/2007/12/19/performance-monitoring-of-service-calls

NetWeaver Performance: A Customer Point of View

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e1a61c36-0301-0010-06be-d34e2f37...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0b4580be-0601-0010-d3ad-bd6...

Thanks

Swarup

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check some more links,

Performance Tuning Checks in SAP Exchange Infrastructure: /people/prasad.illapani/blog/2007/03/08/performance-tuning-checks-in-sap-exchange-infrastructure

Performance Tuning Checks in SAP Exchange Infrastructure(XI): Part-II: /people/prasad.illapani/blog/2007/04/20/performance-tuning-checks-in-sap-exchange-infrastructurexi-part-ii

Checkout the Performance tuning guide

SAP Exchange Infrastructure Tuning Guide XI 3.0

For Performance Monnitoring refer

Performance Monitoring (SAP Library - SAP NetWeaver Exchange Infrastructure)

Also checkout these blogs

SAP Network Blog: Performance Tuning Checks in SAP Exchange Infrastructure

SAP Network Blog: Performance Tuning Checks in SAP Exchange Infrastructure(XI): Part-II

SAP Network Blog: Performance Tuning Checks in SAP Exchange Infrastructure(XI): Part-III

Regards,

Phani

Reward points if Helpful

VijayKonam
Active Contributor
0 Kudos

Is this happening when you access the webservice from any SOAP tool like XML Spy or SOAP Sonar? If so, the problem could be with/from network connection or with/from the WebService provider itself..

VJ