cancel
Showing results for 
Search instead for 
Did you mean: 

Can we send data to two servers from a single CC

former_member188885
Active Participant
0 Kudos

Hi All,

I have a requirement where data from PI is sent to SOA via JMS adapter. SOA has two servers in their end.

In PI server1 details is maintained. The requirement is that when the server1 is down PI has to send data to server2 automatically.

But is it possible to maintain both the server details in the same channel. We don't want to send the data to both the servers at the same time to avoid duplications. Can PI handle this?

Regards,

Lavanya R

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

Try to put servers detail like this in JMS receiver channel - host1:port , host2:port

You can refer my reply in the thread below-

Thanks

Amit Srivastava

xavisanse
Active Participant
0 Kudos

You should do a BPM and control through alerts the sending to Server A. If Server A fails sending step then an exception branch is executed, so the message is sended to server B.

It just a workaround but with it you can achieve your issue.

Regards

RaghuVamseedhar
Active Contributor
0 Kudos

Lavanya,

I think it is not possible.

It is not possible to maintain two server details in a PI receiver channel.

How would PI receiver channel know that server 1 is down (it may just go into error status, if something is wrong). How would PI switch to server 2 (when server 1 is down, i.e. channel is in error).

Let's see, if anyone have workaround ideas.