-
|
Hi I am having a problem with mapping of areas/Iterations My mapping config looks like this:- I have only the default area and iteration in both the source(on-prem TFS) and target (AzDo Cloud) projects. Fron the logging, it seems these mappings are working correctly. But it looks as if the call to get the area from the target project is failing - hence the NOTFOUND logging. From looking at the code, it seems this call, within TfsNodeStructureTool.CheckForMissingPaths returns an exception (line 609 in the current source code)
For reference, I used a previous version of the tool (16.3) a couple of months back to migrate several thousand items, with the same source and target platforms as this attempt. Any idea what might be going wrong?? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I found the problem. The service account that I was using for the target project had dropped out of an entra group, so it had no access to read the area and iteration definitions in the target project. Onwards..... |
Beta Was this translation helpful? Give feedback.
I found the problem. The service account that I was using for the target project had dropped out of an entra group, so it had no access to read the area and iteration definitions in the target project.
Discovered by running the code in debug in Visual Studio.
Onwards.....