Unable to load common structure for target? #2390
Replies: 2 comments 4 replies
-
Have you done what the error message asks?
|
Beta Was this translation helpful? Give feedback.
-
For me I got this error when I was pointing my target URL at the wrong collection. The error seems to be a bit of an unintended red herring. |
Beta Was this translation helpful? Give feedback.
-
[18:55:08 FTL] [16.0.2] Error while running TfsWorkItemMigrationProcessor
System.Exception: 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. ---> Microsoft.TeamFoundation.Core.WebApi.ProjectException: VS800075: The project with id 'vstfs:///Classification/TeamProject/5497bb7b-4f90-4b01-b8f5-e46fc3fa2375' does not exist, or you do not have permission to access it.
at Microsoft.TeamFoundation.Proxy.CommonStructureService.GetNodeFromPath(String nodePath)
at 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:line 455
--- End of inner exception stack trace ---
at 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:line 462
at MigrationTools.Tools.TfsNodeStructureTool.MigrateAllNodeStructures() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Tools\TfsNodeStructureTool.cs:line 403
at MigrationTools.Tools.TfsNodeStructureTool.ProcessorExecutionBegin(TfsProcessor processor) in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationToo
I've checked PAT tokens and they are fine. I've also looked for a project in source org with that ID and nothing exists. I've tried adding mappings to area and iteration but thats not working either. Ive attached my config file below. Please help.
configuration copy 6.json
Beta Was this translation helpful? Give feedback.
All reactions