Directory Service will be unable to respond to any RPC requests

  • Thread starter Thread starter Ken Tech
  • Start date Start date
K

Ken Tech

I got the following error in my Domain Controller, any one know how to
resolve it?

Event Type: Error
Event Source: NTDS General
Event Category: Internal Configuration
Event ID: 1656
Date: 3/9/2546
Time: 6:46:54
User: Everyone
Computer: SUN
Description:
The Directory Service was unable to find any RPC protocol sequences
installed on this computer, failing with error 1719. The Directory Service
will be unable to respond to any RPC requests as long as this condition
persists.

My DC server RPC service is running and dcom patch to protect from the
blaster worm has been applied.


Thanks,
Ken
 
This can occur if there are registry entries missing from
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\ClientProtocols. You can manually
repopulate the information or you can try removing and reinstalling "File
and Print Services".


--
Tim Hines, MCSE, MCSA
Windows 2000 Directory Services

=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
The values in the registry should be:
"ncacn_np"="rpcrt4.dll"
"ncacn_ip_tcp"="rpcrt4.dll"
"ncadg_ip_udp"="rpcrt4.dll"
"ncacn_nb_tcp"="rpcrt4.dll"
"ncacn_http"="rpcrt4.dll"

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), Windows MVP
(e-mail address removed)
http://ladava.com
 
Back
Top