Certificate Services Does Not Start After You Upgrade to Windows 2000 Service Pack 4 (825061)
The information in this article applies to:
- Microsoft Windows 2000 Server SP4
- Microsoft Windows 2000 Datacenter Server SP4
- Microsoft Windows 2000 Advanced Server SP4
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows Registry SYMPTOMSWhen you restart your computer after you upgrade to Windows 2000 Service Pack 4 (SP4), the Certificate Services service (CertSvc) does not start. Additionally, one or more of the following events may appear in the application log of Event Viewer: Event Type: Error
Event Source: CertSvc
Event ID: 100
Description: Certificate Services did not start: Could not load or verify the current CA
certificate. Enterprise-Sub The revocation function was unable to check revocation
because the revocation server was offline. 0x80092013 (-2146885613).
For more information, see Help and Support Center at
<http://support.microsoft.com>.
Event Type: Error
Event Source: CertSvc
Event ID: 48
Description: Revocation status for a certificate in the chain for CA certificate 0 for
Enterprise-Sub could not be verified because a server is currently unavailable. The
revocation function was unable to check revocation because the revocation server
was offline. 0x80092013 (-2146885613).
For more information, see Help and Support Center at
<http://support.microsoft.com>.
Event Type: Error
Event Source: CertSvc
Event ID: 7024 Description: The Certificate Services service terminated with service-specific error 2148081683
(0x80092013).
For more information, see Help and Support Center at
<http://support.microsoft.com>.
CAUSEThis issue occurs because a valid Certificate Revocation List (CRL) for one or more of the intermediate certification authority (CA) certificates could not be found. This issue may occur if the CRL is not available to the certificate server, or if the CRL has expired.
WORKAROUNDTo work around this issue, use one of the following methods, as appropriate to your situation. Method 1: Make Sure That a Valid CRL Is Available Take steps to make sure that a valid CRL is available. This is the optimal workaround for this issue. Method 2: Modify the LogLevel Registry Value If this CA is an offline CA and has no access to the network to obtain the CRL, set the LogLevel registry value to 2. This registry change permits the CA to start by ignoring the revocation offline error. To set the LogLevel registry value, follow these steps: - Click Start, click Run, type cmd in the Open box, and then click OK.
- Type the following command, and then press ENTER:
certutil.exe -setreg CA\LogLevel 2
The following results are returned:<myCA>\LogLevel:
Old Value:
LogLevel REG_DWORD = 3 (3)
New Value:
LogLevel REG_ DWORD = 2 (2) - Restart the Certificate Services service. To do so, type the following commands (press ENTER after each command):
net stop certsvc net start certsvc - Close the command-prompt window.
Modification Type: | Major | Last Reviewed: | 9/22/2006 |
---|
Keywords: | kbprb KB825061 kbAudITPRO |
---|
|