You must Sign In to post a response.
  • Category: Sharepoint

    Document library movement from sharepoint 2007 to sharepoint office 365

    Hi ,

    Is it possible to migrate document library from Moss 2007 to share point office 365 directly or using tools ???..any help will b useful




    thanks
    Malini
    ?
  • #765866
    Hi
    Refer Below links

    "support.office.com/en-us/article/Fix-problems-opening-documents-in-SharePoint-libraries-31329fa1-4ad0-47fc-95d8-bb0c5b12a536"

    "en.share-gate.com/blog/migrate-sharepoint-2007-to-office-365-with-sharegate"

    "topsharepoint.com/content-migration-tools-for-sharepoint"

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.

  • #765867
    I have not used it but I knew There are 3 ways to get this done.
    - Export from 2007and import in 365(with little tricks)
    - Content Database Migration
    - 3rd party tools.
    you can
    - Export the list from SharePoint 2007 using either the Central Administration or PowerShell (Export-SPWeb). In the Central Administration, go to Backup and Restore > Export a site or list. Choose your list, and click Start Export
    - Copy the exported list (.cmp file) to your desktop and change the extension to .cab. You can then extract it using a software like WinRar.
    - Now we have to repackage it as a .cab file. I used a software called CabPack. Select your Source and Destination. Change the CabinetNameTemplate if you want, and click on OK.
    - Change the extension from .cab to .cmp
    - Copy the .cmp file back on the network share or directly on the SharePoint
    check out below link for more details
    https://absolute-sharepoint.com/2013/08/how-to-move-a-list-from-sharepoint-2010-to-sharepoint-2013.html

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]

  • #766470
    Please refer to this blog discusses the issues that may arise when moving, as well as considerations on how to.

    How to Migrate SharePoint 2007 to Office 365 Standard Using Native Web Service and CSOM: https://blogs.msdn.microsoft.com/himanshukumar/2012/05/21/how-to-migrate-sharepoint-2007-to-office-365-standard-using-native-web-service-and-csom/

    You might want to consider going from SharePoint 2007 -> SharePoint 2010 on-premise -> Office 365. follow this steps:

    To do this you can create a SQL backup of the content database and restore it on the SQL server used by SharePoint 2010. Then create a new web app in SP 2010 and attach the copy of the database to this web app. That will upgrade the database to SP 2010.

    Now you can use the powershell command to export the list:
    export-spweb ... -itemurl <url-to-the-doclib> ...

    You can then import the list into the desired site collection using:
    import-spweb command.


    Also, Save Document Library as template with content, it will give you .stp file. Follow this steps to convert it to .wsp: http://technet.microsoft.com/en-us/library/cc288476.aspx#STP

    Upload it to SP2010 site and Create new document library.

    From SharePoint 2010 to Office 365: Save the SharePoint site to template, and then upload it to Office 365 and activate it. Here's an article which will lay out some steps, in which you can save your site as a template and ensure the migration is successful:
    http://sharepoint-content-migration.blogspot.in/2016/05/migrating-from-sharepoint-on-premise-to.html

  • #766472
    Using Native Web Service and CSOM you can Migrate SharePoint 2007 to Office 365, see below link
    http://en.share-gate.com/blog/migrate-sharepoint-2007-to-office-365-with-sharegate
    http://en.share-gate.com/blog/migrate-to-office-365-sharepoint-supported-scenarios
    https://blogs.msdn.microsoft.com/himanshukumar/2012/05/21/how-to-migrate-sharepoint-2007-to-office-365-standard-using-native-web-service-and-csom/

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments