Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TF400997: Configuring Scheduled backup with TFS 2013

Tags:

sql

backup

tfs

I am getting TF400997 when I am trying to configure TFS Scheduled backup using TFS Admin console. Here is my setup:

SQL Server name: Machine1 SQL Server service running under: [email protected] (which is a domain user and local admin on Machine1 and Machine2) SQL Server agent service running under: [email protected]

TFS server name: Machine2 TFS service running under: [email protected] (local admin on Machine2 and Machine1) Network backup path: \Machine2\Backup (gave full permission to [email protected] on Backup folder)

This is what I am getting while verifying the settings and it does not allow me to setup scheduled backup: Here is what I am getting:

Google this already and it looks like my setup should work, Can anyone please help?

like image 818
user311336 Avatar asked Feb 22 '14 03:02

user311336


2 Answers

Please try this one:

  • configure your SQL Account to run under domain\tfsservice instead of [email protected]
  • configure your TFSBackup
like image 152
Igor Avatar answered Sep 19 '22 20:09

Igor


Backup is executed by TFS Job Service: check also TFS user's permissions.

like image 29
Giulio Vian Avatar answered Sep 20 '22 20:09

Giulio Vian