Sometimes IIS locks web content
am 28.10.2007 18:44:46 von mlv2312
Hi,
we have publishing tool called Documentum Site Caching Services to
publish web contents to an area mapped in an IIS 6 webserver.
Sometimes, during the publish of documents, SCS logs an error which
could be related to the fact of IIS is locking some contents.
Has anybody already had a similar problem? Any hints to solve it?
Regards!
Re: Sometimes IIS locks web content
am 30.10.2007 01:46:22 von Steve Schofield
You can run process monitor (by Sysinternals) on the web server to determine
if the w3wp process has the file 'in-use'. This usually is not an IIS issue
as an application not properly closing the file. I would review the code
that handles the file processing to make sure it's closing the file, even on
an error.
--
Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield
wrote in message
news:1193593486.251560.180950@o80g2000hse.googlegroups.com.. .
> Hi,
>
> we have publishing tool called Documentum Site Caching Services to
> publish web contents to an area mapped in an IIS 6 webserver.
>
> Sometimes, during the publish of documents, SCS logs an error which
> could be related to the fact of IIS is locking some contents.
>
> Has anybody already had a similar problem? Any hints to solve it?
>
> Regards!
>