Sitecore Ship 在尝试安装更新包时返回 404

Sitecore Ship returning 404 when trying to install update package

尝试安装更新包时返回 404。 这是我正在尝试的脚本。

Invoke-WebRequest -Uri "http://mydomain/services/package/install" -Method Post -ContentType "application/x-www-form-urlencoded" -Body @{"path"="@D:\Users\Parsh\Desktop\test.update";"DisableIndexing"=$true} -UseBasicParsing -TimeoutSec 5000

我遇到了以下错误。 `

    404 - NotFound
    The resource you have requested cannot be found.
    We're sorry :-(




  Graphics courtesy of the awesome Matthew Inman
At line:1 char:1

Invoke-WebRequest -Uri "http://mydomain/services/package/inst ...
  + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
 eption
  + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand`

我使用的是 .net framework 4.6.2 和 Sitecore 8.2 初始版本。还仔细检查了所有配置,一切正常,

感谢您的支持。

更新:附截图:

调试问题需要一些时间,因为它返回 404。最初我认为,资源本身不是 available.Later 调试 Sitecore.Ship 框架我发现,404 throwing bcz the 路径 未找到。请参见下面的屏幕截图。

当我更改更新文件的位置时,它起作用了。