cancel
Showing results for 
Search instead for 
Did you mean: 

partner not reached

Former Member
0 Kudos

Hello all,

We've a SAP server on a lan in a vmWare session. If if use the sapgui on the local host the connexion is ok and sap server is running.

On a loptop, under windows vista if I use sapgui 640, I've an error :

Partner net reached (host 192.168.10.1, service sapdp00)

Component NI (network interface)

release 640

version 37

Module nixxi_r.cpp

Line 8588

Method NiPConnect2

Return code -10

System Call SiPeekPendConn

Error N° 10061

Error text WSAECONNREFUSED : connexion refused

Counter 1

Does somebody can help me ?

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi have you solved this problem. I am having the same error message when I try to log on to EP6.0 installed in Win 2003 server. In mmc, everything is fine. I am able to log on to J2EE engine also. But when I try to log on to EP through SAP logon, I am getting the same error message. 

Can anyone give advice on this problem,

Thank You,

Priya

jayaprakashhj
Participant

well .try these-

-check for correct parameters on ur client sapgui.

-put the firewalls off (windows and antivirus) on both machines

-ping ur ip. to do this start--run-- cmd--ping <ip address of server>

-if u CAN'Tthen ask someone to troubleshoot ur hardware problems or device driver update needed.

-if u CAN then do the next

-reset windows socket to default ON UR CLIENT OS. and  to do this

The reset command is available in the IP context of the NetShell utility. Follow these steps to use the reset command to reset TCP/IP manually:

  1. To open a command prompt, click Start and then type CMD in the Search programs and files.
  2. Right-click CMD.exe icon in Programs and choose Run as administrator.
  3. When the User Account Control box pop up, click Yes.
  4. At the command prompt, copy and paste (or type) the following command and then press ENTER:netsh int ip reset c:\resetlog.txtNote If you do not want to specify a directory path for the log file, use the following command:netsh int ip reset resetlog.txt
  5. Reboot the computer.

-if u still hav problem then do this

start-run-cmd

cd\

c:\>telnet <ip address of ur server> <3200>

replace 3200 by other numbers  like 3299, 3300, 4800

are they listening?

one which listening is the port u should connect.

-if above didn't solve ur problem then do this ON UR SERVER SYSTEM

start-run-cmd

cd\

c:\>cd windows

c:\>windows\ cd system32

c:\windows\system32\cd drivers

c:\windows\system32\drivers\cd etc

c:\windows\system32\drivers\etc\ edit services

click on file-- find

find these entries in ur server one by one


sapdp00  3200/tcp

sapgw00  3300/tcp

sapgw00s        4800/tcp

sapms<UR SYSTEM ID>        3600/tcp

sapdp99         3299/tcp

If anyone is missing then just type it just by moving the cursor to last position

goto file save.

go to file exit.

restart SERVER.

try to connect.

if nothing worked then A BIG SORRY FROM MY SIDE.

All the best.