Error Installing SQL Server 2005 Express Editios

Hi all,

First of all I apologize for my very poor English.

I tried to install SQL Server 2005 Express Edition (I also Installed Visual Studio Express Edition) and the intallation program don' t finish correctly:

I opened the archive C:\Archivos de programa\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt: SQL Server 2005 installation program has detected incompatible Visual Studio Beta, .Net Framework or SQL Server components.

In Spanish: El programa de instalacion de SQL Server 2005 ha detectado componentes beta de Visual Studio, .NET Framework o SQL Server incompatibles

I had installed Beta versions of Visual Studio Express and SQL Express but I had uninstall all previous components before installing new version.

I tried tu use the tool to uninstall all Beta versions but the error persists.

Have you got any solution for this Need you any more information Please feel free to contact me for any sugestion.

Thank a Lot.



Answer this question

Error Installing SQL Server 2005 Express Editios

  • Fullboy

    Hi Jeffrey,

    Very thanks for your response.

    Effectively, I checked the log file and I encountered:

    Running: PerformSCCAction2 at: 2006/2/16 11:48:3
    Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
    Product "{2AFFFDD7-ED85-4A90-8C52-5DA9EBDC9B8F}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.06
    The Product Name is "Microsoft SQL Server 2005 Express Edition CTP"
    Loaded DLL:C:\WINDOWS\system32\msi.dll Version:3.1.4000.2435
    Error: Action "PerformSCCAction2" threw an exception during execution.

    I tried to uninstall by msiexec.exe but I encountered other error. When i try to uninstall this message is showed:

    The setup has encountered an unexpected error in datastore. The action is RestoreSetupParams. The error is: Failed to read property "Installlds" {"MachineConfiguration","","VMDIEGO"} from cache Unable to write property into cache: IsClustered Unable to write property into cache: "IsClustered" XmlRW Error: Failure loading xmlrw.dll CheckAllProcedures() returned: 2

    thanks for tyour help.

    Best Regards


  • Mega_bit_dk

    Please look at the %Program Files%\Microsoft SQL Server\90\Setup
    Bootstrap\LOG\Files\SQLSetup*_Core.log file. It should have a bit of
    information in it saying what the conflict is and some GUIDs indicating
    the product codes of the conflicting programs. The section you are looking
    for will look something like this (and may repeat):

    Running: PerformSCCAction2 at: 2004/6/27 13:54:12
    Product "{982DB00A-9C4E-436B-8707-18E113BAA44C}" versioned
    9.00.823 is not compatible with current builds of SQL
    Server.Expected at least version: 9.00.849
    The Product Name is "Microsoft SQL Server 2005 Analysis
    Services Beta 2"

    In this case, the offending product is “Microsoft SQL Server 2005 Analysis
    Services Beta 2" with a product code of
    "{982DB00A-9C4E-436B-8707-18E113BAA44C}"

    If the programs are still visible in the Add/Remove Programs control panel (ARP), please remove them in the order specified by the readme file. If not, try removing them by running the command line "msiexec.exe /x <guid>". (Replace <guid> with the product code that you found above, including the curly braces).

    Hope this helps.

    -Jeffrey



  • cojimar

    Actually, for step 1, you should remove the SQL Support Files that is already there and then install the SQL Support Files from build 9.00.1116.

  • Ben S

    1. Go to ARP and look for "Microsoft SQL Server Support Files". If it is there, continue. If it is not there, find your original media and install it by double clicking on Servers\setup\sqlsupport.msi
    2. Run "%ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\ARPWrapper.exe" /Remove and keep uninstalling things until everything is gone. (This is the same tool that gets run from the Add/Remove Control panel, but users may have already deleted the reference to it).
      Due to some refcounting issues, you may need to keep reinstalling SQL Support Files from Step 1 after every successful uninstall in step 2.

    Hope this helps,

    -Jeffrey



  • Error Installing SQL Server 2005 Express Editios