0

I've a backup from one TFS server and I'm trying to restore it on another server. But i'm getting this error. Please help.

TF400998: The current user failed to retrieve the SQL Server service account information from tfssvnsvr. Please make sure you have permissions to retrieve this information.

TF246017: Team Foundation Server could not connect to the database. Verify that the instance is specified correctly, that the server that is hosting the database is operational, and that network problems are not blocking communication with the server.

SurenSaluka
  • 1,534
  • 3
  • 18
  • 36

1 Answers1

1

To perform Restore Database procedures, you must be a member of the following groups or have the following permissions:

  • A member of the Administrators security group on the server.
  • Either a member of the SQL Server System Administrator security group, or your SQL Server Perform Back Up and Create Maintenance Plan permission must be set to Allow.
  • A member of the sysadmin security group for the databases for Team Foundation.
  • If the deployment uses SharePoint Products, a member of the Farm Administrators group for the farm to which the SharePoint Products databases are being restored.

More information of Restore a deployment to new hardware, you can refer to: https://msdn.microsoft.com/en-us/library/hh529826(v=vs.120).aspx

Cece Dong - MSFT
  • 29,631
  • 1
  • 24
  • 39