Area/Iteration Path Errors when running tool #1962
Unanswered
DrNicoleSHale
asked this question in
Q&A
Replies: 2 comments 8 replies
-
Those dont look like errors, they are just debug logs. is there an ERR or WRN that you meant to present? |
Beta Was this translation helpful? Give feedback.
7 replies
-
@MrHinsh thanks, I'm checking with the team who controls the source project, to see if the project and/or work items were renamed or moved at some point. In the meantime, my boss has a follow up question: So what does it mean if they were moved/renamed? How does it affect and tool? How would we know this and what would we need to change in the config to accommodate the potential for it. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Running into some errors when attempting to run the migration tool. The source is on prem, the target is in the cloud, and the user(s) attempting to run the tool has the highest level(s) of permissions. All area & iteration paths have been double checked and confirmed in the source and target. Checked out the link provided in the error as well, which wasn't helpful. Not sure what else is going on, but Here's the portion of the error code where were' seeing the error:
[13:17:51 DBG] [v14.4.6] TfsNodeStructure:CheckForMissingPaths
[13:17:51 DBG] [v14.4.6] TfsNodeStructure:CheckForMissingPaths::AreaNodes::1
[13:17:51 DBG] [v14.4.6] TfsNodeStructure:CheckForMissingPaths:Checking::null
[13:17:51 DBG] [v14.4.6] TfsNodeStructure:CheckForMissingPaths:CheckTarget::\COMPANY Sandbox\Area\BUSINESSUNIT\LSMigrationTest
[13:17:51 DBG] [v14.4.6] TfsNodeStructure:CheckForMissingPaths:CheckTarget::NOTFOUND:\COMPANY Sandbox\Area\BUSINESSUNIT\LSMigrationTest
[13:17:51 DBG] [v14.4.6] TfsNodeStructure:CheckForMissingPaths
[13:17:51 DBG] [v14.4.6] TfsNodeStructure:CheckForMissingPaths::IterationNodes::1
[13:17:51 DBG] [v14.4.6] TfsNodeStructure:CheckForMissingPaths:Checking::null
[13:17:51 DBG] [v14.4.6] TfsNodeStructure:PopulateIterationDatesFronSource:\LS\Iteration\BUSINESSUNIT\LSMigrationTest
[13:17:51 DBG] [v14.4.6] TfsNodeStructure:CheckForMissingPaths:CheckTarget::\COMPANY Sandbox\Iteration\BUSINESSUNIT\LSMigrationTest
[13:17:52 DBG] [v14.4.6] TfsNodeStructure:CheckForMissingPaths:CheckTarget::NOTFOUND:\COMPANY Sandbox\Iteration\BUSINESSUNIT\LSMigrationTest
[13:17:52 WRN] [v14.4.6] !! There are MISSING Area or Iteration Paths
[13:17:52 WRN] [v14.4.6] !! There are 2 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 using the instructions on https://nkdagility.com/learn/azure-devops-migration-tools/Reference/v1/Processors/WorkItemMigrationContext/#iteration-maps-and-area-maps
[13:17:52 WRN] [v14.4.6] MISSING Area: sourcePath=LS\BUSINESSUNIT\LSMigrationTest, targetPath=COMPANY Sandbox\BUSINESSUNIT\LSMigrationTest, anchored=True, IDs=n/a
[13:17:52 WRN] [v14.4.6] MISSING Iteration: sourcePath=LS\BUSINESSUNIT\LSMigrationTest, targetPath=COPMANY Sandbox\BUSINESSUNIT\LSMigrationTest, anchored=True, IDs=n/a
[13:17:52 INF] [v14.4.6] DONE in 00:00:05.1450454
Beta Was this translation helpful? Give feedback.
All reactions