TFS to Azure DevOps: NodeStructuresMigrationConfig not working
See original GitHub issueHi,
Im getting the following error when trying to run the “NodeStructuresMigrationConfig” processor.
migration.exe Warning: 0 : [EXCEPTION] System.InvalidOperationException: Sequence contains no elements at System.Linq.Enumerable.Single[TSource](IEnumerable1 source) at VstsSyncMigrator.Engine.NodeStructuresMigrationContext.ProcessCommonStructure(String treeType, NodeInfo[] sourceNodes, ICommonStructureService targetCss, ICommonStructureService sourceCss) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\NodeStructuresMigrationContext.cs:line 47 at VstsSyncMigrator.Engine.NodeStructuresMigrationContext.InternalExecute() in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\NodeStructuresMigrationContext.cs:line 39 at VstsSyncMigrator.Engine.MigrationContextBase.Execute() in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\MigrationContextBase.cs:line 35 MigrationEngine: The Processor NodeStructuresMigrationContext entered the failed state...stopping run
Not really sure what “Sequence contains no elements” is trying to tell me
Issue Analytics
- State:
- Created 5 years ago
- Comments:6

Top Related StackOverflow Question
NodeInfo sourceNode = (from n in sourceNodes where n.Path.Contains(treeType) select n).Single();Do you have any Areas/Iterations configured?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days