(Michael Pollards answer was helpful, but I ran into a deeper problem because the ntds.dit database was corrupt).
- Open a Command Prompt (Win-R, CMD, Enter). Type NTDSUTIL and press Enter.
- Type activate instance ntds and press Enter.
- Type Files and press Enter.
- Type Info and press Enter. Verify the folder is actually C:\Windows\NTDS.
- Type Compact to
and press Enter. I created C:\Windows\NTDS\Temp and used that. - Copy the new file Ntds.dit in the temp folder over top of the old one in NTDS, and delete all the *.log files.
However, when trying to compact the database, I received basically the error:
could not initialize the jet engine error 501
Very helpful, and I was able to boot the domain controller.
Created a 'temp' folder in the c:\windows\ntds folder.
Copied the ntds.dit file to that temp folder.
Ran the commands below:
- Type: esentutl /g c:\windows\ntds\ntds.dit
- This will perform an integrity check, (the results indicate that the jet database is corrupt - ok)
- Type: esentutl /p c:\windows\ntds\ntds.dit
- Agree with the prompt
Rebooted and system was up an running.
This worked for me! Thank You very,very much!
ReplyDeleteworked great!
ReplyDeleteGreat Buddy
ReplyDelete