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 :)
Mia,
If I understand your process you would have to run this script on every single site?