Monthly Archives: February 2006

SAP – SAPGUI Service ‘sapdp00′ unknown

If suddenly SAPGUI stops connecting to the all SAP servers with the error:

Service ‘sapdp00′ unknown
Component: NI
Release: 640
Version: 37
Module: ninti.c
Line: 505
Method: NiPGetServByName2: service ‘sapdp00′ not found
Return code: -3

System Call: getservbyname_r
Counter: 1

Usually this is caused by a registry problem. Regedit the following key:


HKLM\SYSTEM\Services\Tcpip\Parameters

or

HKLM\System\CurrentControlSet\Services\TCPIP\Parameters\DatabasePath


The key DataBasePath should be of type "REG_EXPAND_SZ".
If it’s not, the easiest workaround is to replace %SystemRoot% in the data of the key with C:\WINDOWS (or whatever %SystemRoot% is in your system).


If’ve read in a couple of forums that this change is usually caused by MSN Messenger.


P.S. 2006-05-02: A new SAPNote 882741 deals with this problem.