Hi there,Can someone explain how I can permanently remove a folder (and its subfolders and files) from within my templatedata directory in TeamSite. The 'category' folder was previously submitted to STAGING, but is no longer needed and I wish to remove it from my workarea and from STAGING.Unfortunately after trying several times, from several workareas, to delete and Submit to staging, and also Get Latest, I keep getting prompted about Files in Conflict - my favorite folder friend being listed as the offender.How can I zap that pesky little guy? Any advice would certainly be appreciated - thx.cb
Thanks, fish, for your response. I haven't tried the command line method of submitting the files, only via the TeamSite gui. There are only two workareas, and the folder with its subfolders/files have been deleted in each workarea. The offending folder is a 'category' under templatedata, with two 'type' folders and datacapture.cfg files beneath that. The only place these files and folders appear to exist is in the STAGING area. Both workareas show that same dang folder icon as 'Marked for Deletion'. I've tried submitting from both workareas, with Overwrite Conflicts enabled. However, the folder just won't go away.:eek:
Cannot find any utility called iwstalelock anywhere under teamsite install. Is it supposed to be there. Using teamiste 671abhijeet
I think you may need to contact IWOV Support for it....
Run this command:/bin/iwstalelocks /default/main/branch_name /default > /tmp/stale_locks_results.txt 2>&1This will redirect the output to a text file - this is a list of files, including the full path, of files with stale locks in that branch. You may get a 998 error when you run the command, which can be safely ignored.Once you have the list of files, run this command on each one that is reported to be in the deleted folder:/bin/iwunlock /default/main/path_to_the_file/test.txt, where test.txt is the file that contains a stale lock.