Page 1 of 1

Tags and UDC fields lost on XYcopy move which fails due to locked folder

Posted: 09 May 2022 15:50
by JLoftus
Using XYcopy to move a folder, where the operation fails to remove the source folder after all of the contents have been moved (due to being locked by another process), the tags and UDC values are lost (not copied).

More detail: If I move a folder which has tags and user defined column data, but the move fails to delete the empty source folder at the end of the move process (because that folder was locked by another process), I am presented with an OK/Cancel dialog (this too is faulty, as the move has completed all but removing the original folder, so "cancel" doesn't really apply unless everything that was moved is returned). I terminate the locking process and click OK, but, the source folder is not deleted (despite the lock being removed), and, the tags and user defined column data has not been copied to the new location.

So what I wind up with, is an empty folder in the original location (which now can be easily deleted), and the new folder location containing the moved files, but the tags and UDC fields are lost.

EDIT: Also may be relevant - this is a cross-volume move

Re: Tags and UDC fields lost on XYcopy move which fails due to locked folder

Posted: 09 May 2022 16:08
by highend
Yeah, can confirm this.

"Tag is lost" isn't exactly the case, it's still present in the database though ofc for the wrong (old) file(s)

@Don, if you want to test this, just open a command prompt and cd into the source folder to get the lock

Re: Tags and UDC fields lost on XYcopy move which fails due to locked folder

Posted: 10 May 2022 11:08
by admin
Confirmed & fixed. Also improved that error message: Now it offers a Retry / Continue choice.

Re: Tags and UDC fields lost on XYcopy move which fails due to locked folder

Posted: 10 May 2022 14:40
by JLoftus
Thanks Don!