SharePoint - Update SPSolution失败的解决方案

在SharePoint2016中执行Update-SPSolution command时候出现了错误,error如下‘C:\Windows\Temp\solution-guid\solutionname.wsp…could not be created because the contents could not be found under id in the configuration database.

SharePoint - Update SPSolution失败的解决方案

经过research发现,此问题可以通过下面步骤解决:

  1. 使用Admin登陆有问题的server,到Start-> Sevices打开services管理页面,重启SharePoint Timer Service;
  2. 重启service完成后,执行Retract solution command 'Uninstall-SPSolution';
  3. 执行Remove solution command;
  4. 完成后,重新re-install solution即可。

 

 

感谢阅读。

上一篇:Could not find method compile() for arguments on object of type org.gradle.api.internal.artifacts.


下一篇:ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。