-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS402625: Dates must be increasing with each revision #751
Comments
Seems to appear in in 11.8.3 as well. |
@tmetodie can you try running with v11.7.5? this will help us isolate the issue. |
I'm thinking this issue is in:
|
My tests all look good. @rexhinvorpsi can you debug in visual studio and see what is returned from |
@rexhinvorpsi I added some extra logging to show the revisions in Debug before they are processed. 11.8.5 will have the extra log with a list of revisions to be processed. |
Hi together! Sorry for the inconvenience.. haven’t seen this issue on my own so far. Do we somewhere manipulate the ChangedDate and try to set it though it’s a system field? @tmetodie do you use a field map to migrate the changed date? As we didn’t fix the the FieldToFieldMap yet that could be one reason i could imagine... |
@MrHinsh can you update the Field2FieldMap to use WorkItemData and see if that helps? I am out of office atm... |
I was unable to get to the bottom of it. This issue is not being reported widely. @gereon77 the system was totally failing to migrate revisions at all. Unfortunately, your awesome changes did not go far enough and @tomfrenzel and I created a quick fix with a call to "GetWorkitem+revision" like we don't want to have to. It may be related to this issue, but Im not sure. |
The issue at least for me with the dates is not seen anymore in 1.9.0. Same configuration.json file. Thanks a lot! |
Indeed... I saw the comment in the commit and of course we have to adapt When I have time I will look into it with care... |
This is for issues: For questions on usage please use https://stackoverflow.com/questions/tagged/azure-devops-migration-tools and tag with
azure-devops-migration-tools
Describe your issue:
Hi everybody, first of all, this is a godsend of a tool and a huge thank you to everyone involved.
I updated the tool to the latest version: 11.8.4 and i am getting an error during revision replaying. I am simply migrating a current interation query with about 37 work items. It worked on version 11.6 but it doesn't after this update.
Thank you in advanca for any help
Describe any Exceptions:
VS402625: Dates must be increasing with each revision.
---> System.Web.Services.Protocols.SoapException: VS402625: Dates must be increasing with each revision.
at Microsoft.TeamFoundation.WorkItemTracking.Proxy.RetryHandler.HandleSoapException(SoapException se)
at Microsoft.TeamFoundation.WorkItemTracking.Proxy.WorkItemServer.Update(String requestId, XmlElement package, XmlElement& result, MetadataTableHaveEntry[] metadataHave, String& dbStamp, IMetadataRowSets& metadata)
at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.SendUpdatePackage(XmlElement package, XmlElement& result, Boolean bulk)
--- End of inner exception stack trace ---
at VstsSyncMigrator.Engine.WorkItemMigrationContext.ProcessWorkItem(WorkItemData sourceWorkItem, Int32 retryLimit, Int32 retrys) in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 447
at VstsSyncMigrator.Engine.WorkItemMigrationContext.InternalExecute() in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 145
at MigrationTools._EngineV1.Processors.MigrationProcessorBase.Execute() in D:\a\1\s\src\MigrationTools_EngineV1\Processors\MigrationProcessorBase.cs:line 45
Source Details
Target Details
The text was updated successfully, but these errors were encountered: