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
Former Member
0 Likes

I was able to create an IDoc in ECC after I made the following changes

1. Maintained the logical system in adapter specific configurations of the inbound communication channel

2. Hard coded the values of the control segment

3. Removed all of my custom mapping (at the end the only mapping in place was for the control segment)

This fixed the issue.

I am also suspecting that sending an invalid value to a field (eg. sending a character to a number only field) could have contributed to the issue.

Thanks Patrick and Manoj for your quick response.

Former Member
0 Likes

Hello Navin,

Check whether these values are passed as parameters, I mean the values are take from ID configuration.

Might be something could be wrong there.