Asked By
Crewe Bob
30 points
N/A
Posted on - 08/25/2012
Hi, I am using a beta version of Sharepoint 2013.
When I was testing something on test my site I have received the following error message.
Have anyone else here has faced the same error?
Let me know if any of you have the solution.
Â
Cache cluster is down, restart the cache cluster and retry
SharePoint 2013 Beta Error: Cache Cluster is Down
Hello Crewe,
You will need to check and verify if you have granted access to the cache for the website you are trying to access.
The following is the grant option you will need to use: Grant-CacheAllowedClientAccount Gagan
Another approach to that issue will be executing the commands that follow in PowerShell.
You will first of all need to start from the Windows AppFabric folder in Start, and then go to All Programs:
-
NewCache -CacheName NameOfCacheAsSetInWebConfig -TimeToLive 30
-
Grant-CacheAllowedClientAccount "IIS AppPoolNameOfAppPoolRunningSite"
Once you have executed the commands above you should not get the error again.
Hope this helps.
Regards,
Carl
Â