Grant-CacheAllowedClientAccount : ErrorCode<ERRPS024>:SubStatus<ES0001>:This co
mmand is not currently allowed. Changes to the cache cluster configuration is r
estricted during a rolling upgrade of the caching service.
At line:1 char:32
+ Grant-CacheAllowedClientAccount <<<< domain\username
+ CategoryInfo : NotSpecified: (:) [Grant-CacheAllowedClientAccou
nt], DataCacheException
+ FullyQualifiedErrorId : ERRPS024,Microsoft.ApplicationServer.Caching.Com
mands.GrantCacheAllowedClientAccountCommand
a: We finally found the solution on a Russian MSDN Page.
http://msdn.microsoft.com/ru-ru/library/hh343304(v=azure.10).aspx
- Open the Elevated AppFabric PowerShell prompt
- run - Get-CacheHost (Notice the version 3[1,3])
-------------------- ------------ -------------- ------------
HOSTNAME:22233 AppFabricCachingService UP 3 [1,3][1,1]
- run - Update-CacheHostAllowedVersions -BeginServerVersion 3
- run - Get-CacheHost (Notice the version 3[3,3])
-------------------- ------------ -------------- ------------
HOSTNAME:22233 AppFabricCachingService UP 3 [3,3][1,1]
- Run - Update-CacheHostAllowedVersions -EndClientVersion 3
- Run - Get-CacheHost
-------------------- ------------ -------------- ------------
HOSTNAME:22233 AppFabricCachingService UP 3 [3,3][1,3]
- Run - Update-CacheConfigurationStore
- Run - Stop-CacheCluster
-------------------- ------------ -------------- ------------
HOSTNAME.gdcii.local:22233 AppFabricCachingService DOWN 3 [3,3][1,3]
- Run - Start-CacheCluster
-------------------- ------------ -------------- ------------
HOSTNAME.gdcii.local:22233 AppFabricCachingService UP 3 [3,3][1,3]
No comments:
Post a Comment