cancel
Showing results for 
Search instead for 
Did you mean: 

RfcClientException

Former Member
0 Kudos

Hello,

There is an error in RFC receiver adapter. In Communication Channel Monitoring ther is the following error:

Error in processing caused by: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: could not convert request from XML to RFC:com.sap.mw.jco.JCO$Exception: (130) JCO_ERROR_XML_PARSER: Expecting a tag to begin with '<' instead of '1', in " <ZMODEL >110</ZMODE"

Can you help me please?

Thanks

Nurhan

Accepted Solutions (0)

Answers (3)

Answers (3)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

You are passing an invalid XML, are you using lookups in your scenario?

Instead of <ZMODEL >110</ZMODE

use <ZMODEL >110</ZMODEL>

Hope this helps,

Mark

Former Member
0 Kudos

Hi Nurtan,

Reason 1:

I think this error is due to Change in RFC after importing into ESR ..Check it once and try to reimport it once and test

Reason 2:

Check whether your RFC has deep structure

fjhernanz
Contributor
0 Kudos

Hello Nurhan,

Can you please refer to the following note and check if the function module being used is described in the "Reasons and

Prerequisites" section:

#1054000 XML Parser error in RFC with JCo or .NET-Connector

Check you kernel level according with the note

Br,

Javier