Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
Install SQL 2008 R2 : Error: Action "Install_sqlncli_Cpu32_Action" failed during execution.

Jawab Install SQL 2008 R2 : Error: Action "Install_sqlncli_Cpu32_Action" failed during execution.

  • Tuesday, February 28, 2012 9:49 AM
     
     

    Hi,

    We are trying to install SQL 2008 R2 bids on a build server that has sql 2005 bids, vs 2008, vs 2010 on a  Windows 2003 Server. It fails. The first "error:" we find in the log is this :

    Error: Action "Install_sqlncli_Cpu32_Action" failed during execution.

    I can post the detail.txt if you like. A small piece of it :

    2012-02-27 16:29:02 Slp: ----------------------------------------------------------------------
    2012-02-27 16:29:02 Slp: Running Action: MsiTimingAction
    2012-02-27 16:29:02 Slp: ----------------------------------------------------------------------
    2012-02-27 16:29:02 Slp: Running Action: Install_sqlncli_Cpu32_Action
    2012-02-27 16:29:02 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
    2012-02-27 16:29:02 Slp: Sco: Attempting to open registry subkey
    2012-02-27 16:29:02 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\VisualStudio\9.0
    2012-02-27 16:29:02 Slp: Sco: Attempting to get registry value InstallDir
    2012-02-27 16:29:03 Slp: Target package: "Z:\1033_ENU_LP\x86\setup\x86\sqlncli.msi"
    2012-02-27 16:29:23 Slp: InstallPackage: MsiInstallProduct returned the result code 1602.
    2012-02-27 16:29:23 Slp: No retry-able MSI return code detected.
    2012-02-27 16:29:23 Slp: Checkpoint: INSTALL_SQLNCLI_CPU32_ACTION
    2012-02-27 16:29:23 Slp: Error: Action "Install_sqlncli_Cpu32_Action" failed during execution.
    2012-02-27 16:29:23 Slp: Completed Action: Install_sqlncli_Cpu32_Action, returned False
    2012-02-27 16:29:24 Slp: ----------------------------------------------------------------------

    If I look at the sqlncli_Cpu32_1.log I see this :

    MSI (s) (50:D0) [16:29:23:691]: Note: 1: 1729
    MSI (s) (50:D0) [16:29:23:691]: Product: Microsoft SQL Server 2008 R2 Native Client -- Configuration failed.

    MSI (s) (50:D0) [16:29:23:691]: Windows Installer reconfigured the product. Product Name: Microsoft SQL Server 2008 R2 Native Client. Product Version: 10.50.1600.1. Product Language: 1033. Reconfiguration success or error status: 1602.

    MSI (s) (50:D0) [16:29:23:691]: Cleaning up uninstalled install packages, if any exist
    MSI (s) (50:D0) [16:29:23:691]: MainEngineThread is returning 1602
    MSI (s) (50:E4) [16:29:23:691]: No System Restore sequence number for this installation.
    === Logging stopped: 2/27/2012  16:29:23 ===
    MSI (s) (50:E4) [16:29:23:691]: User policy value 'DisableRollback' is 0
    MSI (s) (50:E4) [16:29:23:691]: Machine policy value 'DisableRollback' is 0
    MSI (s) (50:E4) [16:29:23:691]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (50:E4) [16:29:23:691]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (50:E4) [16:29:23:691]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (50:E4) [16:29:23:707]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (50:E4) [16:29:23:707]: Restoring environment variables
    MSI (s) (50:E4) [16:29:23:707]: Destroying RemoteAPI object.
    MSI (s) (50:A4) [16:29:23:707]: Custom Action Manager thread ending.
    MSI (c) (34:2C) [16:29:23:707]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (34:2C) [16:29:23:707]: MainEngineThread is returning 1602
    === Verbose logging stopped: 2/27/2012  16:29:23 ===

    Any idea's or suggestions ?

    Constantijn Enders 

All Replies

  • Tuesday, February 28, 2012 10:02 AM
     
     Answered
    Please try installing Visual Studio 2008 Service Pack 1 and then re-run the BIDS install.

    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer

    Jeff Wharton
    MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
    Blog: Mr. Wharty's Ramblings
    Twitter: @Mr_Wharty
    MC ID: Microsoft Transcript

  • Wednesday, February 29, 2012 2:17 PM
     
     

    After installing SP1 we were able to install BIDS.

    Thank you.

    Constantijn