Enrolling certificates error
Hi,
I´m trying to enroll certificates but I get the error saying RPC server unavailable
Also running the certutil ping below gives an error.
C:\Windows\system32>certutil -ping -config corp\servername
Connecting to domain\servername ...
Server could not be reached: Class not registered 0x80040154 (-2147221164)
CertUtil: -ping command FAILED: 0x80040154 (-2147221164)
CertUtil: Class not registered
C:\Windows\system32>
Any ideas?
Regards
Niklas
October 2nd, 2011 2:00am
Hello,
RPC errors often belong to firewall problems, please check the port overview:
http://technet.microsoft.com/en-us/library/dd772723(WS.10).aspx
Additional assure to use only domain DNS servers on the machines NIC and none else.
Also check:
http://www.eventid.net/display.asp?eventid=13&eventno=2719&source=autoenrollment&phase=1Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
October 2nd, 2011 11:57am
Hi,
I´m trying to enroll certificates but I get the error saying RPC server unavailable
Also running the certutil ping below gives an error.
C:\Windows\system32>certutil -ping -config corp\servername
Connecting to domain\servername ...
Server could not be reached: Class not registered 0x80040154 (-2147221164)
CertUtil: -ping command FAILED: 0x80040154 (-2147221164)
CertUtil: Class not registered
The Config parameter is wrong it should be:
-config Machine\CAName
The RPC error is not always a communication error so you need to check:
The requester has read and enroll permission on the template The requester has request certificate permission on the CA it self The CA server has read permission on the certificate template RPC communication is working
/Hasain
October 3rd, 2011 1:30am
Hi,
I´m trying to enroll certificates but I get the error saying RPC server unavailable
Also running the certutil ping below gives an error.
C:\Windows\system32>certutil -ping -config corp\servername
Connecting to domain\servername ...
Server could not be reached: Class not registered 0x80040154 (-2147221164)
CertUtil: -ping command FAILED: 0x80040154 (-2147221164)
CertUtil: Class not registered
The Config parameter is wrong it should be:
-config Machine\CAName
The RPC error is not always a communication error so you need to check:
The requester has read and enroll permission on the template The requester has request certificate permission on the CA it self The CA server has read permission on the certificate template RPC communication is working
/Hasain
Free Windows Admin Tool Kit Click here and download it now
October 3rd, 2011 8:21am
All those things I have checked and no firewall and only domain DNS servers are used.
October 4th, 2011 7:25pm
Now I feel a bit embarrassed, it sure helped writing the correct parameters.
Thanks!
Free Windows Admin Tool Kit Click here and download it now
October 4th, 2011 7:33pm