Certificate Authority Service Does Not Start When Remote Share Is the Specified Location for the Database and Log Files (254154)



The information in this article applies to:

  • Microsoft Windows 2000 Server

This article was previously published under Q254154

SYMPTOMS

When you install Microsoft Windows 2000 Server, the Certificate Authority service does not start.

CAUSE

This behavior occurs when a remote network share is specified as the location for the Certificate Authority database, log files, or both.

RESOLUTION

Use Certutil.exe to change the database path to a local device:
  1. Log on as a local administrator.
  2. At a command prompt, type certutil -setreg dbdirectory "C:\windows\system32\certlog", and then press ENTER.

    Note In this procedure, "C:\windows\system32\certlog" can be replaced with any valid local path.
  3. At a command prompt, type certutil -setreg DBLogDirectory "C:\windows\system32\certlog", and then press ENTER.
  4. At a command prompt, type certutil -setreg DBSystemDirectory "C:\windows\system32\certlog", and then press ENTER.
  5. At a command prompt, type certutil -setreg DBTempDirectory "C:\windows\system32\certlog", and then press ENTER.

Modification Type:MajorLast Reviewed:5/14/2003
Keywords:kbprb KB254154