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.

TFS to Azure DevOps: NodeStructuresMigrationConfig not working

See original GitHub issue

Hi,

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:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
MichelZcommented, Mar 1, 2019

NodeInfo sourceNode = (from n in sourceNodes where n.Path.Contains(treeType) select n).Single();

Do you have any Areas/Iterations configured?

0reactions
github-actions[bot]commented, Oct 31, 2019

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Processors | Azure DevOps Migration Tools
WorkItemMigrationConfig is the main processor used to Migrate Work Items, Links, and Attachments. Use WorkItemMigrationConfig to configure.
Read more >
TF31002-Unable to connect - Azure DevOps & TFS
Receive the error when you try to connect to Azure DevOps Services ... To resolve this problem, apply the most recent Visual Studio...
Read more >
Migrating Test Cases - Expecting end of string error
I am attempting my first migration between two different collections on Azure DevOps Server 2019. The new collection has a custom inheritance ...
Read more >
Search service not running - Developer Community
We recently set up an on-premise Azure DevOps server. Search appears to be correctly configured in the admin console, and the Elasticsearch ...
Read more >
Azure DevOps Server
Azure DevOps Server is a Microsoft product that provides version control reporting, requirements management, project management (for both agile software ...
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