-
I completed a migration run and everything looked correct except that no attachments were migrated. Below is an example of an mp4 attachment, but it's the same error for anything (html, png, pdf, etc). I can't find anywhere in Devops that limits attachment sizes, so I assume the problem is something else? Also, once this issue is resolved can I run the AttachmentMigrationEnricher by itself and update the items that are already migrated or do I run the full migration again and maybe it will add the documents? [10:21:02 INF] [v15.0.4] AttachmentMigrationEnricher: Migrating 1 attachemnts from 4622 to 13698 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
The You can rerun for that specific work item and it will bring over any missing attachments or links. Reference: TfsAttachmentEnricherOptions |
Beta Was this translation helpful? Give feedback.
-
But these are coming from another ADO. How could they be too big? |
Beta Was this translation helpful? Give feedback.
-
I couldn't respond properly yesterday as it was a US Holiday and I was on my phone. (Anniversary of the British colonies revolting :-) ) Anyway, the error is referring to a limit of zero bites. Maybe that's a bad error message from ADO? All of these attachments are well below the 60MB limit (480000000 bits). I'm going to run the attachment enricher and see if I can get them to move. |
Beta Was this translation helpful? Give feedback.
-
With the follwing in my config I get
|
Beta Was this translation helpful? Give feedback.
With the follwing in my config I get
MaxAttachmentSize
set to the correct value.