cancel
Showing results for 
Search instead for 
Did you mean: 

No reciever agreement found - in PI to PIscenario

Former Member
0 Kudos

Hi All,

While sending the message from PI to PI. in the second PI . The message is failing with the error no reciever agreement found for sender ...reciever ..., namespace, interface.

The problem here was it is trying to find the agreement using the sender, receiver, namespace and interface names as they are in sender PI.

I guess that is because the object names are different in both PIs. that  is why this error is happening as it not able to pick any objects of the second PI.

So we have changed the interface name in reciver PI according to Sender PI. and used header mapping to have the Services name properly.But not getting how can we change/overwrite the namespace name coming from Sender. So that it can pick the correct objects.

Regards,

Aditi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Using header mapping in Sender PI system solved the issue.

Thanks

Aditi

Former Member
0 Kudos

Check you operation mapping mapping in second PI system is resulting the same inbound service interface which is configured in receiver agreement. Also cross check the namespace n receiver channel if this is associated BS that is defined in receiver determination.

Regards,

Ashish

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Few cents. You might want to use http or soap  receiver adapter to integrate between two PIs. This way you can use simple business component and no business system. You don't need to even maintain SLD for the business systems for both servers.

Former Member
0 Kudos

Hi Baskar,

We are already using http receiver adapter to integrate between two PIs. And only Business components are used for this.

Regards,

Aditi

Former Member
0 Kudos

Hi Aditi

I think you should be using header mapping in receiver agreement ..

Just try out the steps mentioned below .

http://scn.sap.com/people/arvind.ravindran/blog/2009/05/19/the-use-of-receiver-agreement-header-mapp...

Regards

Srinivas