cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts

I am new to SAP PI and am working on a cXML to IDoc scenario.

When I tried to post an IDoc to ECC via the testing tool, I get the following errors.
1. Adding control record to payload failed due to The Configuration for Sender/Receiver Partner Number/Port is incorrect. Enter proper values in Sender/Receiver Component

2. MP: exception caught with cause com.sap.aii.af.idoc.exception.IDOCAdapterException: The Configuration for Sender/Receiver Partner Number/Port is incorrect. Enter proper values in Sender/Receiver Component

3. Exception caught by adapter framework: The Configuration for Sender/Receiver Partner Number/Port is incorrect. Enter proper values in Sender/Receiver Component

4.Transmitting the message to endpoint <local> using connection AFW failed, due to: com.sap.aii.af.idoc.exception.IDOCAdapterException: The Configuration for Sender/Receiver Partner Number/Port is incorrect. Enter proper values in Sender/Receiver Component

I tried the following:

1. Disabled the control record and unchecked all the fields related to control record, sender and receiver in the advanced options tab of the IDoc communication channel

2. Checked all the fields mentioned above and mapped valid constant values to the mandatory fields in the control segments.

The above steps did not fix the error.

I also made sure that all the objects involved are Activated and my cache status overview is all green.

I am at a loss for what to check next.

Your help and guidance is appreciated

0 Likes
View Entire Topic
manoj_khavatkopp
Active Contributor

Hi Navin,

Can you check after mapping if you are populating these below fields with correct values :

SNDPRN , SNDPRT , SNDPOR , RCVPRN , RCVPRT , RCVPOR.

And make sure you have enabled "Take control records from mapping " in your receiver channel .

And note you need to validate this values with the one which you have configured in WE21 fro that particular IDOC in ECC.

Br,

Manoj

Former Member
0 Likes

Hi Manoj

Unfortunately I do not have access to XPI inspector. So I ended up hard coding the values that you specified.

Thanks you for your response

manoj_khavatkopp
Active Contributor
0 Likes

Navin,

There's no need of hardcoding .

In your Reciever channel you have option " OverRide Control Records " here you can mention the field name with value.

You can use header mapping which is present in Outbound processing tab in ico / receiver agreement too as well to populate control records.

Br,

Manoj