Author |
|
witterholt Newbie
Joined: 04 August 2009 Location: Netherlands
Online Status: Offline Posts: 9
|
Posted: 22 May 2015 at 12:14am | IP Logged
|
|
|
On some platforms we have issues when we use the network traffic log functionality.
The below error message appears:
[16:25:09.40] [INFO] Error: IOException occurred. InnerException message follows: The process cannot access the file 'S:\Temp\2015-05-08 IMAP.log' because it is being used by another process.
Regards,
Chris.
|
Back to Top |
|
|
Raymond AfterLogic Support
Joined: 14 April 2015
Online Status: Offline Posts: 9
|
Posted: 22 May 2015 at 2:07am | IP Logged
|
|
|
Please make sure only one application instance writes into the log file. If there is a need to write into the same log file for more than one application instance at the same time, you can use the approach similar to:
Synchronize access to log file of multiple instances of Smtp class
This is for SMTP, however this works for IMAP the same way.
--
Regards Andrew,
AfterLogic Support
|
Back to Top |
|
|