Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Have you tried to clear the temp files?
Stop IIS/IIS Express/Kestrel
Go to C:\\Windows\\TEMP\\ and delete everything there
@Quan, sorry for a late reply. I tested to clear that folder but with no success, the error is still there.
/Kristoffer
No worries.
I see, I checked the code and it seems the error you see is the secondary error (CleanupPartOfPackage is called in a catch { } statement). I'm out of idea - you would have to contact developer support for further assistance.
That was my idea too. There actual error is something else and happens before the exception above. I have contacted the support.
Thanks and have a nice Christmas!
Hi!
After upgrade to CMS 12 there is a lot of my nodes and pages that cannot be exported. I get the following error in the network log:
{"FileLocation":"C:\\Windows\\TEMP\\tmp38E.tmp","IsDone":false,"IsAborting":false,"IsTest":false,"ErrorMessages":["F\u00F6ljande fel intr\u00E4ffade0"],"WarningMessages":[],"InfoMessages":[],"PageCount":0,"ContentTypeCount":0,"FrameCount":0,"DynamicPropertyDefinitionCount":0,"TabDefinitionCount":0,"CategoryCount":0,"VisitorGroupCount":0}
And in the Windows log:
Category: EPiServer.Core.Transfer.TransferLogger EventId: 0 SpanId: 1654c1835b0a6bb6 TraceId: b7d42e9d5e3025859123499f5d73aa88 ParentId: 0000000000000000 RequestId: 800003e8-0006-ff00-b63f-84710c7967bb RequestPath: /EPiServer/EPiServer.Cms.UI.Admin/ExportData/LiveExport ActionId: 2995fe10-d09d-42fa-84d4-f43007db2b07 ActionName: EPiServer.Cms.UI.Admin.Tools.Internal.ExportDataController.LiveExport (EPiServer.Cms.UI.Admin) 10.5.3 Export/import error: [Exporting content 248049] Följande fel inträffade0 System.IO.IOException: Cannot delete an entry currently open for writing. at System.IO.Compression.ZipArchiveEntry.Delete() at System.IO.Packaging.ZipPackage.DeletePartCore(Uri partUri) at System.IO.Packaging.Package.DeletePart(Uri partUri) at EPiServer.Enterprise.Internal.DefaultDataExporter.CleanupPartOfPackage(String partName) at EPiServer.Enterprise.Internal.DefaultDataExporter.CleanupPackage() at EPiServer.Enterprise.Internal.DefaultDataExporter.Export(TransferExportOptions options) at EPiServer.Enterprise.Internal.DefaultDataExporter.Export(Stream stream, IEnumerable`1 sourceRoots, ExportOptions options) at EPiServer.Cms.UI.Admin.Tools.Internal.ExportService.DoExportAsync(ExportDataDto dto, ExportOptions options) Exception: System.IO.IOException: Cannot delete an entry currently open for writing. at System.IO.Compression.ZipArchiveEntry.Delete() at System.IO.Packaging.ZipPackage.DeletePartCore(Uri partUri) at System.IO.Packaging.Package.DeletePart(Uri partUri) at EPiServer.Enterprise.Internal.DefaultDataExporter.CleanupPartOfPackage(String partName) at EPiServer.Enterprise.Internal.DefaultDataExporter.CleanupPackage() at EPiServer.Enterprise.Internal.DefaultDataExporter.Export(TransferExportOptions options) at EPiServer.Enterprise.Internal.DefaultDataExporter.Export(Stream stream, IEnumerable`1 sourceRoots, ExportOptions options) at EPiServer.Cms.UI.Admin.Tools.Internal.ExportService.DoExportAsync(ExportDataDto dto, ExportOptions options)
Any ideas?
Thanks!
/Kristoffer