Some content do not migrate or do not work after migration because they are associated with SharePoint event receivers. Below is a sample scenario:
Content has been migrated from a file share to a SharePoint document library, which is associated to an event receiver to process uploaded documents. Event is triggered and executed successfully when uploading a document manually to the document library, but nothing happens to documents migrated using Content Matrix.
SharePoint event handlers are disabled during migration, and then restarted once it is completed.
Perform the steps below to work around the issue:
<serveradapterconfig> <suppressevents>False</suppressevents> </serveradapterconfig>Note: Make sure the same file exists on all WFE servers in the SharePoint environment.