-
Notifications
You must be signed in to change notification settings - Fork 2
Checking Conversions
Once a conversion is ran, it's important to check the conversions for any errors or possible configuration issues. You'll want to do this through the KX12 to 13 Converter -> Conversions interface.
You can use the Notes "Contains" to help find errors. Below are the note types that you may want to search for and check.
Missing Items: These indicate the Template is missing all together, or if the Inline Widget is not found (possibly a widget that was added to a page but then the widget was removed).
- TemplateNotFound
- InlineWidgetNameNotFound
** Skipped or Ignored**: These indicate that the Configuration was either not present or set to "Ignored". The IgnoredTemplate will result in a Conversion Successful = false.
- SkippedConfigurationTemplate
- SkippedConfigurationWebpartZone
- SkippedConfigurationSection
- SkippedConfigurationWidget
** Orphaned Zones**: If a widget zone, editable text/image, or section was added to a page, but then it's parent removed, the data may still reside on the page. These indicate it found orphaned sections, check to make sure they are really orphaned or if perhaps you're missing some section configurations.
- OrphanedWebpartZone / OrphanedWebpartZones
I would check Conversion Successful - No
along with Notes - Does not contain - SkippedConfigurationTemplate
to see items that did not convert for some reason except for specifically skipped templates.
Also check for any Conversion Successful: Yes
that contain notes (try Notes - Contains - Orphaned
to see orphaned zones and make sure they are valid orphans, and Notes - Contains - Skipped
which can indicate a missing section / webpart zone / widget in configuration).
Introduction
- Tips & Tricks
-
General Processes
- Cleaning up Site Prior to Split
- Cleaning up Site After Split (Workflow/Page Types)
- Go through Template Configuration
- Go through Section Configuration
- Go through Widget Configurations
- Checking Conversions
- Converting Page Types
- Converting Forms
- Final Database operations
- Preserving Navigation Redirects
- Upgrade Procedure