Hi @Edward Chong ,
According to your description, the cause of the problem cannot be confirmed yet. But please don't worry, let's check the following aspects to find out the cause of the problem:
- Check the list mentioned in the error message to make sure it is not corrupted or has any issues that could cause the migration to fail. You can do this by going to the list in SharePoint 2013 and checking for any errors or issues.
- Check the SharePoint Online site to make sure it is functioning properly and there are no issues with the site that could cause the migration to fail. You can do this by visiting the site in SharePoint Online and checking for any errors or issues. For more details, please see:https://learn.microsoft.com/en-us/sharepointmigration/troubleshooting-common-spmt-issues#spmt-error-codes
- Try migrating the site again after a few hours or on a different day. Migration may fail due to high traffic or server load, waiting a while may help resolve the issue.
If the above checks still have no clue to the problem, you can consider increasing the timeout value for the migration process. This can be done by modifying the web.config file for the SharePoint 2013 site. Here are the steps to do this:
- Open the web.config file for the SharePoint 2013 site in a text editor such as Notepad.
- Locate the <system.web> section of the web.config file.
- Add the following line to the <system. web> section:
<httpRuntime executionTimeout="3600" />
This will increase the timeout value to 3600 seconds (1 hour). You can adjust the value as needed, depending on the size of your migration and the amount of time it is taking.
- Save the web.config file and close the text editor.
Note that modifying the web.config file can be risky, so it's a good idea to make a backup of the file before making any changes.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.