It's not often that I update the content in my DMX install, but it seems like when the log tries to roll into the next month etc. I get the error (below) in my error log (over and over again)... I do have anti-virus on my server, but I have excluded *.log files from the scanner. I believe the last time I had this a recycle of the app pool sorted the problem out, but I thought I should mention it here in case its a bug instead of a config problem... any thoughts? Thanks, TJ AssemblyVersion-1PortalID-1PortalNameUserID-1UserNameActiveTabID-1ActiveTabNameRawURLAbsoluteURLAbsoluteURLReferrerUserAgentDefaultDataProviderExceptionGUIDInnerExceptionThe process cannot access the file 'D:\Domains\mydomain.com\wwwroot\Portals\_default\DMX\Log\DMX-2011-06.log' because it is being used by another process.FileNameFileLineNumber-1FileColumnNumber-1MethodStackTraceMessageSystem.IO.IOException: The process cannot access the file 'D:\Domains\mydomain.com\wwwroot\Portals\_default\DMX\Log\DMX-2011-06.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) 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, Boolean DeleteOriginal) at Bring2mind.DNN.Modules.DMX.Services.Schedule.Maintenance.DoWork()Source |