无法在 Windows Server Appfabric 中创建缓存
我收到“错误代码:子状态:出现临时故障。请稍后重试。(一个或多个指定的缓存服务器不可用,这可能是由繁忙的网络或服务器引起的。请确保已为此客户帐户授予安全权限)集群,并且 AppFabric 缓存服务允许通过所有缓存主机上的防火墙。)”尝试在 appfabric 中创建数据缓存时出现错误。当“DataCacheFactory dcf = new DataCacheFactory(config);”时出现错误陈述。
PS:-
- 我已将 Grant_CacheAllowedClientAccount 给了自己。
- 我已经通过“Start-CacheCluster”启动了缓存
I am getting "ErrorCode:SubStatus:There is a temporary failure. Please retry later. (One or more specified Cache servers are unavailable, which could be caused by busy network or servers. Ensure that security permission has been granted for this client account on the cluster and that the AppFabric Caching Service is allowed through the firewall on all cache hosts. Retry later.)" error when trying to create a datacache in appfabric. The error comes when in "DataCacheFactory dcf = new DataCacheFactory(config);" statement.
P.S. :-
- I have given Grant_CacheAllowedClientAccount to myself.
- I have started the cache by "Start-CacheCluster"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
得到答案,实际上我没有正确配置appfabric:P
Got the answer, actually i did not configure appfabric properly :P