cancel
Showing results for 
Search instead for 
Did you mean: 

Connection Refused

Former Member
0 Kudos

Dear All,

Kindly give me the solution for the below error.

Recently I installed SAP Netweaver 7.01 ABAP Trial Version during the Logon I am getting an error said

Partner '127.0.0.1:sapdp00' not reached

Component NI (network interface)

Release 710

Version 39

Module nixxi.cpp

Line 2985

Method NiPConnect2

Return Code -10

System Call connect

Error No 10061

Error Text WSAECONNREFUSED: Connection refused

Counter 1

Regards,

Ved Vichare

Accepted Solutions (0)

Answers (3)

Answers (3)

tim_buchholz
Active Participant
0 Kudos

Dear Ved,

this states that no process is picking up the phone on 127.0.0.1 port sapdp00. As stated below, check what sapdp00 resolves to, e.g. by runnin 'niping -v -S sapdp00' and then make sure that you have a system with instance number 00 running on localhost. Maybe you did not use the correct instance number?

Best Regards,

Tim

former_member603052
Contributor
0 Kudos

Hi Ved,

1. Check your Hosts file conatins your IP Address and Hostname.

2. Check for the service sapdp00 exists in services file or not.If commented...remove the comment(i.e #)

3. Also check whether your dispatcher is running or not through the command Telnet Hostname 3200 in command prompt.

If it displays blank screen means your dispatcher is running ...else if it shows connecting to ....means its not running.

Regards,

Kalyan

former_member185031
Active Contributor
0 Kudos

Partner '127.0.0.1:sapdp00' not reached

it means that your system didnot have either in network or no loopbak adapter is intalled into your system, so it is not able to communicate.

Regards,

Subhash

Former Member
0 Kudos

Dear Subhash,

Thanks for the reply bu my Loopback is connected, still I am facing the problem.

Regards,

Ved

former_member185031
Active Contributor
0 Kudos

So are you able to ping the loopback IP, and did you enter the same IP adress as well as hostname in hosts file, and also make sure yhat your firewall is turned off.

Regards

Subhash

Former Member
0 Kudos

Everything is there whtever you have suggested me still I am facing the problem.

Regards,

Ved.

Former Member
0 Kudos

Hello Ved,

Check whther an entry of sapdp00 is maintained in services file or not?

Rohit

former_member185031
Active Contributor
0 Kudos

open command prompt

telnet <Server IP> <3600>

Are you able to connect from this, if yes then you can connect from GUI

Regards,

Subhash