|
Thanks to both of you for the guidance. Kevin, sleep.exe is from the Resource Kit. I've coded up a script fragment that should handle this, but I would appreciate some feedback on if this is the correct way to go. Obvious declarations omitted: ' Disable error handling Thanks, Matt Kevin Bilbee wrote: Where did you get the sleep.exe???Kevin Bilbee-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of DLAnalyzer Support Sent: Wednesday, November 17, 2004 3:59 PM To: [EMAIL PROTECTED] Subject: Re: [Declude.JunkMail] Log file locking??? Matt, It's possible its a locking issue. What specifically is the error message it is returning? I ran into similar issue with a log rotating script I wrote to move logs around into WebTrends. I was trying to rotate a log file still being downloaded and it would cause an issue. When I would encounter the error I would "sleep" 30 seconds and try it again. on error resume next If ( Err <> 0 ) Then oShell.run "cmd /c sleep.exe 30", 0 , true Err.Clear End If Darrell ------------------------------------------------------------------------ Check out http://www.invariantsystems.com for utilities for Declude And Imail. IMail/Declude Overflow Queue Monitoring, MRTG Integration, and Log Parsers. Matt writes: -- ===================================================== MailPure custom filters for Declude JunkMail Pro. http://www.mailpure.com/software/ ===================================================== |
- Re: [Declude.JunkMail] Log file locking??? Matt
- Re[2]: [Declude.JunkMail] Log file locki... Pete McNeil
- Re: [Declude.JunkMail] Log file locking?... Darrell \([EMAIL PROTECTED])
- RE: Re[2]: [Declude.JunkMail] Log file l... Colbeck, Andrew
- Re: [Declude.JunkMail] Log file locking?... Darrell \([EMAIL PROTECTED])
