IIS 7 550 The process cannot access the file because it is being used by another process.
We have recently updated our web server to IIS 7.
When analyzing log files we get the following error:
550 The process cannot access the file because it is being used by another process.
The error occurs when WebLog Expert is trying to download todays logfile, wich is in use by IIS7.
We have tried configuring IIS7 so that it is possible to download the log file without any luck. Others are also having this problem, but Microsoft seems not to take the problem seriously. For more information on the ISS7 FTP 550 issue, please use the following link: http://forums.iis.net/t/1159198.aspx
Anyone have a solution to this problem?
When analyzing log files we get the following error:
550 The process cannot access the file because it is being used by another process.
The error occurs when WebLog Expert is trying to download todays logfile, wich is in use by IIS7.
We have tried configuring IIS7 so that it is possible to download the log file without any luck. Others are also having this problem, but Microsoft seems not to take the problem seriously. For more information on the ISS7 FTP 550 issue, please use the following link: http://forums.iis.net/t/1159198.aspx
Anyone have a solution to this problem?
If it is possible, I recommend you to schedule a small script on your server to copy (and maybe compress) yesterday's log to another folder and then set the program to download logs from that folder, so it will fix the issue.
If you analyze large log files, the program may use a lot of system resources. If you use the built-in scheduler, you should check that the priority in tasks is set to "Low". If it doesn't help, you can disable using multiple processors in the program settings, while the program will work slower in this case as it will use one processor/core only.