2017-04-09 2 views
1

Ich habe SSMS 2016 auf meinem Server installiert, aber keine Datenbank. Es gibt ein Problem mit SSMS in meinem Benutzerkonto auf dem Server, nicht bei allen Konten. Jedes Mal, wenn ich die App starte, stürzt sie sofort ab. Ich habe versucht, den AppData-Ordner zu löschen. Ich habe versucht, die Registries zu löschen, aber das Problem wurde nicht behoben. Was kann ich tun, um das Problem zu beheben?SQL Server stürzt sofort ab

fand ich die folgenden drei Fehler jedes Mal in der Ereignisanzeige passiert:

  1. .NET Runtime

Application: Microsoft.Workflow.ServiceHost.exe

Framework Version: v4.0.30319

Description: The process was terminated due to an unhandled exception.

Exception Info: System.TypeLoadException

at Microsoft.Activities.Hosting.WorkflowSession.ConfigureEnvironment(System.Activities.Activity, Microsoft.Activities.Hosting.IWorkflowConfiguration, System.Collections.Generic.IEnumerable`1)

at Microsoft.Activities.Dispatcher.DispatchLoopInstanceAsyncResult.ConfigureSession(Microsoft.Activities.Dispatcher.WorkflowSessionResumptionContext)

at Microsoft.Activities.Dispatcher.DispatchLoopInstanceAsyncResult.GotResumptionContextForProcessWaiter(System.IAsyncResult)

at Microsoft.Activities.Dispatcher.DispatchLoopInstanceAsyncResult.ProcessMatch(Boolean)

at Microsoft.Activities.Dispatcher.DispatchLoopInstanceAsyncResult.StartEpisode()

at Microsoft.Activities.Dispatcher.DispatchLoopInstanceAsyncResult.ReceiveNextMessage()

at Microsoft.Activities.Dispatcher.DispatchLoopInstanceAsyncResult.ProcessNonTransactionalWork()

at Microsoft.Activities.Dispatcher.DispatchLoopInstanceAsyncResult.Isolate(AsyncCompletion, System.IAsyncResult)

at Microsoft.Activities.Dispatcher.DispatchLoopInstanceAsyncResult.ExceptionHandlingFrame(System.IAsyncResult)

Exception Info: System.AggregateException

Exception Info: Microsoft.Workflow.Common.FatalException

at Microsoft.Workflow.Common.Fx+<>c__DisplayClass2.b__0()

at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)

at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)

at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)

at System.Threading.ThreadHelper.ThreadStart()

  1. Anwendungsfehler:

Faulting application name: Microsoft.Workflow.ServiceHost.exe, version: 1.0.20922.0, time stamp: 0x505e1b24

Faulting module name: KERNELBASE.dll, version: 6.3.9600.18340, time stamp: 0x57366075

Exception code: 0xe0434352

Fault offset: 0x0000000000008a5c

Faulting process id: 0x3cc8

Faulting application start time: 0x01d2b130f82ae31e

Faulting application path: C:\Program Files\Workflow Manager\1.0\Workflow\Artifacts\Microsoft.Workflow.ServiceHost.exe

Faulting module path: C:\Windows\system32\KERNELBASE.dll

Report Id: 3e02c5e5-1d24-11e7-8115-00155d644266

Faulting package full name:

Faulting package-relative application ID:

  1. Service Control Manager:

The Workflow Manager Backend service terminated unexpectedly. It has done this 77 time(s). The following corrective action will be taken in 30000 milliseconds: Restart the service.

+0

Ihre beste Wette wäre, alle Windows-Updates zu tun und auf die neueste Version von sqlserver – TheGameiswar

Antwort

0

ich mein gesamtes Benutzerprofil auf dem Server gelöscht und es funktionierte wieder. Immer noch keine Ahnung, was das Problem verursacht hat.

+0

zu aktualisieren, wie das gesamte Benutzerprofil zu löschen? Ich habe auch Probleme mit SSM-Crash – kyorilys