cancel
Showing results for 
Search instead for 
Did you mean: 

Error in RFC Sender Scenario. CM_PRODUCT_SPECIFIC_ERROR

Former Member
0 Kudos

Hi,

I try to do a RFC -> XI -> JDBC. When I execute the FM in my R/3 4.6C the following error show up:

		
"connection to partner broken" / "CPI-C error

CM_PRODUCT_SPECIFIC_ERROR".

An error occurred when executing a Remote Function Call.

"CPI-C error CM_PRODUCT_SPECIFIC_ERROR"

Status of connection.... "CODE=CM_PRODUCT_SPECIFIC_ERROR CM_NO_STATUS_RECEIVED
 CM_NO_DATA_RECEIVED SAPCODE=223 CONV=66899296"
Internal error code.... "RFC_IO5"

There is an error in the communication system. To clarify
and resolve the error, contact your system administrator.

Last error logged in SAP kernel


Component............ "NI (network interface)"
Place................ "SAP-Gateway on host zulia / sapgw00"
Version.............. 34
Error code........... "-6"
Error text........... "connection to partner broken"
Description.......... "NiPRead"
System call.......... "recv"
Module............... "ninti.c"
Line................. 1130

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

Have a look into this SAP Note- 47682

Regards

Moorthy

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I changed the ProgramID in the RFC Destination that I created before. Of course that ProgramID was not registred and the RFC Destination generated error. Then I put again the old ProgramID and it worked.

I think that I have a problem with the cache of my RFC Destinations.

Thanks both of you,

udo_martens
Active Contributor
0 Kudos

Hi Luis,

plz configure the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/frameset.htm">RFC Sender Adapter</a> and check the SM59 destination at your R/3 system.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

The RFC Sender Communication Channel is complete configure as well the SM59 destination.

When I active the RFC Destination trace, this is what appears:

 >>>> [1] XI_RFC       : TCP  %%RFCSERVER%% >>> OPEN
 >>>> [1] XI_RFC       : TCP  %%RFCSERVER%% >>> 71385358 (71385358)
   -{9B7BBA2C-FD5D-4C89-A492-9F1982E8E9DD}
 Instrument:  RfcCallNew send the uuid to the partner {9B7BBA2C-FD5D-4C89-A492-9F
 >>>> [1] XI_RFC       : TCP  %%RFCSERVER%% >>> WRITE (71385358)
   -{9B7BBA2C-FD5D-4C89-A492-9F1982E8E9DD}

 >>>> [1] XI_RFC       : TCP  %%RFCSERVER%% >>> FLUSH(WRITE) (71385358)
   -{9B7BBA2C-FD5D-4C89-A492-9F1982E8E9DD}
 >>>> [1] XI_RFC       : TCP  %%RFCSERVER%% >>> FLUSH(WRITE) (71385358)
   -{9B7BBA2C-FD5D-4C89-A492-9F1982E8E9DD}
 >>>> [1] XI_RFC       : TCP  %%RFCSERVER%% >>> WAIT (71385358)
   -{9B7BBA2C-FD5D-4C89-A492-9F1982E8E9DD}
 ======> CPIC-CALL: 'ThSAPCMRCV'
 Ha sido cancelada la conexión con un programa CPI-C -> Falló lectura
 ABAP Programm: YPRUEBA_XI (Transaction: SE38)
 Called function module: ZIG_DATOS_SAP_BDI
 User: 11393759 (Client: 210)
 Destination: XI_RFC (handle: 1, convid , {9B7BBA2C-FD5D-4C89-A492-9F1982E8E9DD})
 Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 2943
 CPIC-CALL: 'ThSAPCMRCV'
 Ha sido cancelada la conexión con un programa CPI-C -> Falló lectura
 >>>> [1] XI_RFC       : TCP  %%RFCSERVER%% >>> WAIT IGNORED (71385358)
   -{9B7BBA2C-FD5D-4C89-A492-9F1982E8E9DD}
 >>>> [1] XI_RFC       : TCP  %%RFCSERVER%% >>> READ (71385358)
   -{9B7BBA2C-FD5D-4C89-A492-9F1982E8E9DD}
 >>>> [1] XI_RFC       : TCP  %%RFCSERVER%% >>> FREE-Message (71385358)
   -{9B7BBA2C-FD5D-4C89-A492-9F1982E8E9DD}

Regards,

Luis Diego