Lotus Notes 8.5 and USMT 4.0
-
Friday, November 18, 2011 7:50 PM
I am attempting to use USMT 4.0 to migrate Notes 8.5 from XP to Windows 7. I have read all the posts I can find and implemented the recommended xml script enhancements, but it still is not working. Here are the sections of the modified migapp.xml which pertain to Lotus Notes:
<!-- Lotus Notes 6, 7 and 8 --> <component context="User" type="Application"> <displayName _locID="migapp.lotusnotes">Lotus Notes</displayName> <environment> <variable name="NotesInstPath"> <script>MigXmlHelper.GetStringContent("Registry","HKLM\Software\Lotus\Notes\Installer [PATH]")</script> </variable> <variable name="NotesDataPath"> <script>MigXmlHelper.GetStringContent("Registry","HKLM\Software\Lotus\Notes\Installer [DATAPATH]")</script> </variable> </environment> <role role="Settings"> <detects> <detect> <condition>MigXmlHelper.DoesFileVersionMatch("%NotesInstPath%\notes.exe","ProductVersion","6.*")</condition> <condition>MigXmlHelper.DoesFileVersionMatch("%NotesInstPath%\notes.exe","ProductVersion","7.*")</condition> <condition>MigXmlHelper.DoesFileVersionMatch("%NotesInstPath%\notes.exe","ProductVersion","8.*")</condition> </detect> </detects> <rules context="User"> <conditions operation="OR"> <condition>MigXmlHelper.DoesFileVersionMatch("%NotesInstPath%\notes.exe","ProductVersion","6.*")</condition> <condition>MigXmlHelper.DoesFileVersionMatch("%NotesInstPath%\notes.exe","ProductVersion","7.*")</condition> </conditions> <destinationCleanup> <objectSet> <pattern type="File">%CSIDL_LOCAL_APPDATA%\VirtualStore\Program Files\Notes\* [*]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\VirtualStore\Program Files (X86)\Notes\* [*]</pattern> </objectSet> </destinationCleanup> <include> <objectSet> <pattern type="Registry">HKCU\Software\Lotus\Notes\Installer [USENOTESFOREMAIL]</pattern> </objectSet> </include> <include> <objectSet> <pattern type="File">%NotesDataPath%\* [*]</pattern> <pattern type="File">%NotesInstPath%\ [formats.ini]</pattern> <pattern type="File">%NotesInstPath%\ [keyview.ini]</pattern> <pattern type="File">%NotesInstPath%\ [notestat.ini]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[InstallType]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Timezone]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DST]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DSTLAW]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MailType]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$$HasLANPort]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[PhoneLog]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Log]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[AltNameLanguage]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ContentLanguage]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WeekStart]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ViewWeekStart]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NavWeekStart]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[XLATE_CSID]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[SPELL_LANG]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Region]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DatePickerDirection]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Passthru_LogLevel]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Console_LogLevel]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[VIEWIMP*]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[VIEWEXP*]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EDITIMP*]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EDITEXP*]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DDETimeout]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NAMEDSTYLE*]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DefaultMailTemplate]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[TCPIP]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[LAN0]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Ports]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DisabledPorts]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[KeyFilename]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[TemplateSetup]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Location]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MailFile]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$IEVersionMajor]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ECLSetup]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$headlineClientId]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DESKWINDOWSIZE]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WINDOWSIZEWIN]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MAXIMIZED]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NAMES]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefPartDocsLimitAmt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefPartAtchLimitAmt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefEncryptType]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EmptyTrash]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[AltCalendar]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MIMEPromptMultilingual]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MIMEMultilingualMode]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[QuotePrefix]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[QuoteLineLength]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[AutoLogoffMinutes]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DeskIconColors]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[OLD_VCARD_REGISTRY_SETTIN]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[G]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[KitType]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[FaultRecovery_Build]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnablePersistentBreakpoints]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$DisableCookies]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[StickyColumnSort]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DisableForwardPrefix]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WindowSizeKeywords]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[BCASE_SITEMAP_DISPLAY]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$DisplayWindowMenu]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$headlineDisableHeadlines]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$MSOfficeToNotes]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Auto_Save_Enable]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[BackgroundPrinting]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[CertificateExpChecked]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ClassicDialogBoxCaption]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[CloseAllWinTabsPrompt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DefaultBrowser]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DisableImageDithering]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DisableOpenViewAsync]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnableActiveXInBrowser]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnableJavaApplets]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnableJavaScript]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnableJavaScriptErrorDialogs]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnableLiveConnect]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnablePlugins]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ExitNotesPrompt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EXPAND_NAMES_PRINTING]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[LastHistoryPruneTime]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[LaunchDIIOPOnPreview]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MailUpgradeCheckTime]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MarkDocumentsPrompt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NO_SHELL_LINKS]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NoShowAttachmentWarning]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NoShowAttachmentWhenForwardingWarning]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Preferences]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[PromptForLocation]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefEncrypt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefFullDocs]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefFullText]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefPartAtchLimit]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefPartDocsLimit]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefReplImmed]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[SaveStateOnExit]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ShowAccelerators]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ShowMIMEImagesAsAttachments]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[SPELL_PREFERENCES]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[StrictDateTimeInput]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[UNICODE_Display]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[UNTAGGEDTEXT_FOLLOWS_FORM]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[URLBarInlineAutoComplete]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[UseAccessNavigation]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[UseTabToNavRODoc]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[UseWebPalette]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[VIEW_ICONPOPUP]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WantThemes]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WWWDSP_PREFETCH_OBJECT]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WWWDSP_SYNC_BROWSERCACHE]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[SU_IN_PROGRESS]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[SU_DELAY_DAYS]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DontCheckDefaultMail]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[IM_ENABLE_SSO]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[IM_USE_CANONICAL_NAME]</pattern> </objectSet> </include> <locationModify script="MigXmlHelper.RelativeMove('%NotesInstPath%','%NotesInstPath%')"> <objectSet> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[InstallType]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Timezone]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DST]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DSTLAW]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MailType]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$$HasLANPort]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[PhoneLog]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Log]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[AltNameLanguage]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ContentLanguage]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WeekStart]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ViewWeekStart]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NavWeekStart]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[XLATE_CSID]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[SPELL_LANG]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Region]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DatePickerDirection]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Passthru_LogLevel]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Console_LogLevel]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[VIEWIMP*]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[VIEWEXP*]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EDITIMP*]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EDITEXP*]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DDETimeout]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NAMEDSTYLE*]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DefaultMailTemplate]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[TCPIP]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[LAN0]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Ports]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DisabledPorts]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[KeyFilename]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[TemplateSetup]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Location]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MailFile]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$IEVersionMajor]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ECLSetup]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$headlineClientId]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DESKWINDOWSIZE]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WINDOWSIZEWIN]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MAXIMIZED]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NAMES]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefPartDocsLimitAmt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefPartAtchLimitAmt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefEncryptType]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EmptyTrash]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[AltCalendar]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MIMEPromptMultilingual]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MIMEMultilingualMode]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[QuotePrefix]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[QuoteLineLength]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[AutoLogoffMinutes]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DeskIconColors]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[OLD_VCARD_REGISTRY_SETTIN]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[G]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[KitType]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[FaultRecovery_Build]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnablePersistentBreakpoints]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$DisableCookies]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[StickyColumnSort]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DisableForwardPrefix]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WindowSizeKeywords]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[BCASE_SITEMAP_DISPLAY]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$DisplayWindowMenu]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$headlineDisableHeadlines]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[$MSOfficeToNotes]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Auto_Save_Enable]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[BackgroundPrinting]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[CertificateExpChecked]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ClassicDialogBoxCaption]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[CloseAllWinTabsPrompt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DefaultBrowser]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DisableImageDithering]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DisableOpenViewAsync]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnableActiveXInBrowser]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnableJavaApplets]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnableJavaScript]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnableJavaScriptErrorDialogs]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnableLiveConnect]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EnablePlugins]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ExitNotesPrompt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[EXPAND_NAMES_PRINTING]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[LastHistoryPruneTime]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[LaunchDIIOPOnPreview]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MailUpgradeCheckTime]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[MarkDocumentsPrompt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NO_SHELL_LINKS]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NoShowAttachmentWarning]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[NoShowAttachmentWhenForwardingWarning]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[Preferences]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[PromptForLocation]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefEncrypt]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefFullDocs]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefFullText]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefPartAtchLimit]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefPartDocsLimit]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ReplDefReplImmed]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[SaveStateOnExit]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ShowAccelerators]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[ShowMIMEImagesAsAttachments]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[SPELL_PREFERENCES]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[StrictDateTimeInput]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[UNICODE_Display]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[UNTAGGEDTEXT_FOLLOWS_FORM]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[URLBarInlineAutoComplete]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[UseAccessNavigation]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[UseTabToNavRODoc]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[UseWebPalette]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[VIEW_ICONPOPUP]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WantThemes]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WWWDSP_PREFETCH_OBJECT]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[WWWDSP_SYNC_BROWSERCACHE]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[SU_IN_PROGRESS]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[SU_DELAY_DAYS]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[DontCheckDefaultMail]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[IM_ENABLE_SSO]</pattern> <pattern type="Ini">%NotesInstPath%\notes.ini|Notes[IM_USE_CANONICAL_NAME]</pattern> </objectSet> </locationModify> <merge script="MigXmlHelper.SourcePriority()"> <objectSet> <pattern type="File">%NotesDataPath%\* [*]</pattern> <pattern type="File">%NotesInstPath%\ [*.ini]</pattern> </objectSet> </merge> <exclude> <objectSet> <pattern type="File">%NotesDataPath%\Help\* [*]</pattern> <pattern type="File">%NotesDataPath%\Modems\* [*]</pattern> </objectSet> </exclude> </rules> <rules context="User"> <conditions> <condition>MigXmlHelper.DoesFileVersionMatch("%NotesInstPath%\notes.exe","ProductVersion","8.*")</condition> </conditions> <include> <objectSet> <pattern type="Registry">HKCU\Software\Lotus\Notes\Installer [USENOTESFOREMAIL]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [bookmark.nsf]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [desktop6.ndk]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [headline.nsf]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [names.nsf]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [user.dic]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [user.id]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data\workspace\* [*]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[*]</pattern> </objectSet> </include> <exclude> <objectSet> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data\workspace\logs\* [*]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[KitType]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Data\notes.ini|Notes[SharedDataDirectory]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[InstallType]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[InstallMode]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[Directory]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[FaultRecovery_Build]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[DefaultMailTemplate]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[FileDlgDirectory]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[SU_*]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[SUT_*]</pattern> <pattern type="Ini">%CSIDL_LOCAL_APPDATA%\Notes\Data\notes.ini|Notes[AUTO_SAVE_USER*]</pattern> </objectSet> </exclude> <merge script="MigXmlHelper.SourcePriority()"> <objectSet> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [bookmark.nsf]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [desktop6.ndk]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [headline.nsf]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [names.nsf]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [user.dic]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data [user.id]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data\workspace\* [*]</pattern> </objectSet> </merge> </rules> </role> </component> <component type="Application" context="User"> <displayName>Migrate Lotus Notes Files</displayName> <paths> <path type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data</path> </paths> <role role="Data"> <detects> <detect> <condition>MigXmlHelper.DoesObjectExist("File","%CSIDL_LOCAL_APPDATA%\Notes\Data")</condition> </detect> </detects> <rules context="User"> <include> <objectSet> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data\* [*.nsf]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data\* [notes.ini]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data\* [user.dic]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data\* [*.id]</pattern> <pattern type="File">%CSIDL_LOCAL_APPDATA%\Notes\Data\* [Desktop*.*]</pattern> </objectSet> </include> </rules> </role> </component> <component type="UserAndSystem"> <displayName>Migration Registry Settings</displayName> <role role="Settings"> <rules context="UserAndSystem"> <include> <objectSet> <pattern type="Registry">HKCU\Software\USMTTESTKEY\* [*]</pattern> <pattern type="Registry">HKLM\Software\USMTTESTKEY\* [*]</pattern> </objectSet> </include> </rules> </role> </component>
I am using command lines for Scanstate and Loadstate, here the commands:scanstate Z:\%computername% /o /c /localonly /i:miguser.xml /i:migapp.xml /Config:config.xml
loadstate z:\%location% /c /lac /lae /i:miguser.xml /i:migapp.xml /config:config.xml
Please let me know if you have any suggestions. Thanks!
- Changed Type Alex ZhaozxMicrosoft Contingent Staff, Moderator Monday, November 21, 2011 7:20 AM duplicate post
All Replies
-
Tuesday, November 22, 2011 3:38 PM
RESOLVED:
The client did not install Louts Notes using the default settings. They installed the application in a custom directory path.
In addition, they did not install the application using the multi-user install, instead the installed the dedicated user install which causes all the user specific files in the Program Files\<lotus>\notes\data directory instead of in the Documents and settings directory structure.
I had to manually edit the default migapps.xml to look in the program files directory structure instead of the documents and settings directory structure.

