Return to site

Microsoft Sql Server 2005 Express

broken image


From the Microsoft Download website for SQL Server 2005 Express Edition Service Pack 2, there are two setup file: SQLEXPR32.EXE and SQLEXPR.EXE. To add SQL Server 2005 Express Edition SP2 (x64) as prerequisites in your setup project, we could download the file SQLEXPR.EXE to your file system, and choose it via the option 'Download prerequisites. It also describes the options that are available for customers who are using SQL Server 2005. Microsoft SQL Server 2005 (the release version and service packs) and earlier versions of SQL Server are not supported on Windows 10, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8. Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332) Cannot get it installed. Windows XP IT Pro Windows XP Service Pack 3 (SP3).

Symptoms

Sql

When you try to install Microsoft SQL Server 2005 Service Pack 1 (SP1), later SQL Server 2005 service packs, or a SQL Server 2005 hotfix package, SQL Server 2005 Database Services or SQL Server 2005 Analysis Services may not be installed successfully. Additionally, the following error message may be logged in the Setup log file:

Error 29528. The setup has encountered an unexpected error while Setting Internal Properties. The error is: Fatal error during installation.

Cause

This issue occurs because of one of the following reasons:

  • An operation has removed the local groups for the initial installation of SQL Server 2005.

  • An operation has changed the security identifiers (SID) for the local groups.

Workaround

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

322756 How to back up and restore the registry in Windows

For a stand-alone installation of SQL Server 2005

  1. Locate the following registry subkeys that store SID values for the SQL Server instance experiencing the problem. Each key contains a value which should be the SID for the local groups configured when the SQL Server instance was initially installed.

    • HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerMSSQL.XSetupSQLGroup

    • HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerMSSQL.XSetupAGTGroup

    • HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerMSSQL.XSetupFTSGroup

    • HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerMSSQL.XSetupASGroup

    Note In these registry subkeys, MSSQL.X is a placeholder for the corresponding value on a specific system. You can determine MSSQL.X on a specific system by examining the value of the MSSQLSERVER registry entry under the following registry subkey:

    HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerInstance NamesSQLFor any local groups that have been removed, you should delete the registry subkey. For any local groups for which the SID has been changed you should change the value of the registry subkey to the value of the new SID. You can obtain the SID values by using the PsGetSid command prompt utility. The names of the local groups resemble the following:

    SQLServer2005MSFTEUser$ComputerName$InstanceNameYou can obtain the name from the Local Users and Groups node in the Computer Management console.
    For more information about how to obtain the PsGetSid command prompt utility, visit the following Microsoft Web site:

  2. Reinstall the SQL Server 2005 service pack or the SQL Server 2005 hotfix package.

For a clustered instance of SQL Server 2005

  1. Follow step 1 in the procedure for a stand-alone installation of SQL Server 2005.

  2. Reinstall the clustered instance of SQL Server 2005.

  3. Reinstall the SQL Server 2005 service pack or the SQL Server 2005 hotfix package.

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the 'Applies to' section.

Microsoft Sql Server 2005 Express

More Information

The initial installation of SQL Server 2005 creates local groups and stores the SID settings for the local groups in the registry. However, the local groups or the SIDs may be removed or changed when you perform the following operations:

  • Install the Active Directory directory service on a member server.

  • Remove Active Directory from a domain controller.

Microsoft Sql Server 2005 Express Edition Service Pack 4


You may find an error message that is similar to the following in the setup log files:

Microsoft Sql Server 2005 Express Edition

GetServiceUserGroup failed for , 5
Error Code: 0x80070534 (1332)
Windows Error Text: No mapping between account names and security IDs was done.
Source File Name: sqlcasqlcax.cpp
Compiler Timestamp: Sat Nov 22 04:53:51 2008
Function Name: SetInstanceProperty
Source Line Number: 1224
. .
MSI (s) (AC!E0) [13:59:04:122]: Product: Microsoft SQL Server 2005 (64-bit) -- Error 29528. The setup has encountered an unexpected error while Setting Internal Properties. The error is: Fatal error during installation.
. .
Error 29528. The setup has encountered an unexpected error while Setting Internal Properties. The error is: Fatal error during installation.

CustomAction SetInstanceProperty.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B returned actual error code 1603
Action ended 13:59:04: SetInstanceProperty.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B. Return value 3.
Action ended 13:59:04: INSTALL. Return value 3.





broken image