cancel
Showing results for 
Search instead for 
Did you mean: 

Error in RFC Type Communication Channel

Former Member
0 Kudos

Hello everybody,

I have a communication channel receiver type RFC, in SXMB_MONI in Integration Server the status is OK, but in the communication channel monitoring I have the next log:

Receiver channel 'cc_fm_gobcat_centrogestor_arfc_receiver' for party '', service 'BS_ERD010' (internal name 'RfcClient[cc_fm_gobcat_centrogestor_arfc_receiver]')

Client data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=010, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=jruiz_s, jco.client.sysnr=00, jco.client.ashost=144.138.1.115}

Repository data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=010, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=jruiz_s, jco.client.sysnr=00, jco.client.ashost=144.138.1.115}

Current pool size: 1, maximum pool size : 5

Channel History

- Error: 2007-08-09 10:47:45 CDT: Message processed for interface MI_FMGobCat_CGes_Corp_a_Org_ia: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: JCO.Exception while calling ZFUS_GOB_CGES_RFC in remote system (RfcClient[cc_fm_gobcat_centrogestor_arfc_receiver]):com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: connection closed without message (CM_NO_DATA_RECEIVED)

can anyone tell me what am I doing wrong?, thanks in advance.

Regards,

Julio Cesar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Nilesh, thanks for your suggestions but I followed the Thread and checked all the points there and everything is fine, besides that thread is for a 104 code error and I have a 102 error code, any other suggestions?????

Regards,

Julio Cesar

Former Member
0 Kudos

Hey Julio,

After looking at error message...i think it is related to your interface "ZFUS_GOB_CGES_RFC " and data what you are passing to it. Because data wat you are passing to inteface / function module is not correct / different format.

Try to run your RFC directly with payload...n check weather its working...i think this RFC is raising exception while processing data.

Let us know the result.

Nilesh

Answers (4)

Answers (4)

Former Member
0 Kudos

Henrique,

I'm using a MI with messaga type as de the function, I tried what you suggest as pointing de inbound interface directly to the Imported RFC, but I get the same error, any other suggestion??

Regards,

Julio

henrique_pinto
Active Contributor
0 Kudos

Julio,

next step, check whether the payload at Message Monitoring is as expected.

If it is ok there, execute function in SE37 at receiver system passing the data of the payload as input parameters, to check whether the function is working properly.

Regards,

Henrique.

henrique_pinto
Active Contributor
0 Kudos

Julio, whats the inbound interface you are using?

Is it a valid imported RFC or a message interface in XI? The name MI_FMGobCat_CGes_Corp_a_Org_ia indicates the latter. But for RFC you should use the imported RFC as the interface itself.

Regards,

Henrique.

Former Member
0 Kudos

Hello Varun,

that thread appear as not existent, do you have another link????

Regards,

Julio Cesar

Former Member
0 Kudos

Julio,

Check out this thread...

Also you can use this blog for debugging.

/people/michal.krawczyk2/blog/2006/01/17/xi-debugging-rfc-calls-from-the-xi-not-possible-who-said-that-

Nilesh

null

former_member192892
Active Contributor
0 Kudos

Hi julio,

Plz look in2 this thread

/message/376293#376293 [original link is broken]

Regards

Varun