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?
I am currently using 7.8 Standard Trial and I wanted to exclude *.current, as I am receiving 550 errors, too (accessable by Filezilla). whateverfile.current seems to be a symlink to access.log.week.dayofweek. Anyhow, I tried to do a "/logs/access.log.*; #/logs/*.current" to parse everything except /logs/*.current. It works when I write "#/logs/*.current", but it doesn't work, when I write the above quoted command. (Unfortunately %wy% doesn't work for me, too, as my hoster seems to have a off-by-one bug with naming the logs.) :-)
BTW if your hoster have a shift in date when naming logs, you can try to write a wildcard like %wy-1% or similar, depending on how exactly log files are named. However, first of all it is necessary to check what is the name of the file shown in the error dialog.