-
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 (shouldn't find this unless database is bad), 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.
- IgnoredTemplate
- SkippedConfigurationTemplate
- SkippedConfigurationWebpartZone
- SkippedConfigurationSection
- SkippedConfigurationWidget
** Orphaned Zones/Sections**: 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
- OrphanedSectionWebpart
I would check "Conversion Successful: False" and make sure all the items failed either because the Template was ignored, there may be many of these.
Then check to see if the notes indicate any missing configuration for inline widgets / widgets.
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