cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between XI/PI with Hydra systems

Former Member
0 Kudos

Hi all,

We are planning to develop a interface for communication between SAP and hydra system in the client landscape.

In our current situation, PI will communicate the information from SAP to MQ which is between PI and hydra. Our aim to completely remove MQ so that PI can directly communicate to Hydra.

Current Scenario:

SAP->PI->MQ->Hydra

Expected Scenario:

SAP->PI->Hydra

Hence people who have already worked on these type integration kindly help us and provide us some information regarding the same.

Thanks in Advance.

Regards

Suganya.

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>In our current situation, PI will communicate the information from SAP to MQ which is between PI and hydra. Our aim to completely remove MQ so that PI can directly communicate to Hydra.

I would recommend you to first check with Hydra system and see their communication protocol standards to be supported. You can choose any adapter from PI like file, JDBC, Webservice, JMS etc. First check with target system and then you can easily decide on the target message format and the communication standards that is supported by PI adapters. Hope that helps.

rajasekhar_reddy14
Active Contributor
0 Kudos

If Hydra system part of your client network and it supports web service calls then you can use SOAP.

But you have to check with Hydra system people what kind of protocols it supports.

Try to investigate how MQ and Hydra communication works based on that you can decide which adapter to use to communicate Hydra system.