Virtual Machine Manager服务升级问题 - Web部署无法删除目录

时间:2013-07-15 04:09:31

标签: webdeploy system-center

我遇到简单服务升级的问题。我的服务有一个轮胎,它有一个Web应用程序。

当我尝试升级服务时,发生以下错误。

`Application (C:\ProgramData\VirtualMachineManagerData\CacheResources\779b4f72f2a647e2b6dc119f20e0da25\BusinessCenter_Package_v0.0.0.57.zip, WebDeploy) removal failed on the virtual machine (HBC_STAG_VM_01). DetailedErrorMessage: An error was encountered when processing operation 'Delete Directory' on 'C:\inetpub\wwwroot\Content'.`

然后我添加了一个带有以下内容的Web部署配置文件msdeploy.exe.configsettings,以禁用两个webdeploy规则。

<configuration>
  <rules>
    <rule name="BlockHarmfulDeleteOperations" enabled="false" />
    <rule name="BlockUnsupportedDeleteOperations" enabled="false" />
  </rules>
</configuration>

现在我收到了以下错误。

`Application (C:\ProgramData\VirtualMachineManagerData\CacheResources\a9483ef219134b75bf1422774b3efdcb\BusinessCenter_Package_v0.0.0.59.zip, WebDeploy) removal failed on the virtual machine (HBC_STAG_VM_01). DetailedErrorMessage: Provider setAcl is blocked, by BlockUnsupportedDeleteOperations, from performing delete operations to avoid unexpected results.`

我无法成功升级服务。非常感谢任何帮助。

非常感谢任何帮助。

Sapumal。

0 个答案:

没有答案