Forum Discussion
Migrate Libraries using ShareGate's Copy Site Object misses DispForm.aspx for the library
- Oct 19, 2017
Hi Louis,
Full disclosure, I work for Sharegate :) Here's what you need to do to resolve your problem:
1. Download and install Sharepoint Online Management Shell
2. Open a Sharepoint Online Management Shell prompt
3. Run the two following commands:
Connect-SPOService -Url https://YourDomain-admin.sharepoint.com
Set-SPOSite -Identity https://YourDomain.sharepoint.com/sites/YourSite/ -DenyAddAndCustomizePages 0
4. Try to remigrate.If that doesn't work, contact support@share-gate.com and they'll be happy to give you a hand! Good luck :)
Hi Louis,
Full disclosure, I work for Sharegate :) Here's what you need to do to resolve your problem:
1. Download and install Sharepoint Online Management Shell
2. Open a Sharepoint Online Management Shell prompt
3. Run the two following commands:
Connect-SPOService -Url https://YourDomain-admin.sharepoint.com
Set-SPOSite -Identity https://YourDomain.sharepoint.com/sites/YourSite/ -DenyAddAndCustomizePages 0
4. Try to remigrate.
If that doesn't work, contact support@share-gate.com and they'll be happy to give you a hand! Good luck :)
- hodakhApr 24, 2019Copper Contributor
Mia Lohé Chung Thanks for your solution because we had the same problem for duplicating our CRM community.the other unsolve problem is that after duplicating the drop-down menu doesn't migrate. any solution?
- D10ny5u5Feb 28, 2019Copper Contributor
Thanks for the information. In my case I had already deleted the source and the forms weren't that important that I would worry about losing them.
It appears the forms are copied across but the link from the list to the forms is missing. In my case I used designer to browse all files and lists and delete the original forms. I then used Designer to re-create the forms.
If you didn't want to delete the migrated forms, you could just recreate with a different name, using Designer.
- David WissmanOct 10, 2018Copper Contributor
Mia,
If I understand your process you would have to run this script on every single site?
- Louis KwongOct 20, 2017Copper Contributor
Thanks Mia, I've tried it and it worked perfectly! It's so annoying with SharePoint Online that enabling script in the admin console is not enough. You had to use Powershell too. It worked. The migrated libraries now have the missing forms. It also solved another issue with the OneDrive iOS app. It can now see the migrated library. Before this, the OneDrive iOS app could not see the migrated libraries. I assume that's because of the missing forms. Thanks again.
- Mia Lohé ChungOct 20, 2017Copper Contributor
So happy it worked! If ever you have any other questions, don't hesitate to contact our support team :)
- JHerschelMar 08, 2018Iron Contributor
I have this same issue, just trying to understand, would the migration tool just migrate the lists and contents but default to the new/edit pages on SharePoint Online?
I will run the below. thanks!