question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TF400499 When trying to migrate teams with settings

See original GitHub issue

Greetings… We’re attempting to migrate from a cloud instance of Azure Devops to a Devops Server 2019 instance.

Looks like we’ve been able to achieve moving most things over via your tool… but when trying to migrate teams with team settings, I get the following error.

Processing team '<Team Name>':    
-> Team '<Team Name>' created
-> Processing team '<Team Name>' settings:  
-> Settings found for team '<Team Name>'..   
migration.exe Warning: 0 :   [EXCEPTION] System.Web.Services.Protocols.SoapException: TF400499: You have not set your team field.
 at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs) 
at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs)        
at Microsoft.TeamFoundation.ProcessConfiguration.Client.TeamConfigurationService.SetTeamSettings(Guid teamId, TeamSettings teamSettings) 
at Microsoft.TeamFoundation.ProcessConfiguration.Client.TeamSettingsConfigurationService.SetTeamSettings(Guid teamId, TeamSettings settings)
 at VstsSyncMigrator.Engine.TeamMigrationContext.InternalExecute() in C:\Users\source\repos\azure-devops-migration-tools\src\VstsSyncMigrator.Core\Execution\MigrationContext\TeamMigrationContext.cs:line 109                            at VstsSyncMigrator.Engine.MigrationContextBase.Execute() in C:\Users\source\repos\azure-devops-migration-tools\src\VstsSyncMigrator.Core\Execution\MigrationContext\MigrationContextBase.cs:line 35                                  MigrationEngine: The Processor TeamMigrationContext entered the failed state...stopping run

Configuration for team migration was as such:

{
      "ObjectType": "VstsSyncMigrator.Engine.Configuration.Processing.TeamMigrationConfig",
      "Enabled": true,
      "PrefixProjectToNodes": false,
      "EnableTeamSettingsMigration": true
    }

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
rogerperez1commented, Mar 24, 2020

Still an issue

1reaction
lymedocommented, Jun 10, 2020

I think I know the reason for this issue. When the Team is migrated, there is no default backlog iteration set in Team configuration > Iterations. When you navigate to this page, you will see an error message. If you set the default backlog issue, the exception is no longer raised in the tool…

Read more comments on GitHub >

github_iconTop Results From Across the Web

TfsTeamSettingsProcessor failure with "You have not set ...
Things I have tried: Made sure that the team I would like to migrate exists in TFS; Made sure that the project names...
Read more >
'TF400499: You have not set your team field' when trying to ...
Share on: I have recently been automating TFS admin processes such as creating a new team within an existing team project.
Read more >
Teams without areas using a team field in TFS
We first want to create a Global List to hold our list of Teams. ... configured you can move on to configuring TFS...
Read more >
Troubleshoot migration import to Azure DevOps Services
Once a database reaches a certain size, it becomes faster to setup a SQL Azure VM to complete the import to Azure DevOps...
Read more >
Move data from one MS Team to another
we have a new MS Team setup and want to move data from an older MS Team to the new one. what tool...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found