DevOps Upgrade - UAT is not anchored

81 Views Asked by At

Am having the issue below when running azure devops migration tool, any pointers on what is causing the issue? Error: [12:39:29 INF] Migrating all Nodes before the Processor run. [12:39:30 INF] Processing Node: \Streamlined\Area\ Inventory\ Management\MMS Upgrade UAT, start date: null, finish date: null [12:39:30 FTL] Error while running WorkItemMigration System.InvalidOperationException: Path \Streamlined\Area\ Inventory\ Management\MMS Upgrade UAT is not anchored in the target project, it cannot be created. at MigrationTools.Enrichers.TfsNodeStructure.GetOrCreateNode(String nodePath, Nullable1 startDate, Nullable1 finishDate) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel\ProcessorEnrichers\TfsNodeStructure.cs:line 157

1

There are 1 best solutions below

0
Ryan On

I ran into this problem just today, and it was caused, for me, by a lowercase 't' that should have been uppercase in the project name. I'd suggest taking a closer look at your config to make sure that you haven't flipped case anywhere by accident.