Author Topic: 6.5 and UBB - not all photos have a delete button  (Read 3579 times)

0 Members and 2 Guests are viewing this topic.

Offline jasonboche

  • album.pl User
  • *
  • Posts: 3
  • Karma: +2/-0
  • I forgot to change the default text
Re: 6.5 and UBB - not all photos have a delete button
« Reply #15 on: February 09, 2005, 12:08:59 »
Looks like I will be troubleshooting this problem next.  I've had this same issue since I started using this ablum but I've never put much effort into resolving the problem.

More to come...

Offline jasonboche

  • album.pl User
  • *
  • Posts: 3
  • Karma: +2/-0
  • I forgot to change the default text
Re: 6.5 and UBB - not all photos have a delete button
« Reply #16 on: February 10, 2005, 13:40:23 »
There doesn't seem to be any resolution to this issue.  It's specific to IIS on Windows.  The nature of the problem is a 'sharing violation' such that IIS will not allow the deletion of a photo album folder because IIS has a file lock on the folder.  I can't even go in through Windows Explorer on the IIS server and delete the album folder manually (while the Web Publishing service is running).

To delete an album folder, the Web Publishing service has to be stopped (no, stopping the individual album website isn't good enough, the entire IIS service needs to be stopped), then I needed to go through windows Explorer on the IIS server and delete the albulm folder manually.  Re-start the Web Publishing service and the album folder is now gone from the album software.  Totally not the way I want to be deleting albums because it's such a manual process so I guess the end result is that I (and my album users) won't be deleting albums through the album software.  Not a show stopper, just more of an annoyance.  There must be some way to program the album application to tell IIS not to maintain restrictive locks on these album folders.

Using Sysinternals Filemon, this screen shows the system failure at the file level when trying to delete an album via the album software:
http://www.boche.net/dropbox/webdelete.jpg


Using Sysinternals Filemon, this screen shows the system failure at the file level when trying to delete an album via the Windows Explorer in the IIS server:
http://www.boche.net/dropbox/explorerdelete.jpg
« Last Edit: February 10, 2005, 14:00:43 by jasonboche »

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: 6.5 and UBB - not all photos have a delete button
« Reply #17 on: February 11, 2005, 10:54:05 »
Great detective work Jason, thanks for the info! :)