Hi Peter, We get the following error message in the event log: ExceptionGUID:e52adb70-4548-461a-8152-673458f61d97 InnerException:The process cannot access the file 'C:\inetpub\vhosts\xxxxxxxx.com\httpdocs\Portals\_default\DMX\Log\DMX-2013-11.log' because it is being used by another process. FileName: FileLineNumber:0 FileColumnNumber:0 Method:System.IO.__Error.WinIOError StackTrace: Message: System.IO.IOException: The process cannot access the file 'C:\inetpub\vhosts\xxxxxxx.com\httpdocs\Portals\_default\DMX\Log\DMX-2013-11.log' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at DotNetNuke.Common.Utilities.FileSystemUtils.AddToZip(ZipOutputStream& ZipFile, String filePath, String fileName, String folder) at Bring2mind.DNN.Modules.DMX.Common.Globals.AddFilesToZip(String ZipFilePath, List`1 Files, String BasePath, Boolean DeleteOriginal) at Bring2mind.DNN.Modules.DMX.Framework.Maintenance.DoWork() Source: I have tried to delete the DMX-2013-11.log, but no success and I have tried to restart. Do you have any suggestion for how to correct the problem ? |