Connection to partner broken in SAP R/3 4.7

Hi all,
I am trying to connect R/3 4.7 server from SAP GUI 640 (patch 16).
I am able to login but when I execute transactions which extract data(heavy) eg. ST22, PFCG, ST03 , it is giving the below error.
<SID>: Connection to partner broken
Time  Thu Oct 15 13:00:15 1998
Component  NI (network interface)
Release   640
Version   37
Module   ninti.c
Line   789
Method   NiPRead(<IP Address>/sapdp00, hdl 2)
Return Code   -6
System Call   recv
Error No   10054
Error Text   WSAECONNRESET: Connection reset by peer
Counter   2
But I can access the same server from the same network in other system with same GUI version and patch level.
Can any one tell me the reason and the solution for this problem.
Thanks in advance
Regards
Eshwar

Hi Manas,
I have tried to ping using the given parameters in both the systems, but in both the systems I am getting Request timed out.
What can I do now???
Rgds
Eshwar

Similar Messages

  • "Connection to Partner Broken" Message

    I have a NW4 preview installation running on Linux.  I get the following message while trying to connect from a W2000 client.  I also cannot connect locally on the linux machine using the Java GUI.  I get a similar message.
    Here is the Windows message:
    [code]D:\Program Files\SAP\FrontEnd\SAPgui>niping -c -H server -S 3200
    Wed Feb 22 13:41:43 2006
    connect to server o.k.
    ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 1094]
    ERROR => NiTClientLoop: NiTReadLoop (rc=-6) [nixxtst.c    1851]
    ERROR       connection to partner broken
    TIME        Wed Feb 22 13:41:43 2006
    RELEASE     620
    COMPONENT   NI (network interface)
    VERSION     36
    RC          -6
    MODULE      ninti.c
    LINE        1094
    DETAIL      NiPRead (192.168.1.201/3200)
    SYSTEM CALL recv
    ERRNO       10054
    ERRNO TEXT  WSAECONNRESET: Connection reset by peer
    COUNTER     1
    *****************************************************************************[/code]
    Here is the Linux message.
    [code]/home/nw4/SAPClients/SAPGUI6.40rev6/bin $ ./guistart /H/local host/S/3200
    [Thr 1075193536] Thu Feb 23 08:55:12 2006
    [Thr 1075193536] *** ERROR => ***AgCom ConnectDirect m_bState FALSE (0x84c0af0): Error: partner not reached (host localhost, service 3200)
    Thu Feb 23 08:55:12 2006
    Release 640
    Component NI (network interface), version 37
    rc = -10, module nixxi_r_mt.cpp, line 8684
    Detail NiPConnect2
    System Call SiPeekPendConn
    Error No 111
    'Connection refused'
    [nixxi_r_mt.c 8684]
    ERROR #############################
    23.02. 08:55:12.770 ERROR: JniAgComAdaptor.connect failed
    ERROR #############################
    java.lang.Exception: Error: partner not reached (host localhost, service 3200)
    [/code]
    Any ideas on how to troubleshoot it would be appreciated

    Hi Jerry,
    The error 10054 as you indicated in your message, is normally due to an error of the TCP/IP connection between 2 nodes, which has been lost.
    There can be a variety of reasons for this from an incorrect termination of the connection on one side to physical network problems etc.
    Please check out following SAP OSS Notes for further information in service marketplace:
      155147  WinNT: Connection reset by peer
      413330  Network timeouts
      500235  Network Diagnosis with NIPING
    This could be due to hardware problems with the network, or to network problems. Please use the 'NIPING' tool to trace and check the network connection as per note 500235.
    You could ask your Network Administrator to ensure your network status is healthy.
    Hope this helps.
    Regards,
    Vincent Lim

  • Connection to partner broken error message

    Hi everyone,
    We have an issue with uploading of large files on NetWeaver 7.1 SP3 (it works fine for small files). After some time of upload running, the following exception is thrown:
    Caused by: org.jvnet.mimepull.MIMEParsingException: com.sap.bc.proj.jstartup.fca.FCAException: Cannot get InBuffer: -7 connection to partner broken.
         at org.jvnet.mimepull.MIMEParser.fillBuf(MIMEParser.java:416)
         at org.jvnet.mimepull.MIMEParser.readBody(MIMEParser.java:191)
         at org.jvnet.mimepull.MIMEParser.access$500(MIMEParser.java:62)
         at org.jvnet.mimepull.MIMEParser$MIMEEventIterator.next(MIMEParser.java:143)
         at org.jvnet.mimepull.MIMEParser$MIMEEventIterator.next(MIMEParser.java:117)
         at org.jvnet.mimepull.MIMEMessage.makeProgress(MIMEMessage.java:186)
         at org.jvnet.mimepull.DataHead$ReadMultiStream.fetch(DataHead.java:201)
         at org.jvnet.mimepull.DataHead$ReadMultiStream.read(DataHead.java:172)
         at java.io.InputStream.read(InputStream.java:89)
    Is it possible to tune the http service like in NW 6.4 version?
    Thanks,
    Radu

    Hi Shaji,
    we have two possibilities to upload large files:
    1. Using MTOM Web Services. Here we provided our own Web Services implementation layer based on JAX-WS 2.1.3 reference implementation. For larger files we got the “connection broken” exception, with the following NW related stack trace:
    Caused by: com.sap.bc.proj.jstartup.fca.FCAException: Cannot get InBuffer: -7 connection to partner broken.
         at com.sap.bc.proj.jstartup.fca.impl1.FCAConnection.nativeRead(Native Method)
         at com.sap.bc.proj.jstartup.fca.impl1.FCAConnection.read(FCAConnection.java:272)
         at com.sap.bc.proj.jstartup.fca.impl1.FCAInputStream.read(FCAInputStream.java:102)
         at com.sap.bc.proj.jstartup.fca.impl1.FCAInputStream.read(FCAInputStream.java:67)
         at com.sap.engine.services.httpserver.server.io.HttpInputStreamImpl.read(HttpInputStreamImpl.java:167)
         at com.sap.engine.services.httpserver.server.io.ChunkedInputStream.unchunkNext(ChunkedInputStream.java:95)
         at com.sap.engine.services.httpserver.server.io.ChunkedInputStream.read(ChunkedInputStream.java:57)
         at org.jvnet.mimepull.MIMEParser.fillBuf(MIMEParser.java:414)
    2. Using the HttpServletRequest input stream. In this case, the NW related stack trace is:
    Caused by: com.sap.bc.proj.jstartup.fca.FCAException: Cannot get InBuffer: -7 connection to partner broken.
         at com.sap.bc.proj.jstartup.fca.impl1.FCAConnection.nativeRead(Native Method)
         at com.sap.bc.proj.jstartup.fca.impl1.FCAConnection.read(FCAConnection.java:272)
         at com.sap.bc.proj.jstartup.fca.impl1.FCAInputStream.read(FCAInputStream.java:102)
         at com.sap.bc.proj.jstartup.fca.impl1.FCAInputStream.read(FCAInputStream.java:67)
         at com.sap.engine.services.httpserver.server.io.HttpInputStreamImpl.read(HttpInputStreamImpl.java:167)
         at com.opentext.ecm.services.streaming.impl.Streaming.read(Streaming.java:313)
    Again, it works well for small files.
    Thanks in advance,
    Radu

  • IDE:connection to partner broken

    what's the problem?how to solve it?help me,thanks!
    it popups a dialog box with messages as below everytime,a few minutes after i started up SE38(ABAP Editor):
    IDE:connection to partner broken
    Error Text WSAECONNRESET :Connection reset by peer
    Error No 10054

    Hi Snow
    That message is indicating that:
    Server Connection is Lost or Server is in DownTime Status.
    LogOff and try again or Contact your Basis Person.
    Regards,
    Sree

  • Sapxpg - connection to partner broken (SLD - SolMan)

    Hello,
    I've problem wtih my RFC-Connection SAPXPG_DBDEST_<host>.
    To collect data for dba-cockpit, we need a RFC-Connection between SolMan and SLD:
    RFC Destination     SAPXPG_DBDEST_HBMESA5A
    Connection Type  T  TCP/IP Connection                 Description
    Description 1       sapxpg
    Program               sapxpg
    Target Host          hbmesa5a......
    Save as               10.0.61.86
                                     20     Defined Value in Seconds
    Gateway Host        hbmesa5a......
    Gateway service:   sapgw00
    Gatway is running correct.
    Connection Test gives result:
    Logon     Cancel
    Error Details     connection to partner '127.0.0.1:0' broken / CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 t
    Error Details     ERROR: connection to partner '127.0.0.1:0' broken
    Error Details     LOCATION: SAP-Gateway on host hbmesa5a / sapgw00
    Error Details     DETAIL: NiIRead: 127.0.0.1:0
    Error Details     CALL: recv
    Error Details     COMPONENT: NI (network interface)
    Error Details     COUNTER: 9655
    Error Details     MODULE: nixxi.cpp
    Error Details     LINE: 4702
    Error Details     RETURN CODE: -6
    Error Details     SUBRC: 0
    Error Details     RELEASE: 711
    Error Details     TIME: Fri Feb  4 17:28:20 2011
    Error Details     VERSION: 39
    rfc-connection from our solution manager to the target host.
    Could anyone give us advice? Thanks in advance
    Best Regards
    Gerry Vanek
    Edited by: Gerry Vanek on Feb 4, 2011 5:34 PM

    Hello,
    we fixed the problem. Really simple when you know ...;()
    We deleted the existing RFC-Connection and created a new one with the same parameters.
    After that the connection works fine. The RFC had the problem, probably a corrupted entry in the table.
    Best regards
    Gerry Vanek
    Edited by: Gerry Vanek on Feb 25, 2011 3:37 PM

  • SAPROUTER -  connection to partner broken

    Hi gurus,
    I log to my company using a saprouter (the distance from my office is 300 Km).
    All seems to work fine, the only problem (big problem) is that the connection is broken very frequently: I think that the average period lasts 10 minutes. This is the error:
    DV1: connection to partner '195.223.140.219:3299' broken
    Component     NI (network interface)
    Release     710
    Version     39
    Module     nixxi.cpp
    Line          4554
    Method     NiRead
    Return Code      -6
    System call     recv
    Error No     10054
    Error text     WSAECONNRESET: connection reset by peer
    Counter     1
    What could be the reason?
    I think that the saprouter string is correct because I can log to the system. Also the internet connection seems stable ...
    Thanks a lot
    Guido

    hi guido,
    it seems that you have low quality network connection with your SAP server. Check your connection first.
    ardhian
    http://sapbasis.wordpress.com

  • Connection to partner broken

    Situation: Can not execute transaction "PPOM"
    Network diagnosis: data packets lost
    Solution:
        1. move VPN end point from Cyberguard to Cisco VPN
    concentrator (3020).
        2. add a new public IP network to avoid having to NAT

    Hi Nick,
       GWSERV=3299 is wrong. It should be GWSERV=33XX, either you are specifying wrong parameters for connection or your services file (<windows>/system32/drivers/etc/services) has wrong entry , it should have entries like -
    sapgw00          3300/tcp
    sapgw01          3301/tcp
    sapgw02          3302/tcp
    sapgw03          3303/tcp
    Typically you will use sapgw00.
    Cheers,
    Sanjeev

  • Partner Broken

    Hello Guys
    I have a peculiar problem.Our CRM server is located in the US.We have a (UK) team working during the day and another team working during the night.There is no problem with the system during the day.I mean the connectivity.Unfortunately, during the night, if there is no activity on the GUI for more than 30 secs, there is an error message and the connection is lost.
    The following is the errror message.
    E11 : Connection to partner broken
    WSAECONNRESET : Connection reset by peer
    Error No : 10054
    Could anyone please tell me what the reason could be ? I tried different solutions like,dabbling a few screens like RZ10 and others.But none of my efforts are fruitful.
    I once again request you to help me in this matter.
    Thanks
    Alicia

    Hi Daniele,
    Seems like the way you are trying to give the IP Address to connect to SAP seems fishy...
    Connect_PM GWHOST=/H/62.94.80.149/S/3299/H/10.1.14.251, GWSERV=sapgw00, ASHOST=/H/62.94.80.149/S/3299/H/10.1.14.251, SYSNR=00
    This error message states that the way you are trying to connect is wrong. Router specification with the IP address is wrong. I would say try to get in touch with your basis team  the correct IP to connect to the SAP system.
    Ravi

  • Connection to partner  Borken

    Hi
    I have created R/3 System in Portal. I tested it and it is successful. But when i am testing this system using Support tab in portal where i have given System , Tansaction Code and SAP GUI Type -- SAP GUI for Windows. i am getting
    " Connection to Partner Broken" Error. How to resolve this.
    Regards
    Sowmya

    Hi,
    go through this links, you may find the solution
    Re: Connection error with portal to R3 .
    Portal and BI system connection
    regards,
    Pradeep

  • RFC2SOAP error : connection to partner 'loopback:0' broken / CPIC-CALL:

    Hi all,
       現在有一個RFC2SOAP的Scenario,在PI7.1的PRD里面,以前一直都OK,昨天下午開始報錯,錯誤信息如下:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30"
    xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="MAPPING">JCO_SYSTEM_FAILURE</SAP:Code>
      <SAP:P1>connection to partner 'loopback:0' broken / CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 th</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>&quot;SYSTEM FAILURE&quot; during JCo call. connection to partner &#39;loopback:0&#39; broken / CPIC-CALL: &#39;ThSAPCMRCV&#39; : cmRc=20 th</SAP:Stack>
      <SAP:Retry>A</SAP:Retry>
      </SAP:Error>
       在網上查了很多資料,都沒搞清楚到底是什么問題。
        請高手指點,謝謝!
    Thanks,
    Rubens

    这个错误看起来像是底层的通讯错误,应该和场景配置没关系,你可以SM59测试一下RFC AI_RUNTIME_JCOSERVER 是否正常,或者重启一下server试试看?

  • Connection to partner "10.110.10.214:3343' broken

    Hi all,
    My EP 7.0 is connected to ECC 6.0
    When I click on 2 iviews, i get 2 different errors
    ERROR 1 - 500 Internal Server Error on the timesheet iview
    ERROR 2 - com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Unrecognized User , error key: RFC_ERROR_SYSTEM_FAILURE
    -->. When I look in to default trace I get the following error -
    ERROR       connection to partner '10.110.10.214:3343' broken
    TIME        Sun Nov 23 15:20:13 2008
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -6
    MODULE      nixxi.cpp
    LINE        4424
    DETAIL      NiIRead
    SYSTEM CALL recv
    ERRNO       10054
    ERRNO TEXT  WSAECONNRESET: Connection reset by peer
    COUNTER     4
    I checked -
    Checked Hosts file and Services file in Windows (EP  side). Did not check anything on ECC (AIX system)
    SLD - is running
    In Visual Admin, Tested the CIMClientTest - it works
    JCO RFC connections - Can ping, test
    RZ70 - Tested ok. Can do SLD data transfer
    SM59 on R3 - checked SLD_NUC and SLD_UC - connection test successful.
    Please let me know if any of you guys can help ...

    Just wanted to note that port 3343 is reserved for Microsoft Cluster Service (since this is going to the remote system that probably would not affect the connection).
    You might want to check the gateway log on the ECC box (transaction SMGW) to see if any connection issues are showing up there.
    Hope that helps.
    J. Haynes

  • Connection to partner 'seccprd-be:sapgw00' broken

    Hi All,
    We are facing  tRFC queue in error in TC SM58.
    error is connection to partner 'seccprd-be:sapgw00' broken
    Error is like that:
    Caller    :-DEVELOPER
    Function Module  :- IDOC_INBOUND_ASYNCHRONOUS
    Target System       XXXCLNT200
      Date    xxxxxxx
      Time    xxxxxx
       Status Text1 Utente bloccato (informare il responsabi
    Any Suggestion
    Regards
    Gagandeep

    Hi,
    Utente bloccato
    The user that you are using to authorize the RFC connections is blocked. Unlock the user in target system and make sure that the password provided in your system in sm59 is correct (by testing the connection).
    Hope this helps,
    Greg

  • Connection to partner HOST:PORT Broken

    Hi Experts,
    When I am working with screen painter If I open screen painter layout its not opening properly(Its opening in alpha numeric mode) and shows Connection to partner HOST:PORT broken. If I open in my colleagues system with my user  id its working fine.How to resolve this problem.

    try restart your system and see. It could be temporary network bottleneck.
    Regards,
    Vincent

  • Connection to partner timed out

    A user is getting 'Connection to partner timed out' error. However, it is not consistent.

    Hi Shpava
    This is a common feature, when the user remains idle for morethan default time set in profile parameter, timeout session occurs
    If you want more details on it
    Please refer the below thread
    /thread/293857 [original link is broken]
    For your web service in SICF transaction, double click the service
    ex: default_host/sap/bc/webdynpro/scf/
    Service name: snc_s
    Under service tab, there is session time out option
    Always the default setting parameter is given top priorirty, so please set it accordingly, ask any admin guy he would help you thru...
    rdisp/plugin_auto_logout and
    icm/keep_alive_timeout.
    Best Regards
    Vinod

  • Connection to partner timed out after 60s

    Hi,
    I have a scenario HTTP to RFC. Where the user posts the data using the URL I have provided to get the response back from SAP system.
    Everything is working fine. But today we had a strange problem. When the user tries to post the data to integration server he is getting the response as below,
    SAP Web Application Server
    ==========================
    500 Connection timed out (-5)
    Error: -5
    Version: 6040
    Component: ICM
    Date/Time: Mon Oct 22 05:01:00 2007
    Module: icxxthr_mt.c
    Line: 2603
    Server: ABCD_XWD_11
    Detail: Connection to partner timed out after 60s
    But after some time its working fine (without doing anything) without any problem. I am searching for the root cause of this problem. Any ideas on this?
    Please help me out in this.
    Thanks in advance,
    Prasad Babu.

    The target system might be too busy to accept any new requests and that the reason it gave the error message.
    VJ

Maybe you are looking for

  • Adobe application manager not working properly

    First, If I'm in the wrong forum, please let me know and I'll re-create this entry in a better location.  I've been a user of Elements 10 since it came out but now with my new camera I would like to try Elements 13.  It was a struggle, but I finally

  • Page  up and down in RF programming

    Dear All, I am using RF programming, in one of the screen i am displaying maximum four rows with data. My requirement is by default the cursor will appear on the first line, so i need to provide the provision to user so that if he selects page down c

  • StageVideo application crash on mobile devices.

    Hello everyone. The last few months, I've been having trouble with StageVideo on selected Android devices and as of today on all iOS 7 devices. When I try to switch between the currently playing video and a new one, after a random number of toggles,

  • I too am having problems with

    I have a soundblaster 5. audio card and Logitech X530 5. speakers. Center, front left, front right, and sub all work. Rear speakers have no sound. When I enter the Creative Sound Mixer, I only have option for 2. speakers. I have tried updating soundb

  • What are the steps doing a performance tuning for pertcular program

    What are the steps doing a performance tuning for pertcular program