Fragensteller
SBS 2008 - Absturz während Migration mit Migrationsdatei - Determining group memberships

Frage
-
Wir migrieren von einem Windows 2003 Standard Server.
Nach Installation des SBS 2008 und Neustart wird der Migrationsassistent gestartet. Nachdem wir die Angaben in der Antwortdatei überprüft haben (keine unbeaufsichtigte Installation) und weiter klicken stürzt der Assistent ab. Im SBSSetup.log steht am Ende folgendes:
[1832] 100924.231225.6043: Wizard: The pages visted:
[1832] 100924.231225.6043: Wizard: [TOC] visited: TOC sbssetup.welcome
[1832] 100924.231225.6043: Wizard: [TOC] visited: TOC sbssetup.datetime
[1832] 100924.231225.6043: Wizard: [TOC] visited: TOC sbssetup.migrationnetworking
[1832] 100924.231225.6043: Wizard: Current Page := [TOC sbssetup.migrationinformation]
[1832] 100924.231225.6043: Wizard: [TOC] : TOC sbssetup.update
[1832] 100924.231225.6043: Wizard: [invisible] : TOC sbssetup.networkprogress
[1832] 100924.231225.6043: Wizard: [invisible] : TOC sbsetup.schemaupdate
[1832] 100924.231225.6199: Wizard: [TOC] : TOC sbssetup.companyinformation
[1832] 100924.231225.6199: Wizard: [TOC] : TOC sbssetup.optionalcomponents
[1832] 100924.231225.6199: Wizard: [invisible] : TOC sbssetup.mainprogress
[1832] 100924.231225.6199: Wizard: [TOC] : TOC sbssetup.finish
[1832] 100924.231225.6199: Wizard: Step 4 of 8
[3040] 100924.231239.9564: Setup: Pinging old server name.
[3040] 100924.231240.2996: Setup: Ping reply status = Success
[3040] 100924.231248.8484: Setup: Connecting to domain and validating credentials.
[3040] 100924.231249.3632: Setup: Successfully connected to the source domain: hol-sen.de
[3040] 100924.231249.3632: Setup: Did not need to fix up domain name.
[3040] 100924.231249.7376: Setup: Found user: CN=Administrator,CN=Users,DC=hol-sen,DC=de. Determining group memberships
[1832] 100924.231249.8624: Setup: _UnhandledExceptionHandler: Setup encountered an error: System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Microsoft.WindowsServerSolutions.Setup.Migration.ADUtils.IsMember(DirectoryEntry domain, WellKnownSidType wellKnownSidType, String userDN)
bei Microsoft.WindowsServerSolutions.Setup.Migration.ADUtils.IsAdmin(Domain domain, String userName)
bei Microsoft.WindowsServerSolutions.Setup.SBSSetup.MigrationInformationPagePresenter.ValidateDomainAndCredentials()
bei Microsoft.WindowsServerSolutions.Setup.SBSSetup.MigrationInformationPagePresenter.ValidateFields()
bei Microsoft.WindowsServerSolutions.Setup.SBSSetup.MigrationInformationPagePresenter.m_validateWorker_DoWork(Object sender, DoWorkEventArgs e)
bei System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
--- Ende der internen Ausnahmestapelüberwachung ---
bei Microsoft.WindowsServerSolutions.Setup.SBSSetup.MigrationInformationPagePresenter.m_validateWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
bei System.Delegate.DynamicInvokeImpl(Object[] args)
bei System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
bei System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
bei System.Threading.ExecutionContext.runTryCode(Object userData)
bei System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
bei System.Windows.Forms.Control.InvokeMarshaledCallbacks()
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
bei Microsoft.WindowsServerSolutions.Common.Wizards.Framework.WizardFrameView.Create()
bei Microsoft.WindowsServerSolutions.Common.Wizards.Framework.WizardChainEngine.Launch()
bei Microsoft.WindowsServerSolutions.Setup.SBSSetup.MainClass._LaunchWizard()
bei Microsoft.WindowsServerSolutions.Setup.SBSSetup.MainClass.RealMain(String[] args)
bei Microsoft.WindowsServerSolutions.Setup.SBSSetup.MainClass.Main(String[] args)
[1832] 100924.231250.4084: Setup: Removed the password.
[1832] 100924.231250.4708: Setup: Removed SBSSetup from the RunOnce.Anscheinend ein Problem beim Überprüfen der Gruppen des Benutzers. Wir haben schon einen anderen Benutzer probiert, der auch Mitglied der erforderlichen Gruppen war. Das Verhalten und die Einträge im Log bleiben gleich.
Wir sind für jeden Hinweis dankbar!