cancel
Showing results for 
Search instead for 
Did you mean: 

Please help me: i got this error -> service 'sapdp00' uknown

Former Member
0 Kudos

Hi friends,

I'm trying to log on with SAP, and after i do double click in a system using sap logon, an error occurs:

service 'sapdbp00' unknown

-


time xxxx

component NI(network interface)

realease 640

version 37

module ninti.c

line 494

method NipGetServByName2: service 'sapdp00' not

found

return code -3

system call getservbyname_r

counter 1

I don't know what could be happend.

Could you please help me?

I review th files: host and services in C:\WINDOWS\system32\drivers\etc

And the service exist:

sapdp00 3200/tcp

Regards!!!

Thanks!!!

Albio.-

Message was edited by: Albio Vivas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check whether your SAP is up and running ..

Thanks

prince

Former Member
0 Kudos

Hi Prince,

Yes, SAP is up and running...

Actually, i was working perfectly... but i don't know what happend... and that error appears...

What could be?

Albio.-

Former Member
0 Kudos

Looks like it can't connect to dispatcher. Are you working on the server itself? else check the network connections to SAP .

Former Member
0 Kudos

Well.

I did a ping to the server, and i can reach it...

I'm not working on the server itself...

Albio

Former Member
0 Kudos

use this in commandline and see the error its returing

niping -v -S <service name>

Thanks

prince

Former Member
0 Kudos

Hi Jose,

I execute that command and this is the output:

C:\>niping -v -S sapdp00

Hostname/Hostaddr verification:

===============================

Hostname of local computer: amvivas (NiMyHostName)

Lookup of hostname: amvivas (NiHostToAddr)

--> IP-Addr.: xxx.xx.12.41

Lookup of IP-Addr.: xxx.xx.12.41 (NiAddrToHost)

--> Hostname: amvivas

Lookup of hostname: localhost (NiHostToAddr)

--> IP-Addr.: 127.0.0.1

Lookup of IP-Addr.: 127.0.0.1 (NiAddrToHost)

--> Hostname: localhost

Lookup of IP-Addr.: 127.0.0.1 (NiAddrToHostCanon)

--> Hostname: localhost

Servicename/Serviceport verification:

=======================================

Lookup of service: sapdp00 (NiServToNo)

Thu Apr 06 07:39:10 2006

***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]

***LOG Q0A=> NiIServToNo, NiPServToNo ( sapdp00) [nixxi.c 2624]

--> **** FAILED ****

What could this mean?

Thanks,

Albio

achim_hauck2
Active Contributor
0 Kudos

check your "services" file, if the service sapdp00 is listed there (you actually mean <b>sapdp00</b> and not sapd<b>b</b>p00...?)

you can find it at:

Unix: /etc/services

Windows: <windir>/system32/drivers/etc

the entry should look like:

sapdp00 3200/tcp

kr, achim

Former Member
0 Kudos

Hi.

I searched this error in sapfans' forum, and this solve the problem:

-


Author: MDaponte@GMail.com

Posted: Wed Sep 14, 2005 7:29 pm Post subject:

I had the same problem. In my machine this is the key and the value to make it work:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

Value Name: DataBasePath

Value Data: c:\Windows\System32\drivers\etc

-


Instead of c:\Windows\System32\drivers\etc

I had: %SystemRoot%\System32\drivers\etc

I'm not sure what happend, because if in command window i execute:

echo %SystemRoot%

the output it's : "windows"

Well... just making that change in register... the sap logon works again!

Regards,

Albio.-