Nodes (Area or Iteration) found in the history of the Source that are missing from the Target #1855
Closed
code-on-git
started this conversation in
General
Replies: 1 comment 7 replies
-
If you want it to create the areas and iterations automatically then use: |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get an error message that I don't really understand:
There are 15 Nodes (Area or Iteration) found in the history of the Source that are missing from the Target! These MUST be added or mapped before we can continue
Followed by a list of areas and iterations that are missing like this:
MISSING Area: sourcePath=SourceProjectName\Area1, targetPath=TargetProjectName\Area1, anchored=True, IDs=n/a
MISSING Iteration: sourcePath=SourceProjectName\Phase2, targetPath=TargetProjectName\Phase2, anchored=True, IDs=n/a
I tried to solve this by adding the following config:
"AreaMaps": { "SourceProjectName\\\\Area1": "TargetProjectName\\Area1" },
"IterationMaps": { "SourceProjectName\\\\Phase2": "TargetProjectName\\Phase2" }
But I get the same error.
What does the error mean? Why can't the nodes just be created? I'm migrating to an empty project.
Beta Was this translation helpful? Give feedback.
All reactions