MigrationTools.Exceptions.MigrationToolsException: Unable to load Common Structure for Target #2599
Unanswered
BenedictSteffens
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@MrHinsh any help is appreciated! |
Beta Was this translation helpful? Give feedback.
0 replies
-
What you have posted is not a valid JSON file and will not be able to be loaded by the tool! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to Export one Azure DevOps Area to another Project. The Configuration file looks like this:
Executing the Migration Tool with this Config leads to the following Exception. Both Azure DevOps Projects are in English, therefore I dont understand the exception:
[14:42:46 FTL] [16.0.9] An error occurred in the Migration Tools causing it to stop! This is likley due to a configuration issue and is not being logged remotely. You can always ask on https://github.com/nkdAgility/azure-devops-migration-tools/discussions
MigrationTools.Exceptions.MigrationToolsException: Unable to load Common Structure for Target.This is usually due to TFS having a different installed langauge version than was expected.. Validate that 'Area' is the correct name in your version. This would be something like 'Fläche' or 'Aire'. If you open the area tree in Visual Studio, or web access, you should see the name your langauage uses for 'Area' or 'Iteration. Do not try to add a specific area or iteration path to this field. Check the defaults on https://nkdagility.com/learn/azure-devops-migration-tools/Reference/Endpoints/TfsTeamProjectEndpoint/ for an example fro English.
bei MigrationTools.Tools.TfsNodeStructureTool.ProcessCommonStructure(String treeTypeSource, String localizedTreeTypeName, String projectTarget, TfsNodeStructureType nodeStructureType) in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Tools\TfsNodeStructureTool.cs:Zeile 464.
bei MigrationTools.Tools.TfsNodeStructureTool.MigrateAllNodeStructures() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Tools\TfsNodeStructureTool.cs:Zeile 408.
bei MigrationTools.Tools.TfsNodeStructureTool.ProcessorExecutionBegin(TfsProcessor processor) in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Tools\TfsNodeStructureTool.cs:Zeile 285.
bei MigrationTools.Processors.TfsWorkItemMigrationProcessor.InternalExecute() in D:\a\azure-devops-migration-tools\azure-devops-migration-
Thanks in Advance!
Beta Was this translation helpful? Give feedback.
All reactions