cancel
Showing results for 
Search instead for 
Did you mean: 

No receiver agreement found for sender

yajjala1
Participant
0 Kudos

I try to implement the following wiki.

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/main&;

I am getting the following error.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Technical Routing

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="OUTBINDING">CO_TXT_OUTBINDING_NOT_FOUND</SAP:Code>

<SAP:P1>-BS_XML2XML_FILE_SENDER</SAP:P1>

<SAP:P2>-BS_XML2XML_RECEIVER,http://xmlfile2xmlfile.mi_sender</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>No receiver agreement found for sender -BS_XML2XML_FILE_SENDER to receiver -BS_XML2XML_RECEIVER,http://xmlfile2xmlfile.mi_sender</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

U may proceed checking the following

1. Receiver agreement

2. Business system with the communication channel

3. Proper selection of Interfaces while configuring ID

4. If u r using conditional receiver determination, then make sure that the condition handles all possible values of the field

Regards,

Prateek

Former Member
0 Kudos

hi John,

it clearly says that

"No receiver agreement found for sender -BS_XML2XML_FILE_SENDER to receiver "

so create Receiver agreement.and make sure you assign right mesage interfaces like outbound and inbound whenever needed.

Babu

former_member192892
Active Contributor
0 Kudos

Did you create the receiver communication channel??