In 7.2.0, you can't save anything with a broken dependency. You need to recreate a dummy file with the same name to 'unbreak' the dependency, then save your file so the dependency is removed, then delete the dummy file. This is fixed in 7.2.1 or 7.2.1 sp1, can't remember which.
Thanks for the workaround, however, it didn't work in my case as the broken dependency is showing a non-existing edition path and doesn't delete it even creating a new file. The new file with same name shows valid dependency however, the renamed one shows both the valid as well as the broken dependency.Attaching the dependency image
Whether the edition exists or not won't help you here, because you can't go creating a temp file in an edition anyway. What I've done in the past for things like this is to write a simple Java servlet that allows you to remove dependencies like this. That's really the only option, since there aren't any CLTs to work with the dependency manager.
....You should also be able to verify if the hidden edition exists by doing something like this (also from the command line): iwlist -k /default/main/mybranch/EDITION | grep 38282You want to make sure that the issue is that the edition isn't there - because it's possible that it is there and the issue is something else.
Support responded to me asking to use the CLT iwdepfixup, but I couldn't find this CLT in TS7.2, can anyone please check and confirm whether this CLT is present in TS7.2.1 SP1 or later.
Thanks Adam.Can anyone please let me know what should be the normal value for number of hidden editions under a branch.
Hidden Editions are created for each submit, so 10s of thousands is not uncommon. I have also never deleted a hidden edition, not certain if you can, besides running iw_migrate
Thanks Andy.I was worried as I have over 100s of thousands of hidden edition and increasing as a faster rate. Not sure if that has anything to do with the performance of TeamSite in general and submit operations in specifc. I am still waiting on support to provide me a workaround until we upgrade to TS7.3.1 or later.