Follow a deepest-level-first promotion strategy to ensure proper hierarchy handling:
- Discover Full SharePoint Structure
- Run a Discover SharePoint Contents task to identify all sites and subsites.
- If needed, run additional discovery tasks for specific subsites to ensure nothing is missed.
- Promote Subsites Starting from the Deepest Level
- Always begin with the lowest-level (deepest) subsite and work upward.
Example Structure:
/sites/Rootsite (Parent)
/sites/Rootsite/SubsiteA (Level 1)
/sites/Rootsite/SubsiteA/SubsiteA1 (Level 2)
/sites/Rootsite/SubsiteA/SubsiteA1/SubsiteA1a (Level 3)
/sites/Rootsite/SubsiteA/SubsiteA1/SubsiteA1a/SubsiteA1a1 (Level 4)
Correct Promotion Order:
- SubsiteA1a1 → /sites/SubsiteA1a1
- SubsiteA1a → /sites/SubsiteA1a
- SubsiteA1 → /sites/SubsiteA1
- SubsiteA → /sites/SubsiteA
- For Each Subsite:
- Use the Map Web task to map and promote the subsite to the desired target site URL.
- Perform the migration of content after the promotion is complete.
- Repeat the process for the next level up.
- Reference Documentation:
- Mapping Webs: https://support.quest.com/technical-documents/on-demand-migration/current/user-guide/27#TOPIC-2147867