cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in RFC Adapter

dipen_pandya
Contributor
0 Likes
2,886

Dear Experts,

I have a File to RFC Scenario & We are running on Single Stack (JAVA only) Process Orchestration ( 7.4).

Where my FTP Server is running fine. Communication Channels for Sender(File) and Receiver(RFC) both are GREEN in Monitoring, But still RFC is not able to find the file data.

I have configured all part of ESR, ID & iFlow. There are not any inconsistencies found.

The Error is as per below attached Screenshot.

(MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: could not get functionname from XML requst: com.sap.aii.adapter.rfc.RfcAdapterException: failed to read funtionname from XML document: missing namespace declaration(1)

Please give your helpful suggestions.

Thanks & Regards,

Dipen.

View Entire Topic
suman_saha
Contributor
0 Likes

Hi,

It seems your content conversion is not proper.

For debugging purpose, remove content conversion and put .xml file directly fetching from message mapping and test. If this works,then do the content conversion taking help from the link:

SAPTechnical.COM - File Content Conversion

http://wiki.scn.sap.com/wiki/display/XI/Basic+File+Adapter+Content+Conversion

Suman