ErrorCode:SubStatus:Operation was aborted because user selected not to enable Cache with secondaries

appfabricwindows 7

I get this error when running Start/Stop/Restart-CacheCluster commands in Caching Administration Windows PowerShell console:

ErrorCode:SubStatus:Operation was aborted because
user selected not to enable Cache with secondaries.

What am I missing here? Microsoft help does not list this error code here.
Running v.1.1 of AppFabric on Windows7 x64 machine.

EDIT: I have a single host, but am running in cache cluster. Also this set-up used to work a couple of days before, but unfortunately can't tell what actions exactly led to it stopping working.

Best Answer

The secondaries feature of the caching mechanism has to do with High Availability for the cache cluster. Based on your description it looks like you only have a single host, therefore you don't actually have a cache cluster. What if you try the start/stop/restart-cachehost commands instead?

Also, are you sure you have actually setup a cache-cluster and have used the use-cluster command before trying to issue a command?

BTW, v1.2 is also out which may improve some of the messages and functionality, it did for me.

Related Topic