配置Windows Server Appfabric for XML时出错(作为缓存服务配置提供程序)

时间:2011-04-26 13:45:35

标签: appfabric data-caching

配置Windows Server Appfabric for XML(作为缓存服务配置提供程序)时出错: -

System.Management.Automation.CmdletInvocationException:ErrorCode:SubStatus:无法在配置存储上设置权限:ErrorCode:SubStatus:在网络共享上配置权限时出错:访问被拒绝。有关手动配置存储权限的信息,请参阅产品文档。 ---> Microsoft.ApplicationServer.Caching.DataCacheException:ErrorCode:SubStatus:无法在配置存储上设置权限:ErrorCode:SubStatus:在网络共享上配置权限时出错:访问被拒绝。有关手动配置存储权限的信息,请参阅产品文档。 ---> Microsoft.ApplicationServer.Caching.DataCacheException:ErrorCode:SubStatus:在网络共享上配置权限时出错:访问被拒绝---> System.ComponentModel.Win32Exception:拒绝访问    在Microsoft.ApplicationServer.Caching.Configuration.NetworkShareManagement.NetworkShare.GetAccessControl(String server,String shareName)    在Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterCacheHostCommand.SetNetworkSharePermissions(String serverName,String shareName,IdentityReference [] ids)    ---内部异常堆栈跟踪结束---    在Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterCacheHostCommand.SetNetworkSharePermissions(String serverName,String shareName,IdentityReference [] ids)    在Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterCacheHostCommand.SetNetworkSharePermissions(String velocityConfigPath,String account,String serviceHost)    在Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterCacheHostCommand.SetConfigurationStorePermissions()    在Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterCacheHostCommand.BeginProcessing()    ---内部异常堆栈跟踪结束---    在System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)    ---内部异常堆栈跟踪结束---    在System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable输入)    在System.Management.Automation.Runspaces.Pipeline.Invoke()    在System.Management.Automation.PowerShell.Worker.ConstructPipelineAndDoWork(Runspace rs,Boolean performSyncInvoke)    在System.Management.Automation.PowerShell.Worker.CreateRunspaceIfNeededAndDoWork(Runspace rsToUse,Boolean isSync)    在System.Management.Automation.PowerShell.CoreInvoke [TOutput](IEnumerable输入,PSDataCollection`1输出,PSInvocationSettings设置)    在System.Management.Automation.PowerShell.Invoke(IEnumerable输入,PSInvocationSettings设置)    在System.Management.Automation.PowerShell.Invoke()    在Microsoft.ApplicationServer.Configuration.DistributedCacheProxy.RegisterCacheHost(DistributedCacheSettings设置)    在Microsoft.ApplicationServer.Configuration.DistributedCacheNodePage.backgroundWorker_DoWork(Object sender,DoWorkEventArgs e)

1 个答案:

答案 0 :(得分:0)

您是否为缓存添加了第二台计算机?如果是这样,this post应该给你答案。

基本上,您需要获取新的计算机SID或从域中删除您的计算机,然后将其重新添加。