TF400499 When trying to migrate teams with settings
See original GitHub issueGreetings… 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:
- Created 4 years ago
- Comments:9 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Still an issue
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…