Forum Discussion

Louis Kwong's avatar
Louis Kwong
Copper Contributor
Oct 17, 2017

Migrate Libraries using ShareGate's Copy Site Object misses DispForm.aspx for the library

 

I've noticed an issue with using ShareGate's Copy Site Object to migrate SharePoint libaries from one SharePoint Online site to another.  I migrated the libraries without content. It's only after a while did I noticed that when I try to look at the property of any documents, I got the following error message: Unable to find the default display form.

 

 

 

I opened SharePoint Designer 2013 to compare the original and migrated library and found that the following forms are all missing.

DispForm.aspx, EditForm.aspx, Upload.aspx.

 

I looked at the migration report. There were indeed warnings about unable to create ListFormWebpart.

I clicked ont he How to solve this. It took me to a ShareGate page that suggested I should enable custom scripts on my SharePoint online environment. I did that.

 

 

Waited for over a week before attempting the next Copy Site Object action. The same thing happened. ShareGate missed the forms.

 

This is an issue because Not able to migate the library forms meant users cannot edit document properties. Not being able to use the Copy Site Objects function seriously limits the usefulness of ShareGate. Does anybody know how I can migrate these library forms? I tried to use the New button to create a new DispForm but I got an error that it cannot save the list changes to the server.

 

 

  • 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 Lohé Chung's avatar
    Mia Lohé Chung
    Copper Contributor

    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 :)

    • hodakh's avatar
      hodakh
      Copper 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?  

    • D10ny5u5's avatar
      D10ny5u5
      Copper 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 Wissman's avatar
      David Wissman
      Copper Contributor

      Mia,

      If I understand your process you would have to run this script on every single site?

Resources