JCO_COMMUNICATION_FAILURE - CPI-C errors

Hi,
I'm getting some errors in XI but not always, I think it's when the server is on heavy load:
<SAP:Code area="MAPPING">JCO_COMMUNICATION_FAILURE</SAP:Code>
<SAP:P1>Error opening an RFC connection.</SAP:P1>
In sm21, I see:
14:45:55 RD                            S23 Connection to CPI-C client 351 was closed                    
14:45:55 RD                            S74 > Partner LU name:                                           
14:45:55 RD                            S0R > Host: r1n0v3                                               
14:45:55 RD                            S0I > Partner TP Name: jlaunch                                   
14:45:55 DIA 003 700 SAPJSF  R49 Communication error, CPIC return code 020, SAP return code 223
14:45:55 DIA 003 700 SAPJSF  R5A > Conversation ID: 28232929                                  
14:45:55 DIA 003 700 SAPJSF R64 > CPI-C function: CMSEND(SAP)                                
14:45:55 RD                            S23 Connection to CPI-C client 080 was closed                    
14:45:55 RD                            S74 > Partner LU name:                                           
14:45:55 RD                            S0R > Host: r1n0v3                                               
14:45:55 RD                            S0I > Partner TP Name: LCRSAPRF                                  
14:45:55 DIA 000 700 BERNIER_Y R49 Communication error, CPIC return code 020, SAP return code 223
14:45:55 DIA 000 700 BERNIER_Y R5A > Conversation ID: 30118701                                  
14:45:55 DIA 000 700 BERNIER_Y  R64 > CPI-C function: CMSEND(SAP)                                
14:46:27 DIA 000 700 BERNIER_Y  R49 Communication error, CPIC return code 002, SAP return code 679
14:46:27 DIA 000 700 BERNIER_Y  R64 > CPI-C function: CMINIT(SAP)                                
14:46:27 DIA 000 700 BERNIER_Y  R49 Communication error, CPIC return code 002, SAP return code 679
14:46:27 DIA 000 700 BERNIER_Y  R64 > CPI-C function: CMINIT(SAP)                                
14:46:35 DIA 000 700 BERNIER_Y  R49 Communication error, CPIC return code 002, SAP return code 679
14:46:35 DIA 000 700 BERNIER_Y  R64 > CPI-C function: CMINIT(SAP)                                
Any idea? How can I fix those CPI-C errors? 
Rgds,
Yves

Hi Yves Bernier  ,
ABAP stack and JAVA stack makes communicattion Through JRFC using JCO, for this dedicated connections are defined. When communication takes plcae this calls JCo and if that time resource is engaged with another call and it cann not be assigned to the current call then JCO FAILURE ERROR occurs
For this recomended that you shoyuld increase your maximum no of connections (SAP recomonded 300) but you may increase this according to your requirement.this may solve your problem
For CPIC error codes follow this note.
Note 63347 - List: CPIC error codes
https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=63347&nlang=EN&smpsrv=https%3a%2f%2fwebsmp102%2esap-ag%2ede
regards
Sandeep
IF helpful kindly reward points

Similar Messages

  • Help with error program not registered CPI-C error CM_ALLOCATE_FAILURE_RETR

    I have the following connection error in SM59 ...
    Connection error        program ZCCCOM_NZ_PMH01 not registered / CPI-C error CM_ALLOCATE_FAILURE_RETRY. 
    I have deleted and re-registered the program but still no connection. Any ideas as to what/where I am going wrong would be fantastic!!
    RFC Destin = CCCOM
    Type = T
    Gateway Host = ntchsapqas
    Gateway service = sapgw00
    ERROR                program ZCCCOM_NZ_PMH01 not registered      
    LOCATION             SAP-Gateway on host ntchsapqas / sapgw00    
    DETAIL               TP ZCCCOM_NZ_PMH01 not registered           
    COMPONENT            SAP-Gateway                                 
    COUNTER              19364                                       
    MODULE               gwr3cpic.c                                  
    LINE                 1593                                        
    RETURN CODE          679                                         
    SUBRC                    0                                       
    RELEASE              46D                                         
    TIME                 Tue Jun 10 14:47:28 2008                    
    VERSION              2

    Something helpful related to this
    The program in the above error should be registered in the gateway for this connection test to complete successfully. The server program rfcexec is responsible for its registration on the gateway.
    To register the program login into the OS level as sudo su - <sid>adm and execute the following command.
    rfcexec u2013g<program id> -a<gateway host name> -x<gateway service>
    rfcexec is the server program name, the <program id> can be obtained from SM59, it is case sensitive and should match with the entry in SM59. The <gateway host name> and <gateway service> can be obtained from the transaction SMGW. When this command is executed it goes to a hanging loop.
    The connection will fail once this command is terminated or the user executing this command logs off
    To avoid this, instead of using the above mentioned command an entry should be made in the file saprfc.ini
    To do this, execute the following command
    sudo su - <sid>adm
    rfcexec u2013D<destination name>
    <destination name> is the RFC destination name in SM59
    So now we are done with registering the server program, but how do we check it is registered, once a server program is registered it is displayed in the Logged on clients in SMGW.
    In transaction SMGW choose GOTO-> Logged on clients. There should be an entry for the server program in the screen that is displayed with system type Registered_TP (which indicates that the program is registered)

  • Timeout during allocate / CPI-C error CM_RESOURCE_FAILURE_RETRY

    Bonjour,
    i receve an error message "timeout during allocate / CPI-C error CM_RESOURCE_FAILURE_RETRY"
    when testing an REC destination (SM59), when i see on SM21 i find :
    R49 Communication error, CPIC return code 027, SAP return code 456
    R64 > CPI-C function: CMINIT(SAP)                                
    can you help me ?
    Thank's

    Hi,
           In SM21 you try to find out the corresponding Work processor(WP) No. , as per your bellow error,
    "R49 Communication error, CPIC return code 027, SAP return code 456
    R64 > CPI-C function: CMINIT(SAP) "
      Now you go to that corresponding WP trace like dev_w(xx) in usr/sap/SID/DV.../work directory. Check what exactly happend during that error, try to find some Notes based on that.
    Regards,
    Hari.

  • STMS error hostname 'atltu1' unknown / CPI-C error CM_PRODUCT_SPECIFIC_ERRO

    Hi,
    We are on SAP 4.6c and AIX unix . Our environment is a three system landscape where PRD have 4 dilaog instances
    My problem is -
    I cannot look at the import queue of the quality system when I logged on to the dialog instances. when I am on Central instance I can logon to the import queue of the quality system
    when I double click quality system being in any of the dialog instance, this is the error I get
      RFC communications error with system/dest
      [email protected]_DU1                   
      hostname 'atltu1' unknown / CPI-C error 
      CM_PRODUCT_SPECIFIC_ERROR.   
    Please help me what could be the possible reason

    The you are probably using DNS as name resolve service (instead of having a hosts file).
    check the content of /etc/resolv.conf on your CI, if it has an entry like
    hosts: dns files
    then DNS is used to resolve the name.
    If server A finds B that doesn't mean B finds A. The name resolution is done on the calling system and if that is not correctly configured on B it won't find A although it works in the other direction (because the caller A can do name resolution correctly).
    Markus

  • CPI-C ERROR CM_PRODU while creating RFC destination from BW to R/3

    hi,
    i am trying to create connection between R/3 and BW and getting the error -
    partner not reached/ CPI-C ERROR CM_PRODU.
    could anybody plz. help.
    thanks, sunil.

    Hi,
    I think is because the SAP gateway host is deactivated.
    As per SAP notes, issue statement ping <IP address> (In this example:192.168.4.2) No reply: Boot SAP Gateway host required.
    An answer:Check whether the TCP/IP port 33xx is open (where xx corresponds to the system number) and start the SAP gateway.
    The TCP/IP port is also partially defined in the services file as an sapgw<SID> or sapgwxx entry (where xx corresponds to the system number). The services file is in the Windows directory or in WinNT/System32/drivers/etc.
    Rgs
    Antonino

  • RFC timeout error: "CPI-C error CM_PRODUCT_SPECIFIC_ERROR"

    Hi all,
    There is one .bat file to which I want to call through RFC. However, when I am trying to test the connection it gave the following error:
    timeout during allocate / CPI-C error CM_PRODUCT_SPECIFIC_ERROR
    Its activation type is Start. However, when I give any other .exe file path there, the RFC test is successful!
    Can any one help me in this regard?
    Regards,
    FAisal

    Dear,
    Please refer this link and check the SM59 destination at your R/3 system
    http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/frameset.htm
    Look into this SAP Note- 47682
    This can be releated to fire-wall also.
    regards,
    R.Brahmankar

  • Service 'sapgw53' unknown / CPI-C error CM_PRODUCT

    Hi SAP Gurus,
    I am trying to create RFC destination in 46d system and while testing the connection I am getting following error message. Pl. help mein resolving the issue. I have created the RFC destination successfully from one system to this system. But gettin this error while creating RFC in this system.
    "service 'sapgw53' unknown / CPI-C error CM_PRODUCT"
    Following are the details
    ERROR                service 'sapgw53' unknown
    LOCATION             SAP-Gateway on host nlaslt12 / sapgw01
    DETAIL               NiIServToAddr
    COMPONENT            NI (network interface)
    COUNTER              59493
    MODULE               nixxi.c
    LINE                 2338
    RETURN CODE          -3
    SUBRC                    0
    RELEASE              46D
    TIME                 Fri Dec 14 14:53:42 2007
    VERSION              34
    thanx,
    Rohit

    Hi Juan,
    Actually I am creating RFC for the IDOC-to-IDOC between two systems. On one system I have created RFC connection (Destination) pointing to this server which is working fine. But when I am creating RFC on this system pointing to the other system it is throwing this error.
    Also Pl. let me know how can I check the service file for the entry and if not found how can I create that bcos I don't hv access to the OS (HP UX) on which I am creating the RFC connection.
    Thanx and Regards,
    Rohit

  • Service 'sapgw16' unknown / CPI-C error CM_PRODUCT

    Hi folks,
    I am running an upload from R/3 into BW (various infosources, amongst other COPA), the load hangs after a while in the monitor with a yellow traffic light and turns then into red with a time out.
    I had a look at sm58 in the OLTP and got the following error message:
    service 'sapgw16' unknown / CPI-C error CM_PRODUCT
    Could anybody let me know what to do?
    Regards, Thomas

    Hi Juan,
    Actually I am creating RFC for the IDOC-to-IDOC between two systems. On one system I have created RFC connection (Destination) pointing to this server which is working fine. But when I am creating RFC on this system pointing to the other system it is throwing this error.
    Also Pl. let me know how can I check the service file for the entry and if not found how can I create that bcos I don't hv access to the OS (HP UX) on which I am creating the RFC connection.
    Thanx and Regards,
    Rohit

  • SAPOSS connection / CPI-C error CM_DEALLOCATED_ABEND

    Hi, We are running SAP R/3 4.5B on the iSeries and have a problem with the SAPOSS connection. / CPI-C error CM_DEALLOCATED_ABEND We deleted the RFC connection SAPOSS and recreated it via note 33135.
    We applied oss notes 766505 and 455709 trying to fix the issue.  The connection have worked in the past. 
    We use one saprouter and the SAPOSS RFC connections work from all our later systems(620- NW7.0)
    I have had a message open with SAPsince 6/20/08 trying to resolve the issue -0000475404 2008.
    Any idea's are appriciated.
    Regards, Brian
    Trace saprouter:
    Thu Jul 17 10:59:22 2008 INIT LOGFILE
    Thu Jul 17 10:59:22 2008 READ ROUTTAB ./saprouttab o.k.
    Thu Jul 17 10:59:32 2008 CONNECT FROM C1/- host 192.168.10.253/11627 (S1048KZM)
    Thu Jul 17 10:59:32 2008 CONNECT TO   S1/2 host 194.117.106.129/sapdp99 (194.117.106.129)
    Thu Jul 17 10:59:33 2008 CONNECT FROM C3/- host 192.168.10.253/15833 (S1048KZM)
    Thu Jul 17 10:59:33 2008 DISCONNECT   C1/2 host 192.168.10.253/11627 (S1048KZM)
    Thu Jul 17 10:59:33 2008 CONNECT TO   S3/2 host 194.117.106.129/sapdp99 (194.117.106.129)
    Thu Jul 17 10:59:34 2008 DISCONNECT   S3/2 host 194.117.106.129/3299 (194.117.106.129)
    Last Entires in dev_rout
    NiHsLGetServName: found port number 0C.E3/3299 in cache
    NiIGetServName: port 0C.E3/3299 = servicename 'sapdp99'
    NiSelISelectInt: 1 handles selected (1 buffered)
    DATA from S3/2 (194.117.106.129) received
    NiBufISendErr: send ni-error rc -95 to hdl 3
    NiIWrite: hdl 3 sent data (wrt=259,pac=1,ROUT_IO)
    NiRCloseConn: closing S3/2
    NiICloseHandle: shutdown and close hdl 2 / sock 3
    NiICloseHandle: shutdown and close hdl 3 / sock 5

    only the release not patch level....
    However follow your oss open message.
    If oss don't respond you must insist sending other messages.
    Bye
    Edited by: Antonio Voce on Jul 22, 2008 7:20 PM

  • RFC adapter ,CPI  error

    hello..
    CPI-C error text: "failed to identify XML
    document:org.xml.sax.SAXParseException: Document root element is missing."
    is the error with RFC as adapter..im able to get the request but not the response...
    wot shud i do..?
    regards..
    pramod

    Hi Pramod,
    you can check your RFC mappings :
    /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    also check if the RFC is giving the right response
    (take values from XI payload)
    BTW
    you know that you have to use BPM (integration process)
    when you're using sync RFC don't you?
    Regards,
    michal

  • Error connecting SAP BW7.00/BI7.03 to R/3 4/7/6.20

    We recently installed SAPNW2004s from ERP2005 package with BI7.03 addon. Right now we are configuring the system to connect to R/3 system which is a 4.7 appl with 6.20 basis. I am getting below error on RFC connection setting via RSA1 t-code.
    "RFC user logon failed. Check the connection.
        Message no. R3077
    Diagnosis
        You tried to logon to BW using the RFC user. This action failed.
    System Response
        service 'sapgw01' unknown / CPI-C error CM_PRODUCT
    Procedure
        On the following screen, check the destination from the source system into BW. Make sure you entered the correct password."
    But I was able to reach R/3 system from bw system via ping test and viceversa. I know its not a password or user-id issue.
    We were successfully able to do the same setup  in SAPBW 3.5/BI 3.3
    Was there any compatibility issue here between SAPBW7.0 WITH R/3 4.7/6.20 ? OR AM I missing some thing. Pls help.
    Thanks
    Srini

    Hello,
    Please check an entry in the /etc/services file for sapgw01.
                                                             sapgw01    3302/tcp 
    Best regards,
    Daiva

  • Error in executing eCATT GUI Script

    Hi
    I am getting following error (in bold) while executing eCATT GUI Script. This happens only for GUI Scripts and not for TCD scripts. Please help me to solve this issue.
    <b>0000000195  Test Scrpt ZGUI_SCRIPT4 Version 1 - SECATT [Without Interruption]
    R01 800 SANDEEPK1 E 620 sapnw10 Windows NT MSSQL 26.05.2006 12:42:29
    ZGUI_SCRIPT4 [0,109 sec] Version 1 ZGUI_SCRIPT4
    Tgt System TEST_ECAT->ECATT_SAPNW10_800_E->T90CLNT090 (R01 800 ALEREMOTE E 620 sapnw10
    Windows NT MSSQL)
    Error in eCATT function SAPGUI
    Destination ECATT_SAPNW10_800_E RFC error
    service 'sapgw-1' unknown / CPI-C error CM_PRODUCT_SPECIFIC_ERROR.</b>
    Thanks in Advance.
    Regards,
    Sandeep K.

    Hi Sandeep,
        My self , Sreedhar D, working eCATT using SAPGUI recording.
        i think ur problem is resolved. Can u help for the below issue.
          Scenario:       
           And i working on testing server which does not have any trasaction, i have to record the transaction using RFC connection to different machine.
           I did all the that process and able to connect  remote machine.
          i started doing the recoding in SAPGUI after creation of sys. Data container by specifying RFC connection.
            I recorded the script, but when i try to execute the same this attached error r coming.
           But i recorded the same using TCD(Recorded) using remote connection and able to sucessfully execute.
           One more thing also, we used write the script for reading the test data from Excel and pass as parameters using TCD(Recording).
    Below is the error
         Target sys ECATT_SAPTD120_400_E_0002
         Destination ECATT_SAPTD120_400_E_0002 RFC Error
          Waiting for ur response. Thanks in Adavance.
    Sreedhar d

  • Error in the RFC Connection

    Hi Expert,
    First, I'm sorry if I post in the wrong thread.
    I have a problem when creating RFC Connection. I want to create RFC Connection between BW systems to R/3 System in SM59.
    I already insert the right IP Address to the target system, but when I test the connection, I got this error :
    host name 'SAP-BO-01' unknown / CPI-C error CM_PRODUCT_SPECIFIC_ERROR
    I already test the connection from BW to R/3 and vice versa, using ping in command prompt, and I got no problem. Also, I already create a log on to the target system, and it was successful, but the RFC Connection still error.
    Did you have any clue or solution about this?
    I really appreciate every helpful comment from you. Thank You...

    Hi
    Do you have mapping in the host file in the server? ask you basis team to check that.
    If you can ping the server, that means connection is fine, only thing is there might be some entry missing in hosts or services file in the server.
    During creation of RFC connection you can directly use the IP address also. as you said you are able to ping the server that means you got to know the IP address. Now use the below command to know the exact hostname.
    ping -a <IP_ADDRESS>
    Regards
    Anindya

  • Error while testing connection

    Hi
    i am trying to  configure an RFC destination, I am getting the error msg
    ""Program id" not registered. CPI-C error CM_ALLOCATE_FAILURE_RETRY"
    while testing the connection.
    How to register a program.
    Thanks

    Any suggestion pl

  • RFC Sender Error - R/3 4.6C

    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
    Regards,
    Luis Diego

    Hi Luis,
    There is a SAP note on this.. Please check note 634362.
    Hope this solves ur problem..
    cheers
    Prashanth
    P.S Please mark helpful answers

Maybe you are looking for

  • Cisco 886VA - Multiple PPPoE Line Load Balancing

    Dear Cisco Community, due to the need of increased bandwidth a customer ordered three ADSL6000/576Kbit lines from the same ISP. Dial-in is done with PPPoE and the IP is not static. - Is it possible to load balance between the three ISP lines with thi

  • HP 6313 ALL-IN-ONE

    My Hp 6313 All-in-one printer keep on saying paper jam but there is no paper any where in the printer, Can someone help Please

  • Macs in the Business World

    Hello all. New to the forum here, but I am going to be a sophomore finance major this fall and want to make the switch to Mac by buying a MacBook (most likely the base model). My question is, will I have trouble using a Mac in the business environmen

  • Changing Track Sequence in Playlists

    For some reason I'm finding that I can't change the track sequence in some playlists by just dragging a track to a different position. What's strange is that I can click and drag in some playlists but it doesn't work in others. Any help would be appr

  • Mac book pro quad core

    I was wondering if apple was ever going to come out with a quad core mobile computer and if you know if they are. Do you know when this will come out like will it be next year or two years from know? I would like to know this because Im thinking of b