cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Communication channel error in SAP PO

Former Member
0 Kudos

Hi Experts,

We have developed scenario between sender RFC and Receiver REST, we are facing the issue while executing the ZBAPI in SAP-ECC(here we are using POST is static value in REST operation.

We are getting the short dump with this below error in transaction SE38.

ECC system Error:

Error:call to messaging system failed: com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message 2adc2717-5f".

We have checked RFC Sender comm.channel in SAP-PO and we are facing the

RFC Communicatiion channel error :

MP: exception caught with cause com.sap.aii.adapter.rest.ejb.common.exception.HttpCallException: HTTP POST call to http://XXX.XXX.XXX.XX/MDMSAPService/BIZGeo/AddUpdateBranch not successful. Internal Server Error.

How to fix this issue. Could you please help on this.

Regards,

Sanjeev K

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member186851
Active Contributor
0 Kudos

Can u check the webservice directly using soap ui/rest client and see if your getting correct value?

I guess the structure is mismatched so Webservice is not giving proper response.

Former Member
0 Kudos

Thank you for your suggestion Hari,

Still we are facing the same issue, whenever we are executing the transaction the report Z*, immediately we are getting the dump screen.

ECC Error:

"Bean ZRFC_DM_XXXXX not found on host HSAPPODEV, ProgId =XI_IDOC_DEFAULT_D90: Object not found in lookup of ZRFC_DM_XXXXX."

In Communication channel of PI-PO also we are getting the below error in Receiver REST communication channel

Transmitting the message using connection RFC_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rest.ejb.common.exception.HttpCallException: HTTP POST call to http://XXX.XX.XX.XX/MDMSAPService/BIZGeo/AddUpdateBranch not successful. Internal Server Error.

Please help on this where we have stuck.

Thanks in advance.

Regards,

Sanjeev

former_member229310
Active Participant
0 Kudos

Hello Sanjeev,

Can you try to make a test via SOAP UI by posting the same payload and see if it goes through?

Cheers,

Hari