Migrate SharePoint list using ShareGate (Item ID are different in Source and destination those id due to item id are deleted)

Shiv Sharma 1 Reputation point
2020-10-11T07:33:18.26+00:00

while migrating on destination , item id are incrementally assigned automatically...if any records are deleted form source then that id also have been assigned in desitnaion..so that item id are different in source and destination .

Also we are using sharegate as list stp is unable to create as its size is 2 gb due to attachments in the list

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,217 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,610 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,573 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,798 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Trevor Seward 11,681 Reputation points
    2020-10-11T17:58:26.757+00:00

    This is correct behavior as the underlying table is auto-incrementing. The only way to "fix" this is to pre-allocate IDs, but if you have gaps in IDs (i.e. 3, 6, 7, 9), your gaps will be filled in during the migration.

    There is nothing you can do to prevent this.

    0 comments No comments

  2. Baker Kong-MSFT 3,791 Reputation points
    2020-10-12T01:45:58.46+00:00

    Hi @Shiv Sharma ,

    By default, List item IDs will not be preserved. For more details, please refer to:

    As for the file size limitation, you can take a reference of below articles:

    Best Regards,
    Baker Kong


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    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.


  3. sco gordo 301 Reputation points
    2020-10-20T13:56:17.407+00:00

    IIRC item id's are preserved during an export-spweb/import-spweb.

    0 comments No comments