SQL server 2016 installation freeze

2019-03-14 11:06发布

Hope someone can help me here . I have no further information other than that at a later stage in setup the whole process hangs showing install_confignonrc_cpu64
I am unable to cancel out of it even , the only way was to kill it . Is there any solution for that ?

7条回答
啃猪蹄的小仙女
2楼-- · 2019-03-14 11:08

just had the same problem which is why I found this question. Fixed the problem by closing the original media install menu window (where I'd selected "New SQL Server standalone" which is the first option). The install window then carried on.

查看更多
小情绪 Triste *
3楼-- · 2019-03-14 11:12

I have faced same problem with you, the simple way that i have find is turn on Windows firewall then wait a minute after that it will auto complete setup success. Hope this work in your case .

Thanks, Cuong.

查看更多
Summer. ? 凉城
4楼-- · 2019-03-14 11:16

SQL Install gets stuck on sqlrsconfigaction_install_confignonrc_cpu64 (SQL Server 2016 using standalone installer, also when installing on Azure VMs)

Resolution:

  1. Stop the install (Taskman -> Kill Process)
  2. Open regedit
  3. Navigate to:

    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\
    
  4. Add New Key Called: AppCompat

    You should have this once added:

    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\AppCompat
    
  5. Add New DWORD entries as stated below to the AppCompat key:

    DWORD: DisableEngine Value = 1
    DWORD: DisablePCA Value = 1
    DWORD: SbEnable Value = 0
    
  6. Check the following location as the above key you added should also be here:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\
    
  7. Restart the installation.

查看更多
闹够了就滚
5楼-- · 2019-03-14 11:25

I closed everything and rebooted. Not sure if maybe having Visual Studio open or something else prevented it from installing, but it got stuck.

查看更多
做个烂人
6楼-- · 2019-03-14 11:26

My problem was that the installer tries to download Microsoft R Open , if you have a slow connection you will see the installation freeze for a very long time without any progress bar updates or so . I fixed the problem by deselecting all R components since i dont need them then the installation went smooth .

查看更多
何必那么认真
7楼-- · 2019-03-14 11:26

Disable and stop the windows update service and then start the installation. After the installation is complete put the service back on.

查看更多
登录 后发表回答