über mich
mein motto

Visual C# 2008 - Das Videotraining von Lars Keller

followme

Get your 'feeds' on Follow me on Twitter Currently no podcasts available

recentposts

recentcomments

Comment RSS

community

Community Leader / Insider Program VSTO Taskforce Just Community .NET Developer Group Braunschweig

Installationsprobleme beim SQL Server 2008 und Windows 7 oder Windows Server 2008

17. Juni 2009 | .NET Entwicklung 0

Beim installieren des SQL Server 2008 Express auf einem Windows 7 Rechner brach die Installation immer wieder an der selben Stelle ab.

Bei mir Stand als letzter Installationsschritt: “sqlenginedbstartconfigaction_install_configrc_cpu32

Nach längerem googeln bin ich dann auf einen Forumspost von Prashant Thakwani gestoßen, welcher die Lösung beschreibt:

This failure often is caused by a system or domain policy removing the SeDebugPrivelege security privilege from the administrator account running setup. Verify that the account running has this privilege.

The AccessChk tool will print all privleges for an account (http://technet.microsoft.com/en-us/sysinternals/bb664922.aspx) by running:
accesschk.exe -a <Domain>\<Account> *

Alternatively, we can check this through your group policy editor as mentioned below:

Open Group Policy...
Start | Run | Type: gpedit.msc | OK |
Navigate to
Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment\Debug programs

The account through which we are trying to run the setup should be here ( besides the local admin on that machine). I included that here, restarted the server ( this is mandatory, gpupdate /force will not work) and ran the setup and it was successful this time.

SQL Server 2008 setup needs this privilege to start up the SQL Server process and listen to an event that signals back to setup that SQL Server successfully started.

kick it on dotnet-kicks.de

Kommentar schreiben


(Zeigt dein Gravatar icon)

biuquote
  • Kommentar
  • Live Vorschau
Loading