我正在使用site-core azure进行部署。 我使用以下链接清理部署: https://kb.sitecore.net/articles/771717
之后,当我再次尝试部署时,它会抛出以下错误:
执行包失败System.ApplicationException: AdvaiyaWebSiteTestScusCe01Role01SSc437Staging [S]执行包 失败了---> System.ApplicationException:执行包失败 ---> System.Runtime.Remoting.RemotingException:Object'/e44991be_f499_4234_a3a7_de70f8a3bcf7/6qjthylyeqgvlu+u0v4xxedj_286.rem' 已断开连接或在服务器上不存在。服务器堆栈 trace:at System.IO.FileStream.get_CanRead()at MS.Internal.IO.Zip.ZipIOLocalFileBlock.CheckFileAccessParameter(流
的流,FileAccess访问)
如何解决?
由于
答案 0 :(得分:0)
我使用Sitecore Azure模块和使用Azure .NET SDK 2.5的Visual Studio看到了此错误。尽管如此,我还没有看到SDK 2.4或2.6。
由于您无法将其他SDK版本与Sitecore Azure模块一起使用,因此您唯一可以尝试的是再次运行部署。
否则,在Visual Studio中使用最新的Azure .NET SDK: https://github.com/olegburov/sitecore-azure-content/blob/master/articles/how-to-deploy-sitecore-80-solution-to-microsoft-azure-web-app-using-visual-studio.md
答案 1 :(得分:0)
要将Sitecore会话数据库导出为* .bacpac文件,请参阅以下文章:https://github.com/olegburov/sitecore-azure-content/blob/master/articles/how-to-deploy-sitecore-databases-to-azure-sql-database.md