Application Name : Event Error Distributed Cache (AppFabric Cache)
Event Id : 1000 and 1026
Error Message : Faulting application name: Ssms.exe, version: 2011.110.5058.0, time stamp: 0x537406e3
Faulting module name: KERNELBASE.dll, version: 6.2.9200.16864, time stamp: 0x531d2be6
Exception code: 0xc0020001
Fault offset: 0x00010f22
Faulting process id: 0xe014
Faulting application start time: 0x01d1cac0e1f01b77
Faulting application path: C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Ssms.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report Id: 4230d640-39cf-11e6-941c-00155d0a7a70
Faulting package full name:
Faulting package-relative application ID:
Solutions:
- I start the Distributed Cache on One server via Central Admin > manage Services on server, but it’s stuck on starting. Then I tried to re-start App fabric services from Services Console but it’s stuck at stopping.
- Add the services account which running AppFabric services into Local admin on the server. Once services started you can remove it from local admin.
- Run PowerShell on the problematic server and run below command.
Remove-SPDistributedCacheServiceInstance
- Now run the below command to add the instance to DC cluster.
Add-SPDistributedCacheServiceInstance
- Test after few seconds using below commands and it should show UP status for the target server.
Use-CacheCluster
Get-CacheHost
No comments:
Post a Comment