简体   繁体   English

我无法从 Sitefinity CMS 导出/导入菜单下载 ZIP 文件

[英]I can't download a ZIP file from the Sitefinity CMS Export / Import menu

I want to download a ZIP file from Sitefinity CMS Export / Import menu, but after I clicked "Export to ZIP file" button I've got this error: Data have not been successfully exported.我想从 Sitefinity CMS 导出/导入菜单下载 ZIP 文件,但在单击“导出到 ZIP 文件”按钮后出现此错误:数据尚未成功导出。 I've tried to export each item individually, but the result was still the same.我试过单独导出每个项目,但结果还是一样。

Steps to reproduce: Go to Sitefinity CMS (Admin site) -> Administration -> Export / Import -> Download ZIP file -> select just 1 item -> click "Export to Zip file" button -> the error appears on the Browser: Data have not been successfully exported.重现步骤: Go 到 Sitefinity CMS(管理站点)-> 管理 -> 导出/导入 -> 下载 ZIP 文件 -> select 仅 1 个项目 -> 单击“导出到 Zip 文件”按钮 -> 错误出现在浏览器上:数据未成功导出。

Detail error message, On the CMS: Data have not been successfully exported详细错误消息,在 CMS 上:数据尚未成功导出

On the Chrome DevTools: Response Code 500. ErrorCode: InvalidOperationException. Message: Scheduling is not enabled在 Chrome DevTools 上: Response Code 500. ErrorCode: InvalidOperationException. Message: Scheduling is not enabled Response Code 500. ErrorCode: InvalidOperationException. Message: Scheduling is not enabled

The Error.log from App_Data/sitefinity/Logs:来自 App_Data/sitefinity/Logs 的 Error.log:

----------------------------------------
ActivityId: 55XXX // obscured info

Timestamp: 11/11/2020 4:44:49 AM

Message: HandlingInstanceID: d9XXX // obscured info
An exception of type 'System.InvalidOperationException' occurred and was caught.
--------------------------------------------------------------------------------
11/11/2020 04:44:49
Type : System.InvalidOperationException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=XXX // obscured info
Message : Scheduling is not enabled
Source : Telerik.Sitefinity.Packaging
Help link : 
Data : System.Collections.ListDictionaryInternal
TargetSite : Void ScheduleTask(Telerik.Sitefinity.Scheduling.ScheduledTask)
HResult : -2146233079
Stack Trace :    at Telerik.Sitefinity.Packaging.Web.Services.PackagingWebService.ScheduleTask(ScheduledTask task)
   at ServiceStack.Host.ServiceExec`1.<>c__DisplayClass3_0.<CreateExecFn>b__0(Object service, Object request) in C:\BuildAgent\work\3481147c480f4a2f\src\ServiceStack\Host\ServiceExec.cs:line 132
   at ServiceStack.Host.ServiceRunner`1.<ExecuteAsync>d__15.MoveNext() in C:\BuildAgent\work\3481147c480f4a2f\src\ServiceStack\Host\ServiceRunner.cs:line 133

Additional Info:

MachineName : XXX // obscured info
TimeStamp : 11/11/2020 4:44:49 AM
FullName : Telerik.Sitefinity.Utilities, Version=13.0.7326.0, Culture=neutral, PublicKeyToken=XXX // obscured info
AppDomainName : /LM/W3SVC/XXX // obscured info
ThreadIdentity : a@b.com // obscured info
WindowsIdentity : IIS APPPOOL\XXX // obscured info
Requested URL : [h-t-t-p-s://]www.XXX.com/RestApi/Sitefinity/packaging/archive // obscured info


Category: ErrorLog

Priority: 0

EventId: 90000

Severity: Error

Title:Enterprise Library Exception Handling

Machine: XXX // obscured info

App Domain: XXX // obscured info

ProcessId: XXX // obscured info

Process Name: D:\Windows\system32\inetsrv\w3wp.exe

Thread Name: 

Win32 ThreadId:XXX // obscured info

Extended Properties: 
----------------------------------------

Please give me a clue, how to solve this error?请给我一个线索,如何解决这个错误? I've done research a bit and I get this link: [https://] www.progress.com/documentation/sitefinity-cms/for-developers-scheduled-tasks我做了一些研究,我得到了这个链接:[https://] www.progress.com/documentation/sitefinity-cms/for-developers-scheduled-tasks

Go to Administration > Modules and Services and make sure the Scheduling service is activated. Go 到Administration > Modules and Services并确保 Scheduling 服务已激活。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM