SharePoint 2013 Beta Error: Cache Cluster is Down

Asked By 30 points N/A Posted on -
qa-featured

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

SHARE
Answered By 10 points N/A #131793

SharePoint 2013 Beta Error: Cache Cluster is Down

qa-featured

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

 

Related Questions