cancel
Showing results for 
Search instead for 
Did you mean: 

Load Balancing in PI

Former Member
0 Kudos

Hi Experts,

Can any body explain how to do load balancing in PI7.0

What are the parameters needs to change related to Runtime WorkBench when doing load balancing.

Please provide if any one having material related to this.

Adavance Thanks

Rohit

Accepted Solutions (0)

Answers (3)

Answers (3)

Shabarish_Nair
Active Contributor
0 Kudos

you can base the below mentioned documents (from SAP). They should help you identify what measures you can take to enable load balancing.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c3d9d710-0d01-0010-7486-9a51ab92...

http://www.scribd.com/doc/7234681/High-Availability-Guide-SAP-XI-03

Former Member
0 Kudos

thanks for all

Former Member
0 Kudos

Hi,

These documents are for XI 3.0. Is there any update for PI 7.1?

Regards

Suman

former_member206760
Active Contributor
0 Kudos

Dear Rohit,

You can have two adapter engines

1. centralised adapter engine: say is used only for file of small size

2. decentralised adapter engine : say is used only for huge files.

suppose you get to know from our client that the material master interfae is going to be a hugh idoc-file interface...in the receiver communication channel you can specify the decentralised adapter engine as mentioned in point 2

sabyasachi_mohapatra3
Participant
0 Kudos

Hi Rohit

The JAVA part of the XI has two main tasks at runtime: Carrying out the mapping and sending/receiving messages via the adapter framework (AFW). The first task (mapping) can be distributed over several J2EE server nodes, whereas the second (AFW) task can be distributed over several server nodes as well as with the help of a non-central adapter engine.Refer the installation guide for load balancing of PI 7,0

Regards

sabyasachi

Edited by: Sabyasachi Mohapatra on Mar 14, 2009 8:55 PM