I am running Visual Studio Team Foundation Server Beta 3 Refresh and have discovered that if a user without sufficient permissions tries to create an Area in the Areas & Iterations dialog that an error is given to the user but the Area is still created. It appears that the Area was not completely created though, it shows up in that dialog list, but is not available to be used by work items and it cannot be deleted by anyone. When I (from a global administrator account) try to delete the area, it gives me this message: "TF50309: You do not have sufficient permissions to perform this operation. Node cannot be deleted.". Is there a fix for this issue

Need a fix to area bug
katcoff
Hi Bernd,
We do not have an existing script for this.
You can also try deleting the cache on the client to make it work on the Beta version. The client cache is located at:
<drive>:\Documents and Settings\<user>\Local Settings\Application Data\Microsoft\Team Foundation.
You might also want to run the 'devenv' with /resetuserdata option.
Thanks,
Avanti
prasannav
Akalehzan
Hi Bernd,
I am not able to repro this on the latest bits. It might have been fixed in some recent syncing fixes.
Thanks,
Avanti
Sam Powell
Nick E
Technically, the developer had half of the requisite permissions for B3R. There was a bug in B3R that area nodes would not registered with the security service if they were created by a user who had "Create and Order child nodes" permission but did not have "Edit Project-level information" permission. The result is that there is a node in the area tree upon which nobody has the rights to perform actions (delete, rename, move, etc).
It would be a very bad to manually delete rows from the database for this particular problem. Area and iteration information is actually mirrored in two databases with an external syncing process to maintain the parallel data structures. If performed incorrectly, altering the data could either leave the node in an even worse half-created state or cause the entire process to break down.
If you are planning to upgrade to RC, I would recommend waiting as the safest approach. After the upgrade scripts run, these half-created nodes will become fully-created. Afterwards, you or any other project admin may delete them through the UI.
JoeVB
chris1r123
The latest information about the RC can always be found in Jeff Beehler's blog:
http://blogs.msdn.com/jeffbe/
I forgot to mention that, after RC, "Create and order child nodes" will be the only requisite permission for creating new nodes.
Sushma
Hi Bernd,
I will follow up on this issue. I will open a bug in our system if needed.
Thanks for pointing it out.
Avanti