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

时间:2017-08-18 20:26:25

标签: sitecore sitecore8 sitecore-mvc sitecore8.2

尝试安装更新包时发送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初始版本。还加倍检查所有配置,一切看起来都很好,

感谢您的支持。

更新:附加屏幕截图:

enter image description here

1 个答案:

答案 0 :(得分:1)

调试问题需要一些时间,因为它返回404.最初我认为,资源本身不可用。后来调试Sitecore.Ship框架我发现,404抛出bcz 路径没找到。见下面的截图。

enter image description here

当我更改更新文件的位置时,它有效。