문제

I am trying to migrate a SharePoint "Shared Document" document library from MOSS07 site to SP2010 site. I am using the tool called metalogix but when I select the list, it hangs, and stops responding due to large contents.

The document library is having almost 25000 items. Is there any other way, may be OOTB? Is Saving lists as template can be considered as an option? or any alternatives?

What should be best to migrate this document library successfully to SP2010 site?

도움이 되었습니까?

해결책

There is a path in the "C:\ProgramData\Metalogix" in which the XML file is "EnvironmentSettings" responsible for all thresholds and overall performance. so you need to update that to make it work.

Pls see the detailed note from the metalogix documentation: For large lists, we recommend starting with batch sizes of between 100 to 200 items. For smaller or larger lists with larger items, we recommend setting the parameter “UploadManagerDetermineBatchSizesByMB” to True, and then setting the parameter “UploadManagerBatchSizeThresholdInMB” to between 300MB and 500MB.

Also based on my experience, it is always better to configure the settings in the tool and then generate the powershell script to run so it will improve the overall performance.

Additionally, DB connection is the best approach to start with when you have large content to migrate.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top