SQL Server Developer Center > SQL Server Forums > SQL Server Express > QuietSimple upgrade freezes at Upgrade Progress screen
Ask a questionAsk a question
 

Proposed AnswerQuietSimple upgrade freezes at Upgrade Progress screen

  • Wednesday, March 11, 2009 1:40 AMnekno Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I have a SQL Express upgrade running from a config file with QuietSimple=True.

    The upgrade freezes at the end of the  "Upgrade Progress" screen.

    It reads "Setup process complete" and shows "Database Engine Services" and "SQL Writer" installed successfully.

    The Next and Cancel buttons are grayed out.

    Any ideas why?

    Config file:

    ;SQLSERVER2008 Configuration File
    [SQLSERVER2008]

    ; Specify the Instance ID for the SQL Server features you have specified. SQL Server directory structure, registry structure, and service names will reflect the instance ID of the SQL Server instance.

    INSTANCEID="SQLEXPRESS"

    ; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is a required parameter.

    ACTION="Upgrade"

    ; Displays the command line parameters usage

    HELP="False"

    ; Specifies that the detailed Setup log should be piped to the console.

    INDICATEPROGRESS="False"

    ; Setup will not display any user interface.

    QUIET="False"

    ; Setup will display progress only without any user interaction.

    QUIETSIMPLE="True"

    ; Specifies that Setup should install into WOW64. This command line argument is not supported on an IA64 or a 32-bit system.

    X86="False"

    ; Specifies the path to the installation media folder where setup.exe is located.

    ;MEDIASOURCE="c:\ae91d68b3ca993b28f0f6435dd91cb\"

    ; Specify if errors can be reported to Microsoft to improve future SQL Server releases. Specify 1 or True to enable and 0 or False to disable this feature.

    ERRORREPORTING="False"

    ; Specify that SQL Server feature usage data can be collected and sent to Microsoft. Specify 1 or True to enable and 0 or False to disable this feature.

    SQMREPORTING="False"

    ; Specify a default or named instance. MSSQLSERVER is the default instance for non-Express editions and SQLExpress for Express editions. This parameter is required when installing the SQL Server Database Engine (SQL), Analysis Services (AS), or Reporting Services (RS).

    INSTANCENAME="SQLEXPRESS"

    ; Specifies whether the upgraded nodes should take ownership of the failover instance group or not. Use 0 to retain ownership in the legacy nodes, 1 to make the upgraded nodes take ownership, or 2 to let SQL Server Setup decide when to move ownership.

    FAILOVERCLUSTERROLLOWNERSHIP="2"

    ; Startup type for Integration Services.

    ISSVCSTARTUPTYPE="Automatic"

    ; Account for Integration Services: Domain\User or system account.

    ISSVCACCOUNT="NT AUTHORITY\NetworkService"

    ; Startup type for Browser Service.

    BROWSERSVCSTARTUPTYPE="Disabled"

    ; Specifies the SQL Server server that contains the report server catalog database.

    RSCATALOGSERVERINSTANCENAME="Unknown"

    ; Add description of input argument FTUPGRADEOPTION

    FTUPGRADEOPTION="Import"



    • Edited bynekno Friday, March 13, 2009 2:02 AMtypo in subject
    •  

All Replies