The Cryptographic Services service failed to initialize the Catalog Database. The ESENT error was:-1032
Resolve Repair the system catalog database
The system catalog database is stored in the
%windir%\system32\catroot2 folder, where
%windir% is the folder in which Windows was installed. If the system catalog database is corrupt, you can repair it by using the Esentutl command-line tool. The steps for using the Esentutl command-line tool are included in the "Repair the catalog database by using Esentutl" section. If Esentutl cannot repair the catalog database, you can create a new one by following the procedure in the "Create a new catroot2 folder" section or the "Create a new catroot2 folder by using the command prompt" section.
Caution: When you remove the catroot2 folder by using the "Create a new catroot2 folder" section, Windows will automatically recreate it. However, Windows will not recreate the catroot folder if it has been modified. Modifying the contents of the catroot folder can cause your computer to be unusable.
To perform these procedures, you must be a member of the local
Administrators group, or you must have been delegated the appropriate authority.
Repair the catalog database by using Esentutl
To repair the catalog database by using Esentutl:
- Click Start, point to All Programs, and then click Accessories.
- Right-click Command Prompt, and then click Run as administrator.
- If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
- In the command prompt window, type net stop cryptsvc to stop Cryptographic Services, and then press ENTER.
- Type esentutl /p <%systemroot%>\System32\catroot2\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\catdb, and then press ENTER. By default, %systemroot% is located at C:\Windows.
- Click OK to confirm that you should run this tool only on databases that are corrupt.
- If Esentutl reports that the catalog database is still corrupt, you should use one of the following procedures to create a new catroot2 folder.
- Type net start cryptsvc to start Cryptographic Services, and then press ENTER.
Create a new catroot2 folder
To create a new catroot2 folder:
- Click Start, point to Administrative Tools, and then click Services.
- Right-click Cryptographic Services, and then click Stop.
- Click Start, and then click Computer.
- Navigate to %systemroot%\System32. By default, %systemroot% is located at C:\Windows.
- Rename the catroot2 folder to catroot2.old.
- In the Services snap-in console, right-click Cryptographic Services, and then click Start.
Create a new catroot2 folder by using the command prompt
To create a new catroot2 folder by using the command prompt:
- Click Start, point to All Programs, and then click Accessories.
- Right-click Command Prompt, and then click Run as administrator.
- If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
- In the command prompt window, type net stop cryptsvc, and then press ENTER.
- Type ren <%systemroot%>\System32\catroot2 catroot2.old, and then press ENTER. By default, %systemroot% is located at C:\Windows.
- Type net start cryptsvc, and then press ENTER.
- Type exit, and then press ENTER to close the command prompt window.
Verify
You can verify the integrity of the security catalog database by using the Esentutl command-line tool.
To perform this procedure, you must be a member of the local
Administrators group, or you must have been delegated the appropriate authority.
To verify the integrity of the security catalog database:
- Click Start, point to All Programs, and then click Accessories.
- Right-click Command Prompt, and then click Run as administrator.
- If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
- In the command prompt window, type net stop cryptsvc to stop Cryptographic Services, and then press ENTER.
- Type esentutl /g <%systemroot%>\System32\catroot2\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\catdb, and then press ENTER. By default, %systemroot% is located at C:\Windows.
- If the integrity check on the security catalog database is successful, Integrity check successful will be displayed in the command prompt window.
- Type net start cryptsvc to start Cryptographic Services, and then press ENTER.
OK so you see the opening sentence of this post? This was the message in one of the logs that are on my zip file above so I looked for a solution. This is the one I found and attempted to use. But when I tried to test the integrity of the cryptsvc Access was denied.
I'm really in a state of confusion now because I was operating as Administrator in the command prompt window but Access is denied. How am I supposed to work around that? Any suggestions? O and thanks Maguscreed, I tried to install the program you suggested but access was denied there too. It downloaded fine, but I can't install it.