TFS Rollback - TF246021: An error occurred while processing the request

I get an exception by returning my registration.

TF246021: An error occurred while processing your request. technical information (for administrator): SQL Server Error: 500200

The same set of changes that my friend canceled without problems :(

I run the visual studio command prompt in admin mode.

+7
source share
2 answers

I had the same problem and check the source control and make sure the folder in the source element is marked as deleted and exists in my project.

: try to restore the file / folder from the original control

since Anuraj said you can delete the workspace and create a new one

hope this helps

+5
source

This is not an answer. I understand this is an old topic, but I'm still using TFS2010. Please stick to your judgment. We are working on an update. But in the meantime, I'm trying to merge the two release branches into the main branch. I am using Visual Studio 2017. The main branch was forked to Release 1, and Release 1 was forked to Release 2. I was able to merge Release 2 -> Release 1 -> Main branch. However, we rolled back. Now I get this error on both my regular user ID and my TFS admin ID. Both have the same rights / privileges. My colleague has no problem. I deleted my workspace and recreated it. I disassembled, deleted the code and reassigned - all to no avail. If anyone has any suggestions, I am open to listen to them. Thanks!

-one
source

All Articles