Hello everyone,
I'm new to SharePoint and faced Problem, which I havn't been able to resolve yet. The Problem is
Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0009>:SubStatus<ES0001>:Cache referred to does not exist. Contact administrator or use the Cache administration tool to create a Cache. bei Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody) bei Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCacheProperties(RequestBody request, IClientChannel channel) bei Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) bei Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'.
I use SharePoint 2013 under Windows Server 2012. The Goal is to use Windows Live ID to authenticate for a web application on my Share Point. After configuring I got this exception described above. While search through the Internet I found following Explanation
This is because a fresh install of AppFabric doesn't setup the Default Cache stores for SharePoint. That is done in the pre-req installer process.
I tried the steps described on that page (where the Explanation was; sorry Microsoft doesn't allow me to Show links in the body), but it didn't work for me - I could execute all the commands, but I still get the same error.
Unfortunately, I'm not the one, who installed SharePoint 2013 on the Server, so I don't really know, whether there were any issues with AppFabric 1.1 during Installation.
What I'm now trying to find is a way to reconfigure or to regenerate these Default Cache stores.
Any help is very much appreciated!
Thanks in advance!