I have installed AppFabric Server on a Windows server machine, and successfully started the cache-cluster from the PowerShell configuration using the command Start-CacheCluster
. I then tried to create a new named cache using the command New-Cache [cache_name]
, and I am getting a:
New-Cache : ErrorCode<ERRPS024>:SubStatus<ES0001>:This command is not currently allowed. Changes to the cache cluster configuration is restricted during a rol ling upgrade of the caching service. At line:1 char:10
+ New-Cache <<<< indep
+ CategoryInfo : NotSpecified: (:) [New-Cache], DataCacheException
+ FullyQualifiedErrorId : ERRPS024,Microsoft.ApplicationServer.Caching.Commands.NewCacheCommand
Any ideas?