cancel
Showing results for 
Search instead for 
Did you mean: 

ConfigException in XI protocol handler

Former Member
0 Kudos

Hi..

I have done file to RFC scenario using BPM. While executing the scenario, in SXMB_MONI, it is showing the below error. and i am not able to the receiver communication channel in the Channel monitoring. Can you please help me out in this regard.

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

- <!-- Inbound Message

-->

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

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.ConfigException: ConfigException in XI protocol handler. Failed to determine a receiver agreement for the given message. Root cause: com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve outbound binding for the given P/S/A values: FP=;TP=;FS=BPM_Multiples;TS=Multiple_RFC;AN=BAPI_MATERIAL_AVAILABILITY;ANS=urn:sap-com:document:sap:rfc:functions;</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Thanks & Regards,

Leela

Accepted Solutions (0)

Answers (1)

Answers (1)

nisarkhan_n
Active Contributor
0 Kudos

The receiver agreement is not getting updated in the sxi_cache....please check the SXI_CACHE is uptodate...

perform once the CPA cache if you have acess....

this issue is bec of the RA not found during runtime...

Former Member
0 Kudos

Hi..

SXI_Cache is uptodate.

Former Member
0 Kudos

Hi Ratnam,

Is this hapenning only if u send multiple records in a payload or even with single record..Let me know