cancel
Showing results for 
Search instead for 
Did you mean: 

Probelm with Mapping

praveen_vanga3
Participant
0 Kudos


Hi,

I am getting below error. can you help us to map one to one from Idoc to file.

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

<!-- Call Adapter -->

<SAP:Error xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SAP="http://sap.com/xi/XI/Message/30" 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.engine.interfaces.messaging.api.exception.ConfigException: ConfigException in XI protocol handler. Failed to determine a receiver agreement for the given message. Root cause: com.sap.aii.af.service.cpa.CPAObjectNotFoundException: Couldn't retrieve outbound binding for the given P/S/A values: FP=;TP=;FS=COM_ECD_120;TS=BC_SupplierSync;AN=SIIA_SupplierSync_Receive;ANS=Urn:UTL-001_SupplierSync; in the current context [Classic]. </SAP:AdditionalText><SAP:Stack/><SAP:Retry>M</SAP:Retry></SAP:Error>.

c

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Praveen,

If all the previous suggestions do not work then please check if there is any condition set in Receiver Determination please check if that condition is fulfilled or not?

Thanks,

Shaibayan

iaki_vila
Active Contributor
0 Kudos

Hi Praveen,

A few cents, in addition to Naveen suggestion, do a dummy change in your Receiver agreement like to change the description and pay attention to the parameters, they are case sensitive and no to have any typo error in your configuration objects. If you are using the classical configuration, test your scenario from the Integration directory before any other test.

Regards.

naveen_chichili
Active Contributor
0 Kudos

Hi Praveen,

make sure that the required Receiver Agreement does exist. If exists, then perform a full CPA cache refresh, by entering the following URL in your web browser:

http://host:port/CPACache/refresh?mode=full

This will solve your issue.

Regards,

Naveen