【发布时间】:2013-07-25 16:09:55
【问题描述】:
我在 Windows 服务器机器上安装了 AppFabric 服务器,并使用命令 Start-CacheCluster 从 PowerShell 配置成功启动了缓存集群。然后我尝试使用命令New-Cache [cache_name] 创建一个新的命名缓存,我得到一个:
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
有什么想法吗?
【问题讨论】: