Migration og Project fails due to "FAILED to save..." #2147
Replies: 1 comment
-
We can only provide help with the latest version of the tooling. Please update!
Yes, they must be identical or mapped! We added the ability to map in v15.0.0/. |
Beta Was this translation helpful? Give feedback.
0 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.
-
HI there!
I have a problem that I do not understand. I need to give you a little context and I hope you can help:
I want to merge a number of different projects within the same collection into one new Project called "Company Backlog". This new project already contains a few migrated projects (successfully done with this tool). I do have a "Test Migration Project" that shares the exact same process as the real project where I have successfully tested the config.
However, when I want to migrate the items (~3600) into the real project I do get the following error:
[11:14:05 DBG] [v14.4.7] Invalid Field Object:
{
"WorkItemId": 0,
"CurrentRevisionWorkItemRev": 0,
"CurrentRevisionWorkItemTypeName": "Task",
"Name": "Iteration Path",
"ReferenceName": "System.IterationPath",
"Value": "RnD Migration Test\Archive\STNA\3w\Sprint 2430",
"OriginalValue": "",
"ValueWithServerDefault": "RnD Migration Test\Archive\STNA\3w\Sprint 2430",
"Status": 16,
"IsRequired": true,
"IsEditable": true,
"IsDirty": true,
"IsComputed": true,
"IsChangedByUser": true,
"IsChangedInRevision": true,
"HasPatternMatch": false,
"IsLimitedToAllowedValues": false,
"HasAllowedValuesList": false,
"AllowedValues": [],
"IdentityFieldAllowedValues": [],
"ProhibitedValues": []
}
[11:14:05 DBG] [v14.4.7] --------------------------------------------------------------------------------------------------------------------
[11:14:05 DBG] [v14.4.7] --------------------------------------------------------------------------------------------------------------------
[11:14:05 ERR] [v14.4.7] Microsoft.TeamFoundation.WorkItemTracking.Client.ValidationException: TF237124: Das Arbeitselement ist nicht speicherbereit.
bei Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem.Save(SaveFlags saveFlags)
bei MigrationTools.TfsExtensions.SaveToAzureDevOps(WorkItemData context) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel\TfsExtensions.cs:Zeile 77.
bei VstsSyncMigrator.Engine.WorkItemMigrationContext.d__38.MoveNext() in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:Zeile 606.
Microsoft.TeamFoundation.WorkItemTracking.Client.ValidationException: TF237124: Das Arbeitselement ist nicht speicherbereit.
bei Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem.Save(SaveFlags saveFlags)
bei MigrationTools.TfsExtensions.SaveToAzureDevOps(WorkItemData context) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel\TfsExtensions.cs:Zeile 77.
bei VstsSyncMigrator.Engine.WorkItemMigrationContext.d__38.MoveNext() in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:Zeile 606.
[11:14:05 ERR] [v14.4.7] Could not save migrated work item 239695, an exception occurred.
System.AggregateException: Mindestens ein Fehler ist aufgetreten. ---> Microsoft.TeamFoundation.WorkItemTracking.Client.ValidationException: TF237124: Das Arbeitselement ist nicht speicherbereit.
bei VstsSyncMigrator.Engine.WorkItemMigrationContext.d__38.MoveNext() in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:Zeile 651.
--- Ende der internen Ausnahmestapelüberwachung ---
Sorry it is in German, but it is similar to the error mentioned here.
What I do not understand is why the error does not occur in the test project?
And am I right to assume that the System.IterationPath with "Value": "RnD Migration Test\Archive\STNA\3w\Sprint 2430", is the problem?
I do have a Sprint in the new project with the same name but with a different Iteration path. Is that a problem?
Any help is much appreciated. ;-)
Beta Was this translation helpful? Give feedback.
All reactions