Delete team project and remove from SCE?

I deleted two team projects one got removed from SCE and one didn't How do I get rid of the one that didn't and why did one get removed and not the other I understand there is some sort of bug related to this but why one and not the other and there must be a way to get rid of that one that is left right If not do we now know if this is fixed in SP1



Answer this question

Delete team project and remove from SCE?

  • MaggieChan

    great..yaar.. ...its really funny...i think since you are the administrator and created the team project and then deleted the same...that's y...but others won't have the permission in SCE....

    and my view in this regard..is the refresh is not happening as no update in the ware house...tell me one thing...how the icon of the team project look in your SCE...it like cross mark over the icon ..X.with red color..if so try to check in pendin changes or undo pending changes by righ clicking over the team project icon.....

    you would thing .this is also real funny...but just do it.....

    Thansk, Kathir


  • Fluxtah

    My problem is I can't get it removed from sight after deleting it, it still appears in the SCE.
  • DaveRogers

    I used TfsDeleteProject. I reset IIS. I don't think there were ever any projects in it and I'm not sure how I could tell if any solution is still using it.. shouldn't be though. I did the query and I did see the project with the is deleted equal to 1.

    Any other ideas Really need to get rid of these.

    Thanks


  • Alex Belik

    That's an interesting question. Is there a way via the database to remove all permissions for a particular deleted project Maybe then I couldn't see it
  • caltex

    You can do it with 'tf perm'. I'm not sure it's possible from the UI.

  • paso

    The funny thing is I haven't found anyone else that sees it in SCE except for me so far... any ideas as to why and how to correct
  • Dasa

    I assume you've got "show deleted items" turned off Regardless, there's an SCE bug that shows deleted team projects. I don't remember the details of the repro but I know there was no easy way out once it happened. It's not something likely to be fixed before Orcas.

  • Rajat Solanky (MCSE, MCSD)

    I assume you have used TFSDeleteProject command line utility for the deletion of team project..and the two team project ..r u using the same methodology ...or different...did you manually run the ware house controller webservice ..or invoke it.... did u reset the iis...

    if you did the above things...and still u r seeing the team project..means..check any solution is still using under the team project in the SCE...and is any body still connected to TFS while deleting the team project...

    still ...u r saying everything fine..then check the following in the database.

    if it is deleted the Is Deleted column will have the boolean values as '1'...open SQL server 2005 and run the query under TFSWarehouse database...

    select * from [team project] where [Is Deleted]='1'

    ...and team project name will become like Deleted Project - SampleProj (90223FA8-D0DD-4C11-9416-20E8907E72AF)

    Thanks, Kathir


  • jaimlin

    I am an admin in TFS but so are other people that can't see it. I don't think I created that particular team project that is stuck (but not sure). There is no x over the icon in SCE. I can't checkin, checkout, undo any pending changes for there it seems (I tried but says nothing to checkout, checkin or undo).

    Anything else we can try

    Thanks


  • alphonso

    Don't features that don't work with no workaround usually get higher priority scheduling


  • TedWagner

    How can I do that though it seems that since it is deleted if I right click and bring up properties on it there is no security that I can get to from there anymore. So I figured I needed to undelete first.


  • Hosma293

    As you know, nothing can be permanently deleted. IIRC, projects created by CreateTeamProject() API cannot be deleted at all, while projects created by the Project Creation Wizard can at least be removed from sight by tfsdeleteproject.exe

  • cisco0407

    You can deny Read permission without undeleting it. (Permissions work on paths, not items, so you can even apply permissions to empty paths.)

  • hailong1977

    Is there a way to undelete the team project I was thinking about undeleting it removing all read permissions then deleting it again


  • Delete team project and remove from SCE?