Search code examples
tfsvisual-studio-2015tfs-2015

How to fix out TF53001 issue in TFS2015?


Working with TFS2015 Upade2 and VS2015 Update2. Everything works well until one of the project collection can't add, rename, delete files. Will prompt an error Message:

TF53001: The database operation was canceled by an Administrator.

This issue can be reproduced by everyone in my team even with team project collection administrator. How to fix out the issue? Any help would be appreciate!

Thanks Tomhans.


Solution

  • In order to resolve this error, you might want to start by checking the version of your SQL instance hosting the TFS databases.

    To find the version of the SQL instance run the query ‘select @@version’. The version list for SQL can be found here.

    If your SQL version is lesser than SQL 2014 CU4 then update it to CU4 or a higher update. And then try it again. More details please refer this blog from MSDN.