cancel
Showing results for 
Search instead for 
Did you mean: 

sap pi message dedication for each country

Former Member
0 Kudos

Dear all,

Is there a way to send message to dedicated app server according to each site?

I have 2 difference sites ( Country A , and Country B) which sending messages to a central PI, and then message forwarded to 1 ECC6.

the landscape would be as below:

3rd parties ( Country A&B) -> local adapter (Country A&B) -> PI 7.31(with web dispatcher + 2 apps) -> ECC6

i have to make sure the message flow become as below:

3rd parties (A) -> local adapter(A) -> PI 7.31 (App 1) -> ECC6

ECC6 -> PI 7.31 (App 1) -> local adapter(A) ->3rd parties (A)

3rd parties (B) -> local adapter(B) -> PI 7.31 (App 2) -> ECC6

ECC6 -> PI 7.31 (App 2) -> local adapter(B) ->3rd parties (B)

Reason: if App 1 is down due to high load, it will affect country A only.

Accepted Solutions (0)

Answers (2)

Answers (2)

naveen_chichili
Active Contributor
0 Kudos

Hi Lim,

Does your server has cluster environment?

if yes you can do it with high availability within the application servers.

Also ask your basis team to set Load balancing.

Thanks,

Naveen

ambrish_mishra
Active Contributor
0 Kudos

HI Jason,

>>>>>>>>Reason: if App 1 is down due to high load, it will affect country A only.

This is normally handled by a load balancing mechanism, Software which sits on top of application servers and handles fall over mechanism in case an application server is down.

You cannot make some messages flow to a specific application server because this is not how it should be handled.

Please work with your basis team to set up a load balancing mechanism which is a standard in enterprise integration.

Hope it helps!

Ambrish