Install SQL 2005 error

SQL Server installer cannot get system account information for ASPNET account  

2010-01-15 09:16:52 | Category: SQL00/05 | Tag: | Font Size Large, Medium and Small Subscription 

I installed SQL Server 2005 a few days ago, and there were 2 errors. Finally, I found a solution on the Internet, and now I will sort it out.

Error one:

SQL Server Installer Failed to Get System Account Information for ASPNET Account - Drowned Fish - Drowned Fish

Solution:

Uninstall and reinstall it with the aspnet_regiis utility.
The specific operations are as follows:
Enter CMD:

Enter cd c:\windows\microsoft.net\framework\v2.0.50727 , enter this folder directory, run aspnet_regiis -u to uninstall
and then run aspnet_regiis -i to reinstall, the above problem can be solved.

Error two:

SQL Server Installer Failed to Get System Account Information for ASPNET Account - Drowned Fish - Drowned Fish

Solution:

At this time, you can pause the installation, do not click abort, ignore, and do not click cancel.

Follow the steps below

1. Delete the key in the registry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC

HKEY_CLASSES_ROOT\CID

2. Use cmd to stop the MSDTC service: net stop msdtc

3. Use cmd to uninstall the MSDTC service: msdtc -uninstall

4. Use cmd to reinstall the MSDTC service: msdtc -install

Click Retry to continue the installation.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326773955&siteId=291194637