How to use USMT 4.0 with Config.xml
We are migrating WIN XP TO Win 7. I've generated a config.xml file using the below command:- scanstate /genconfig:config.xml :/i:miguser.xml /i:migapp.xml /v:13 /l:scanstate.og Set the value of a Task Sequence Variable called as OSDMigrateAdditionalCaptureOptions as /config:"C:\_SMSTaskSequence\Packages\CAM0000A\x86\config.xml" However it failed to run the scan. i see the below logs in the ScanState.log file USMT returned exit code (0x00000027). Look USMT log file scanstate.log for detail error message. [0x000000] USMT Started at 2010/12/13:09:57:46.905 [0x000000] Command line: \\********.**.*******.*****\SMSPKGH$\AL1005D2\x86\scanstate.exe C:\_SMSTaskSequence\UserState /o /localonly /c /efs:copyraw /v:5 /l:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstate.log /progress:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstateprogress.log /i:\\*******.**.******.***\SMSPKGH$\AL1005D2\x86\MigApp.xml /i:\\*******.**.******.***\SMSPKGH$\AL1005D2\x86\MigDocs.xml /i:\\*******.**.******.***\SMSPKGH$\AL1005D2\x86\MigUser.xml /config:C:\_SMSTaskSequence\Packages\AL1005D2\x86\config.xml [0x000000] Activity: 'MIGACTIVITY_COMMAND_LINE_PROCESSING' [0x000000] /config option specifies a non-existing file. Correct the parameter and/or file system permissions.[gle=0x00000006] [0x000000] Failed.[gle=0x00000006] [0x000000] An error occurred processing the command line. File argument is invalid for /config[gle=0x00000006] [0x000000] USMT Completed at 2010/12/13:09:57:46.921[gle=0x00000006] [0x000000] Entering MigShutdown method [0x000000] Leaving MigShutdown method i'd appreciate any guidance here Regards, Anil
December 13th, 2010 5:07am

why are you specifying the xml file in the temporary local directory that the task sequence creates on C:\_SMSTaskSequence\Packages\AL1005D2\x86\config.xml, why are you doing it that way ? why not just include the config.xml file in your task sequence by adding the file to the usmt 4 directories (include the config.xml file in the root of your USMT 4 x86/x64 directories) in the Capture User Files and Settings step, click on Customise how user profiles are captured and click on Files , select your config.xml file. and then the OSDMigrateAdditionalCaptureOptions could just be /hardlink /nocompress My step by step SCCM Guides I'm on Twitter > ncbrady
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2010 5:16am

why are you specifying the xml file in the temporary local directory that the task sequence creates on C:\_SMSTaskSequence\Packages\AL1005D2\x86\config.xml, why are you doing it that way ? why not just include the config.xml file in your task sequence by adding the file to the usmt 4 directories (include the config.xml file in the root of your USMT 4 x86/x64 directories) in the Capture User Files and Settings step, click on Customise how user profiles are captured and click on Files , select your config.xml file. and then the OSDMigrateAdditionalCaptureOptions could just be /config:config.xml My step by step SCCM Guides I'm on Twitter > ncbrady
December 13th, 2010 5:18am

Thanks for your response. I've modified the taks sequence as suggested by you. However i see the below errors in the Scanstate & SMSTS.log files ScanState.log [0x000000] Command line: \\*********.**.********.***\SMSPKGH$\AL1005D2\x86\scanstate.exe C:\_SMSTaskSequence\UserState /o /localonly /c /efs:copyraw /v:5 /l:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstate.log /progress:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstateprogress.log /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigApp.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigDocs.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigUser.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\config.xml /nocompress /hardlink [0x000000] Activity: 'MIGACTIVITY_COMMAND_LINE_PROCESSING' [0x000000] Script file specified: \\*********.**.********.***\SMSPKGH$\AL1005D2\x86\MigApp.xml[gle=0x00000002] [0x000000] Script file specified: \\*********.**.********.***\SMSPKGH$\AL1005D2\x86\MigDocs.xml[gle=0x00000002] [0x000000] Script file specified: \\*********.**.********.***\SMSPKGH$\AL1005D2\x86\MigUser.xml[gle=0x00000002] [0x000000] Script file specified: \\*********.**.********.***\SMSPKGH$\AL1005D2\x86\config.xml[gle=0x00000002] [0x000000] Downlevel Manifests folder is not present. System component settings will not be gathered. [0x000000] Starting the migration process[gle=0x00000006] [0x08055d] MXE Agent: Migration XML \\*********.**.********.***\SMSPKGH$\AL1005D2\x86\config.xml is not properly formatted. Message: Should be exactly one <migration> element. [0x000000] EngineStartup caught exception: FormatException: Should be exactly one <migration> element. __thiscall Mig::CMXEMigrationXml::CMXEMigrationXml(class Mig::CPlatform *,class UnBCL::String *,class UnBCL::XmlDocument *,class UnBCL::String *) SMSTS.LOG USMT returned exit code (0x0000001a). Look USMT log file scanstate.log for detail error message. Failed to run the action: Capture User Files and Settings. The specified disk or diskette cannot be accessed. (Error: 8007001A; Source: Windows) I'd appreciate any further guidance. Regards, Anil
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2010 7:53am

can you try specifying /config:config.xml in your OSDMigrateAdditionalCaptureOptions My step by step SCCM Guides I'm on Twitter > ncbrady
December 13th, 2010 8:31am

what have you got in the config.xml file ? My step by step SCCM Guides I'm on Twitter > ncbrady
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2010 8:34am

Thanks for your further help on this. I've already given it a try but it failed, however i will try it again tomorrow first thing in the morning On a different note, Do you know why I'm seeing below errors in the SMSTS.Log file USMT returned exit code (0x0000001a). Look USMT log file scanstate.log for detail error message. Failed to run the action: Capture User Files and Settings. The specified disk or diskette cannot be accessed. (Error: 8007001A; Source: Windows) Seems like it has skip the Capature process. Regards, Anil
December 13th, 2010 12:17pm

I've tried /config:config.xml in my OSDMigrateAdditionalCaptureOptions, however it failed. [0x000000] USMT Started at 2010/12/14:10:04:09.336 [0x000000] Command line: \\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\scanstate.exe C:\_SMSTaskSequence\UserState /o /localonly /c /efs:copyraw /v:5 /l:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstate.log /progress:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstateprogress.log /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigApp.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigDocs.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigUser.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\Config.xml /config:config.xml [0x000000] Activity: 'MIGACTIVITY_COMMAND_LINE_PROCESSING' [0x000000] /config option specifies a non-existing file. Correct the parameter and/or file system permissions.[gle=0x00000006] [0x000000] Failed.[gle=0x00000006] [0x000000] An error occurred processing the command line. File argument is invalid for /config[gle=0x00000006] 2010-12-14 10:04:09, Info [0x000000] USMT Completed at 2010/12/14:10:04:09.351[gle=0x00000006] Apparently, it is unable to read my Config.xml file as it is complaining about the format being incorrect.
Free Windows Admin Tool Kit Click here and download it now
December 14th, 2010 4:33am

try changing Command line: \\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\scanstate.exe C:\_SMSTaskSequence\UserState /o /localonly /c /efs:copyraw /v:5 /l:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstate.log /progress:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstateprogress.log /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigApp.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigDocs.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigUser.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\Config.xml /config:config.xml to Command line: \\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\scanstate.exe C:\_SMSTaskSequence\UserState /o /localonly /c /efs:copyraw /v:5 /l:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstate.log /progress:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstateprogress.log /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigApp.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigDocs.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigUser.xml /config:config.xml My step by step SCCM Guides I'm on Twitter > ncbrady
December 14th, 2010 4:37am

I've tried /config:config.xml in my OSDMigrateAdditionalCaptureOptions, however it failed. [0x000000] USMT Started at 2010/12/14:10:04:09.336 [0x000000] Command line: \\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\scanstate.exe C:\_SMSTaskSequence\UserState /o /localonly /c /efs:copyraw /v:5 /l:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstate.log /progress:C:\WINDOWS\system32\CCM\Logs\SMSTSLog\scanstateprogress.log /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigApp.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigDocs.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\MigUser.xml /i:\\seluws0420.ad.alfalaval.org\SMSPKGH$\AL1005D2\x86\Config.xml /config:config.xml [0x000000] Activity: 'MIGACTIVITY_COMMAND_LINE_PROCESSING' [0x000000] /config option specifies a non-existing file. Correct the parameter and/or file system permissions.[gle=0x00000006] [0x000000] Failed.[gle=0x00000006] [0x000000] An error occurred processing the command line. File argument is invalid for /config[gle=0x00000006] 2010-12-14 10:04:09, Info [0x000000] USMT Completed at 2010/12/14:10:04:09.351[gle=0x00000006] Apparently, it is unable to read my Config.xml file as it is complaining about the format being incorrect. When you specify /config:config.xml in the OSDMigrateAdditionalCaptureOptions, it will look for config.xml in C:\Windows directory so that's why you get that error message as it's a non-existant file. Each package has a task sequence variable called %_SMSTS<packageid>% so if your config.xml file resides in your USMT package, you can use this variable to reference it in OSDMigrateAdditionalCaptureOptions. For example: /config:%_SMSTSLAB00001%x86\config.xml Also make sure you don't use /i:config.xml and remove /i:MigDocs.xml from in your command line. Microsoft's best practises state that you shouldn't use MigDocs .xml and MigUser.xml together. Just stick with MigApp.xml and MigUser.xml Good luck!
Free Windows Admin Tool Kit Click here and download it now
December 14th, 2010 5:17pm

Thanks for your response. I will give it a try and get back to you. However today I tried it with the value as /nocompress /hardlink but it failed saying that Config.xml is not properly formatted. Error [0x08055d] MXE Agent: Migration XML \\*************\SMSPKGH$\AL1005D2\x86\Config.xml is not properly formatted. Message: Should be exactly one <migration> element. Error [0x000000] EngineStartup caught exception: FormatException: Should be exactly one <migration> element. __thiscall Mig::CMXEMigrationXml::CMXEMigrationXml(class Mig::CPlatform *,class UnBCL::String *,class UnBCL::XmlDocument *,class UnBCL::String *) How do i verify the format of my config.xml file, I created it using the below command and did not made any changes to it scanstate /genconfig:config.xml :/i:miguser.xml /i:migapp.xml /v:13 /l:scanstate.og
December 15th, 2010 8:15am

It appears from the Scanstate.log file that USMT is able to read the Config.xml file, however it is not able to complete the Scan process and failing with an error which says that :- Config.xml is not properly formatted. Message: Should be exactly one <migration> element. 2010-12-17 03:07:45, Info [0x080172] AgentManager: not loading agent CMockAgent in mockagent.dll due to configuration settings 2010-12-17 03:07:46, Info [0x080558] MXE Agent: Added XML script \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigApp.xml 2010-12-17 03:07:46, Info [0x080558] MXE Agent: Added XML script \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigUser.xml 2010-12-17 03:07:46, Info [0x080000] Current XML stack: 2010-12-17 03:07:46, Error [0x08055d] MXE Agent: Migration XML \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml is not properly formatted. Message: Should be exactly one <migration> element. 2010-12-17 03:07:46, Error [0x000000] EngineStartup caught exception: FormatException: Should be exactly one <migration> element. __cdecl Mig::CMXEMigrationXml::CMXEMigrationXml(class Mig::CPlatform *,class UnBCL::String *,class UnBCL::XmlDocument *,class UnBCL::String *) We want to leverage USMT 4.0 tool to migrate our Lotus Notes 8.5 data from XP to win 7, we need to make this work. We would appreciate any guidance that you can provide us. Below is the Scanstate.log file:- 2010-12-17 03:07:43, Info [0x000000] USMT Started at 2010/12/17:03:07:43.386 2010-12-17 03:07:43, Info [0x000000] Command line: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\scanstate.exe C:\_SMSTaskSequence\UserState /o /localonly /c /efs:copyraw /v:5 /l:C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\scanstate.log /progress:C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\scanstateprogress.log /i:\\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigApp.xml /i:\\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigUser.xml /i:\\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml 2010-12-17 03:07:43, Status [0x000000] Activity: 'MIGACTIVITY_COMMAND_LINE_PROCESSING' 2010-12-17 03:07:43, Info [0x000000] Script file specified: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigApp.xml[gle=0x00000002] 2010-12-17 03:07:43, Info [0x000000] Script file specified: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigUser.xml[gle=0x00000002] 2010-12-17 03:07:43, Info [0x000000] Script file specified: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml[gle=0x00000002] 2010-12-17 03:07:43, Info [0x000000] Replacement Manifests are processed because this OS version has built-in component manifests 2010-12-17 03:07:43, Info [0x000000] The ReplacementManifests folder used to service system component manifests is not present. OS settings migration will be done with system component manifests installed onto the system. 2010-12-17 03:07:43, Info [0x000000] Starting the migration process[gle=0x00000006] 2010-12-17 03:07:43, Status [0x000000] Activity: 'MIGACTIVITY_MIGRATION_START' 2010-12-17 03:07:43, Info [0x000000] Excluding path: A:\ 2010-12-17 03:07:43, Info [0x000000] Excluding path: D:\ 2010-12-17 03:07:43, Info [0x000000] Excluding path: \\*\* 2010-12-17 03:07:43, Info [0x000000] Excluding path: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\_SMSTaskSequence\UserState 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\scanstate.log 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\scanstateprogress.log 2010-12-17 03:07:43, Info [0x000000] Excluding path: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigApp.xml 2010-12-17 03:07:43, Info [0x000000] Excluding path: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigUser.xml 2010-12-17 03:07:43, Info [0x000000] Excluding path: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\Boot 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\Boot 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\Build 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\Build 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\InstalledRepository 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\InstalledRepository 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\$RECYCLE.BIN 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\$RECYCLE.BIN 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\RECYCLER 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\RECYCLER 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\Recycled 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\Recycled 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\System Volume Information 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\System Volume Information 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\$UPGRADE.~OS 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\$UPGRADE.~OS 2010-12-17 03:07:43, Info [0x000000] Entering MigStartupOnline method 2010-12-17 03:07:43, Info [0x0803ac] Initializing online WinNT platform (Read/Write) 2010-12-17 03:07:43, Info [0x080000] Platform is using admin privileges 2010-12-17 03:07:43, Info [0x0803df] Adding direct mapping from HKLM to HKEY_LOCAL_MACHINE (R/W) 2010-12-17 03:07:43, Info [0x0803e1] Successfully mapped HKLM 2010-12-17 03:07:43, Info [0x0803df] Adding direct mapping from HKU to HKEY_USERS (R/W) 2010-12-17 03:07:43, Info [0x0803e1] Successfully mapped HKU 2010-12-17 03:07:44, Info [0x08040e] State data store is available. 2010-12-17 03:07:44, Info [0x0803b4] COnlineWinNTPlatform: ComputerName=SELUDT0002 2010-12-17 03:07:44, Info [0x0803b5] COnlineWinNTPlatform: Get Machine Sid S-1-5-21-2124581491-3075598060-1241838070 2010-12-17 03:07:44, Info [0x080000] COnlineWinNTPlatform::GetMachineGuid - return value -> {2436e712-bf5c-4418-8028-7f6656021298} 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\WINDOWS\system32\config\systemprofile 2010-12-17 03:07:44, Info [0x0803bf] User profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18 excluded because SID S-1-5-18 is excluded by default. 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Windows\ServiceProfiles\LocalService 2010-12-17 03:07:44, Info [0x0803bd] Cannot get user SID for profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-19 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Windows\ServiceProfiles\NetworkService 2010-12-17 03:07:44, Info [0x0803bd] Cannot get user SID for profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-20 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Users\nandeesh 2010-12-17 03:07:44, Info [0x080000] Skipping temporary user profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-2040603256-3262040574-484038047-1181 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Users\administrator 2010-12-17 03:07:44, Info [0x080000] Skipping temporary user profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-2040603256-3262040574-484038047-500 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\WINDOWS\system32\config\systemprofile 2010-12-17 03:07:44, Info [0x0803bf] User profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18 excluded because SID S-1-5-18 is excluded by default. 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Windows\ServiceProfiles\LocalService 2010-12-17 03:07:44, Info [0x0803bd] Cannot get user SID for profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-19 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Windows\ServiceProfiles\NetworkService 2010-12-17 03:07:44, Info [0x0803bd] Cannot get user SID for profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-20 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Users\nandeesh 2010-12-17 03:07:44, Info [0x0803df] Adding direct mapping from HKCU to HKEY_USERS\S-1-5-21-2040603256-3262040574-484038047-1181 (R/W) 2010-12-17 03:07:44, Info [0x0803e1] Successfully mapped HKCU 2010-12-17 03:07:44, Info [0x0803df] Adding direct mapping from HKCU\Software\Classes to HKEY_USERS\S-1-5-21-2040603256-3262040574-484038047-1181_Classes (R/W) 2010-12-17 03:07:44, Info [0x0803e1] Successfully mapped HKCU\Software\Classes 2010-12-17 03:07:44, Info [0x0803e6] Removing mapping for HKCU\Software\Classes 2010-12-17 03:07:44, Info [0x0803e7] Successfully unmapped HKCU\Software\Classes 2010-12-17 03:07:44, Info [0x0803e6] Removing mapping for HKCU 2010-12-17 03:07:44, Info [0x0803e7] Successfully unmapped HKCU 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Users\administrator 2010-12-17 03:07:44, Warning [0x080000] LookupAccountSidW failed. Error: 0x000006FD[gle=0x000006fd] 2010-12-17 03:07:44, Warning [0x0803ba] Found valid profile but can't get user credentials. User SID: S-1-5-21-2040603256-3262040574-484038047-500[gle=0x000006fd] 2010-12-17 03:07:44, Info [0x0803e2] Adding indirect mapping from HKCU to <C:\Users\administrator\NTUSER.DAT> loaded at HKEY_USERS\S-1-5-21-2040603256-3262040574-484038047-500 (R/W) 2010-12-17 03:07:44, Info [0x0803e4] Successfully mapped HKCU 2010-12-17 03:07:44, Info [0x0803e2] Adding indirect mapping from HKCU\Software\Classes to <C:\Users\administrator\AppData\Local\Microsoft\Windows\UsrClass.dat> loaded at HKEY_USERS\S-1-5-21-2040603256-3262040574-484038047-500_Classes (R/W) 2010-12-17 03:07:45, Info [0x0803e4] Successfully mapped HKCU\Software\Classes 2010-12-17 03:07:45, Info [0x0803e6] Removing mapping for HKCU\Software\Classes 2010-12-17 03:07:45, Info [0x0803e7] Successfully unmapped HKCU\Software\Classes 2010-12-17 03:07:45, Info [0x0803e6] Removing mapping for HKCU 2010-12-17 03:07:45, Info [0x0803e7] Successfully unmapped HKCU 2010-12-17 03:07:45, Info [0x080000] Known folder FOLDERID_PublicDownloads: C:\Users\Public\Downloads, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_DESKTOPDIRECTORY: C:\Users\Public\Desktop, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_DOCUMENTS: C:\Users\Public\Documents, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_PROGRAMS: C:\ProgramData\Microsoft\Windows\Start Menu\Programs, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_STARTMENU: C:\ProgramData\Microsoft\Windows\Start Menu, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_STARTUP: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_TEMPLATES: C:\ProgramData\Microsoft\Windows\Templates, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_MUSIC: C:\Users\Public\Music, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_PICTURES: C:\Users\Public\Pictures, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_VIDEO: C:\Users\Public\Videos, default location: Yes 2010-12-17 03:07:45, Info [0x0803ae] Dumping detected users: 2010-12-17 03:07:45, Info [0x0803af] Name: Administrator, Domain: SELUDT0002, Profile: (NULL), SidString: S-1-5-21-2124581491-3075598060-1241838070-500, ID: USER00000002, IsAdmin: 1, IsBuiltInAdmin: 1, IsDisabled: 0, IsInteractive: 1, Groups: Administrators 2010-12-17 03:07:45, Info [0x0803af] Name: (NULL), Domain: (NULL), Profile: C:\Users\administrator, SidString: S-1-5-21-2040603256-3262040574-484038047-500, ID: USER00000001, IsAdmin: 1, IsBuiltInAdmin: 0, IsDisabled: 0, IsInteractive: 1, Groups: 2010-12-17 03:07:45, Info [0x080000] Known folder FOLDERID_Downloads: C:\Users\administrator\Downloads, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_INTERNET_CACHE: C:\Users\administrator\AppData\Local\Microsoft\Windows\Temporary Internet Files, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COOKIES: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Cookies, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_DESKTOP: C:\Users\administrator\Desktop, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_DESKTOPDIRECTORY: C:\Users\administrator\Desktop, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_FAVORITES: C:\Users\administrator\Favorites, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_HISTORY: C:\Users\administrator\AppData\Local\Microsoft\Windows\History, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYPICTURES: C:\Users\administrator\Pictures, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYMUSIC: C:\Users\administrator\Music, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYVIDEO: C:\Users\administrator\Videos, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_PERSONAL: C:\Users\administrator\Documents, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYDOCUMENTS: C:\Users\administrator\Documents, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_PROGRAMS: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_RECENT: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Recent, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_SENDTO: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\SendTo, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_STARTMENU: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Start Menu, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_STARTUP: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_TEMPLATES: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Templates, default location: Yes 2010-12-17 03:07:45, Info [0x0803af] Name: nandeesh, Domain: A, Profile: C:\Users\nandeesh, SidString: S-1-5-21-2040603256-3262040574-484038047-1181, ID: USER00000000, IsAdmin: 1, IsBuiltInAdmin: 0, IsDisabled: 0, IsInteractive: 1, Groups: 2010-12-17 03:07:45, Info [0x080000] Known folder FOLDERID_Downloads: C:\Users\nandeesh\Downloads, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_INTERNET_CACHE: C:\Users\nandeesh\AppData\Local\Microsoft\Windows\Temporary Internet Files, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COOKIES: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Cookies, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_DESKTOP: C:\Users\nandeesh\Desktop, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_DESKTOPDIRECTORY: C:\Users\nandeesh\Desktop, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_FAVORITES: C:\Users\nandeesh\Favorites, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_HISTORY: C:\Users\nandeesh\AppData\Local\Microsoft\Windows\History, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYPICTURES: C:\Users\nandeesh\Pictures, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYMUSIC: C:\Users\nandeesh\Music, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYVIDEO: C:\Users\nandeesh\Videos, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_PERSONAL: C:\Users\nandeesh\Documents, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYDOCUMENTS: C:\Users\nandeesh\Documents, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_PROGRAMS: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Start Menu\Programs, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_RECENT: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Recent, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_SENDTO: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\SendTo, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_STARTMENU: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Start Menu, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_STARTUP: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_TEMPLATES: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Templates, default location: Yes 2010-12-17 03:07:45, Info [0x0803af] Name: Guest, Domain: SELUDT0002, Profile: (NULL), SidString: S-1-5-21-2124581491-3075598060-1241838070-501, ID: USER00000003, IsAdmin: 0, IsBuiltInAdmin: 0, IsDisabled: 1, IsInteractive: 1, Groups: Guests 2010-12-17 03:07:45, Info [0x0805a8] Added drive root mapping for 'A:\' (type: 8, file system: 0, bus type: 0, hotplug media: No, hotplug device: No) 2010-12-17 03:07:45, Info [0x0805a8] Added drive root mapping for 'C:\' (type: 1, file system: 1, bus type: 3, hotplug media: No, hotplug device: No) 2010-12-17 03:07:45, Info [0x0805a8] Added drive root mapping for 'D:\' (type: 2, file system: 0, bus type: 0, hotplug media: No, hotplug device: No) 2010-12-17 03:07:45, Info [0x0803e5] Not unmapping HKCU\Software\Classes; it is not mapped 2010-12-17 03:07:45, Info [0x0803e5] Not unmapping HKCU; it is not mapped 2010-12-17 03:07:45, Info [0x080411] Setting SMI registry mappings for system context 2010-12-17 03:07:45, Info [0x080000] This platform supports mandatory labels (LABEL_SECURITY_INFORMATION) 2010-12-17 03:07:45, Info [0x080485] Initializing OS analysis service (data path = \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64) 2010-12-17 03:07:45, Info [0x080481] Retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPAT.INF (section prefix: System) 2010-12-17 03:07:45, Info [0x080482] Done retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPAT.INF 2010-12-17 03:07:45, Info [0x080481] Retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPATW7.INF (section prefix: System) 2010-12-17 03:07:45, Info [0x080482] Done retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPATW7.INF 2010-12-17 03:07:45, Info [0x080481] Retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPAT.INF (section prefix: User) 2010-12-17 03:07:45, Info [0x080482] Done retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPAT.INF 2010-12-17 03:07:45, Info [0x080481] Retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPATW7.INF (section prefix: User) 2010-12-17 03:07:45, Info [0x080482] Done retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPATW7.INF 2010-12-17 03:07:45, Info [0x080466] Creating list-based system object filter 2010-12-17 03:07:45, Info [0x080469] Opening file list from file: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFLISTW7.DAT 2010-12-17 03:07:45, Warning [0x080462] CListSysFileFilter::BuildTree: could not create FileList object for \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFLISTW7.DAT: Win32Exception: \\?\UNC\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFLISTW7.DAT: The system cannot find the file specified. [0x00000002] __cdecl UnBCL::FileStream::FileStream(const class UnBCL::String *,enum UnBCL::FileMode,enum UnBCL::FileAccess,enum UnBCL::FileShare,unsigned long) 2010-12-17 03:07:45, Info [0x080486] Initialized OS analysis service 2010-12-17 03:07:45, Info [0x080489] Setting system object filter context (System) 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: A:\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: D:\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: \\*\* 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: \\A-SCCM.A.COM\SMSPKGE^$\CEN00070\amd64\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\_SMSTaskSequence\UserState\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog [scanstate.log] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog [scanstateprogress.log] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: \\A-SCCM.A.COM\SMSPKGE^$\CEN00070\amd64 [MigApp.xml] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: \\A-SCCM.A.COM\SMSPKGE^$\CEN00070\amd64 [MigUser.xml] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: \\A-SCCM.A.COM\SMSPKGE^$\CEN00070\amd64 [Config.xml] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\Boot\* [*] transformed to: C:\Boot\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\Boot\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\Build\* [*] transformed to: C:\Build\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\Build\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\InstalledRepository\* [*] transformed to: C:\InstalledRepository\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\InstalledRepository\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\^$RECYCLE.BIN\* [*] transformed to: C:\^$RECYCLE.BIN\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\^$RECYCLE.BIN\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\RECYCLER\* [*] transformed to: C:\RECYCLER\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\RECYCLER\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\Recycled\* [*] transformed to: C:\Recycled\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\Recycled\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\System Volume Information\* [*] transformed to: C:\System Volume Information\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\System Volume Information\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\^$UPGRADE.~OS\* [*] transformed to: C:\^$UPGRADE.~OS\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\^$UPGRADE.~OS\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\Windows\Temp\tmp31AB.tmp\* [*] 2010-12-17 03:07:45, Info [0x080172] AgentManager: not loading agent CMockAgent in mockagent.dll due to configuration settings 2010-12-17 03:07:46, Info [0x080558] MXE Agent: Added XML script \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigApp.xml 2010-12-17 03:07:46, Info [0x080558] MXE Agent: Added XML script \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigUser.xml 2010-12-17 03:07:46, Info [0x080000] Current XML stack: 2010-12-17 03:07:46, Error [0x08055d] MXE Agent: Migration XML \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml is not properly formatted. Message: Should be exactly one <migration> element. 2010-12-17 03:07:46, Error [0x000000] EngineStartup caught exception: FormatException: Should be exactly one <migration> element. __cdecl Mig::CMXEMigrationXml::CMXEMigrationXml(class Mig::CPlatform *,class UnBCL::String *,class UnBCL::XmlDocument *,class UnBCL::String *) 2010-12-17 03:07:46, Info [0x0803e6] Removing mapping for HKLM 2010-12-17 03:07:46, Info [0x0803e7] Successfully unmapped HKLM 2010-12-17 03:07:46, Info [0x0803e6] Removing mapping for HKU 2010-12-17 03:07:46, Info [0x0803e7] Successfully unmapped HKU 2010-12-17 03:07:46, Info [0x080487] Destroying OS analysis service 2010-12-17 03:07:46, Info [0x080488] Destroyed OS analysis service 2010-12-17 03:07:46, Info [0x000000] Leaving MigStartupOnline method 2010-12-17 03:07:46, Error [0x000000] Error while trying to start the migration process[gle=0x00000006] 2010-12-17 03:07:46, Warning [0x000000] Internal error 4 was translated to a generic error 2010-12-17 03:07:46, Info [0x000000] Failed.[gle=0x00000006] 2010-12-17 03:07:46, Info [0x000000] Software malfunction or Unknown exception[gle=0x00000006] 2010-12-17 03:07:46, Info [0x000000] USMT Completed at 2010/12/17:03:07:46.371[gle=0x00000006] 2010-12-17 03:07:46, Info [0x000000] Entering MigShutdown method 2010-12-17 03:07:46, Info [0x000000] Leaving MigShutdown method
Free Windows Admin Tool Kit Click here and download it now
December 17th, 2010 12:04pm

It appears from the Scanstate.log file that USMT is able to read the Config.xml file, however it is not able to complete the Scan process and failing with an error which says that :- Config.xml is not properly formatted. Message: Should be exactly one <migration> element. 2010-12-17 03:07:45, Info [0x080172] AgentManager: not loading agent CMockAgent in mockagent.dll due to configuration settings 2010-12-17 03:07:46, Info [0x080558] MXE Agent: Added XML script \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigApp.xml 2010-12-17 03:07:46, Info [0x080558] MXE Agent: Added XML script \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigUser.xml 2010-12-17 03:07:46, Info [0x080000] Current XML stack: 2010-12-17 03:07:46, Error [0x08055d] MXE Agent: Migration XML \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml is not properly formatted. Message: Should be exactly one <migration> element. 2010-12-17 03:07:46, Error [0x000000] EngineStartup caught exception: FormatException: Should be exactly one <migration> element. __cdecl Mig::CMXEMigrationXml::CMXEMigrationXml(class Mig::CPlatform *,class UnBCL::String *,class UnBCL::XmlDocument *,class UnBCL::String *) We want to leverage USMT 4.0 tool to migrate our Lotus Notes 8.5 data from XP to win 7, we need to make this work. We would appreciate any guidance that you can provide us. Below is the Scanstate.log file:- 2010-12-17 03:07:43, Info [0x000000] USMT Started at 2010/12/17:03:07:43.386 2010-12-17 03:07:43, Info [0x000000] Command line: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\scanstate.exe C:\_SMSTaskSequence\UserState /o /localonly /c /efs:copyraw /v:5 /l:C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\scanstate.log /progress:C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\scanstateprogress.log /i:\\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigApp.xml /i:\\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigUser.xml /i:\\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml 2010-12-17 03:07:43, Status [0x000000] Activity: 'MIGACTIVITY_COMMAND_LINE_PROCESSING' 2010-12-17 03:07:43, Info [0x000000] Script file specified: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigApp.xml[gle=0x00000002] 2010-12-17 03:07:43, Info [0x000000] Script file specified: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigUser.xml[gle=0x00000002] 2010-12-17 03:07:43, Info [0x000000] Script file specified: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml[gle=0x00000002] 2010-12-17 03:07:43, Info [0x000000] Replacement Manifests are processed because this OS version has built-in component manifests 2010-12-17 03:07:43, Info [0x000000] The ReplacementManifests folder used to service system component manifests is not present. OS settings migration will be done with system component manifests installed onto the system. 2010-12-17 03:07:43, Info [0x000000] Starting the migration process[gle=0x00000006] 2010-12-17 03:07:43, Status [0x000000] Activity: 'MIGACTIVITY_MIGRATION_START' 2010-12-17 03:07:43, Info [0x000000] Excluding path: A:\ 2010-12-17 03:07:43, Info [0x000000] Excluding path: D:\ 2010-12-17 03:07:43, Info [0x000000] Excluding path: \\*\* 2010-12-17 03:07:43, Info [0x000000] Excluding path: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\_SMSTaskSequence\UserState 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\scanstate.log 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog\scanstateprogress.log 2010-12-17 03:07:43, Info [0x000000] Excluding path: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigApp.xml 2010-12-17 03:07:43, Info [0x000000] Excluding path: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigUser.xml 2010-12-17 03:07:43, Info [0x000000] Excluding path: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\Boot 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\Boot 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\Build 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\Build 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\InstalledRepository 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\InstalledRepository 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\$RECYCLE.BIN 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\$RECYCLE.BIN 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\RECYCLER 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\RECYCLER 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\Recycled 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\Recycled 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\System Volume Information 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\System Volume Information 2010-12-17 03:07:43, Info [0x000000] Excluding path: %SystemDrive%\$UPGRADE.~OS 2010-12-17 03:07:43, Info [0x000000] Excluding path: C:\$UPGRADE.~OS 2010-12-17 03:07:43, Info [0x000000] Entering MigStartupOnline method 2010-12-17 03:07:43, Info [0x0803ac] Initializing online WinNT platform (Read/Write) 2010-12-17 03:07:43, Info [0x080000] Platform is using admin privileges 2010-12-17 03:07:43, Info [0x0803df] Adding direct mapping from HKLM to HKEY_LOCAL_MACHINE (R/W) 2010-12-17 03:07:43, Info [0x0803e1] Successfully mapped HKLM 2010-12-17 03:07:43, Info [0x0803df] Adding direct mapping from HKU to HKEY_USERS (R/W) 2010-12-17 03:07:43, Info [0x0803e1] Successfully mapped HKU 2010-12-17 03:07:44, Info [0x08040e] State data store is available. 2010-12-17 03:07:44, Info [0x0803b4] COnlineWinNTPlatform: ComputerName=SELUDT0002 2010-12-17 03:07:44, Info [0x0803b5] COnlineWinNTPlatform: Get Machine Sid S-1-5-21-2124581491-3075598060-1241838070 2010-12-17 03:07:44, Info [0x080000] COnlineWinNTPlatform::GetMachineGuid - return value -> {2436e712-bf5c-4418-8028-7f6656021298} 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\WINDOWS\system32\config\systemprofile 2010-12-17 03:07:44, Info [0x0803bf] User profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18 excluded because SID S-1-5-18 is excluded by default. 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Windows\ServiceProfiles\LocalService 2010-12-17 03:07:44, Info [0x0803bd] Cannot get user SID for profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-19 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Windows\ServiceProfiles\NetworkService 2010-12-17 03:07:44, Info [0x0803bd] Cannot get user SID for profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-20 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Users\nandeesh 2010-12-17 03:07:44, Info [0x080000] Skipping temporary user profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-2040603256-3262040574-484038047-1181 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Users\administrator 2010-12-17 03:07:44, Info [0x080000] Skipping temporary user profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-2040603256-3262040574-484038047-500 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\WINDOWS\system32\config\systemprofile 2010-12-17 03:07:44, Info [0x0803bf] User profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18 excluded because SID S-1-5-18 is excluded by default. 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Windows\ServiceProfiles\LocalService 2010-12-17 03:07:44, Info [0x0803bd] Cannot get user SID for profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-19 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Windows\ServiceProfiles\NetworkService 2010-12-17 03:07:44, Info [0x0803bd] Cannot get user SID for profile HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-20 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Users\nandeesh 2010-12-17 03:07:44, Info [0x0803df] Adding direct mapping from HKCU to HKEY_USERS\S-1-5-21-2040603256-3262040574-484038047-1181 (R/W) 2010-12-17 03:07:44, Info [0x0803e1] Successfully mapped HKCU 2010-12-17 03:07:44, Info [0x0803df] Adding direct mapping from HKCU\Software\Classes to HKEY_USERS\S-1-5-21-2040603256-3262040574-484038047-1181_Classes (R/W) 2010-12-17 03:07:44, Info [0x0803e1] Successfully mapped HKCU\Software\Classes 2010-12-17 03:07:44, Info [0x0803e6] Removing mapping for HKCU\Software\Classes 2010-12-17 03:07:44, Info [0x0803e7] Successfully unmapped HKCU\Software\Classes 2010-12-17 03:07:44, Info [0x0803e6] Removing mapping for HKCU 2010-12-17 03:07:44, Info [0x0803e7] Successfully unmapped HKCU 2010-12-17 03:07:44, Info [0x0803b8] Processing profile: C:\Users\administrator 2010-12-17 03:07:44, Warning [0x080000] LookupAccountSidW failed. Error: 0x000006FD[gle=0x000006fd] 2010-12-17 03:07:44, Warning [0x0803ba] Found valid profile but can't get user credentials. User SID: S-1-5-21-2040603256-3262040574-484038047-500[gle=0x000006fd] 2010-12-17 03:07:44, Info [0x0803e2] Adding indirect mapping from HKCU to <C:\Users\administrator\NTUSER.DAT> loaded at HKEY_USERS\S-1-5-21-2040603256-3262040574-484038047-500 (R/W) 2010-12-17 03:07:44, Info [0x0803e4] Successfully mapped HKCU 2010-12-17 03:07:44, Info [0x0803e2] Adding indirect mapping from HKCU\Software\Classes to <C:\Users\administrator\AppData\Local\Microsoft\Windows\UsrClass.dat> loaded at HKEY_USERS\S-1-5-21-2040603256-3262040574-484038047-500_Classes (R/W) 2010-12-17 03:07:45, Info [0x0803e4] Successfully mapped HKCU\Software\Classes 2010-12-17 03:07:45, Info [0x0803e6] Removing mapping for HKCU\Software\Classes 2010-12-17 03:07:45, Info [0x0803e7] Successfully unmapped HKCU\Software\Classes 2010-12-17 03:07:45, Info [0x0803e6] Removing mapping for HKCU 2010-12-17 03:07:45, Info [0x0803e7] Successfully unmapped HKCU 2010-12-17 03:07:45, Info [0x080000] Known folder FOLDERID_PublicDownloads: C:\Users\Public\Downloads, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_DESKTOPDIRECTORY: C:\Users\Public\Desktop, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_DOCUMENTS: C:\Users\Public\Documents, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_PROGRAMS: C:\ProgramData\Microsoft\Windows\Start Menu\Programs, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_STARTMENU: C:\ProgramData\Microsoft\Windows\Start Menu, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_STARTUP: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_TEMPLATES: C:\ProgramData\Microsoft\Windows\Templates, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_MUSIC: C:\Users\Public\Music, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_PICTURES: C:\Users\Public\Pictures, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COMMON_VIDEO: C:\Users\Public\Videos, default location: Yes 2010-12-17 03:07:45, Info [0x0803ae] Dumping detected users: 2010-12-17 03:07:45, Info [0x0803af] Name: Administrator, Domain: SELUDT0002, Profile: (NULL), SidString: S-1-5-21-2124581491-3075598060-1241838070-500, ID: USER00000002, IsAdmin: 1, IsBuiltInAdmin: 1, IsDisabled: 0, IsInteractive: 1, Groups: Administrators 2010-12-17 03:07:45, Info [0x0803af] Name: (NULL), Domain: (NULL), Profile: C:\Users\administrator, SidString: S-1-5-21-2040603256-3262040574-484038047-500, ID: USER00000001, IsAdmin: 1, IsBuiltInAdmin: 0, IsDisabled: 0, IsInteractive: 1, Groups: 2010-12-17 03:07:45, Info [0x080000] Known folder FOLDERID_Downloads: C:\Users\administrator\Downloads, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_INTERNET_CACHE: C:\Users\administrator\AppData\Local\Microsoft\Windows\Temporary Internet Files, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COOKIES: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Cookies, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_DESKTOP: C:\Users\administrator\Desktop, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_DESKTOPDIRECTORY: C:\Users\administrator\Desktop, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_FAVORITES: C:\Users\administrator\Favorites, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_HISTORY: C:\Users\administrator\AppData\Local\Microsoft\Windows\History, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYPICTURES: C:\Users\administrator\Pictures, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYMUSIC: C:\Users\administrator\Music, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYVIDEO: C:\Users\administrator\Videos, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_PERSONAL: C:\Users\administrator\Documents, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYDOCUMENTS: C:\Users\administrator\Documents, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_PROGRAMS: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_RECENT: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Recent, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_SENDTO: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\SendTo, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_STARTMENU: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Start Menu, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_STARTUP: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_TEMPLATES: C:\Users\administrator\AppData\Roaming\Microsoft\Windows\Templates, default location: Yes 2010-12-17 03:07:45, Info [0x0803af] Name: nandeesh, Domain: A, Profile: C:\Users\nandeesh, SidString: S-1-5-21-2040603256-3262040574-484038047-1181, ID: USER00000000, IsAdmin: 1, IsBuiltInAdmin: 0, IsDisabled: 0, IsInteractive: 1, Groups: 2010-12-17 03:07:45, Info [0x080000] Known folder FOLDERID_Downloads: C:\Users\nandeesh\Downloads, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_INTERNET_CACHE: C:\Users\nandeesh\AppData\Local\Microsoft\Windows\Temporary Internet Files, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_COOKIES: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Cookies, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_DESKTOP: C:\Users\nandeesh\Desktop, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_DESKTOPDIRECTORY: C:\Users\nandeesh\Desktop, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_FAVORITES: C:\Users\nandeesh\Favorites, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_HISTORY: C:\Users\nandeesh\AppData\Local\Microsoft\Windows\History, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYPICTURES: C:\Users\nandeesh\Pictures, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYMUSIC: C:\Users\nandeesh\Music, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYVIDEO: C:\Users\nandeesh\Videos, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_PERSONAL: C:\Users\nandeesh\Documents, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_MYDOCUMENTS: C:\Users\nandeesh\Documents, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_PROGRAMS: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Start Menu\Programs, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_RECENT: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Recent, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_SENDTO: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\SendTo, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_STARTMENU: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Start Menu, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_STARTUP: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup, default location: Yes 2010-12-17 03:07:45, Info [0x080000] Known folder CSIDL_TEMPLATES: C:\Users\nandeesh\AppData\Roaming\Microsoft\Windows\Templates, default location: Yes 2010-12-17 03:07:45, Info [0x0803af] Name: Guest, Domain: SELUDT0002, Profile: (NULL), SidString: S-1-5-21-2124581491-3075598060-1241838070-501, ID: USER00000003, IsAdmin: 0, IsBuiltInAdmin: 0, IsDisabled: 1, IsInteractive: 1, Groups: Guests 2010-12-17 03:07:45, Info [0x0805a8] Added drive root mapping for 'A:\' (type: 8, file system: 0, bus type: 0, hotplug media: No, hotplug device: No) 2010-12-17 03:07:45, Info [0x0805a8] Added drive root mapping for 'C:\' (type: 1, file system: 1, bus type: 3, hotplug media: No, hotplug device: No) 2010-12-17 03:07:45, Info [0x0805a8] Added drive root mapping for 'D:\' (type: 2, file system: 0, bus type: 0, hotplug media: No, hotplug device: No) 2010-12-17 03:07:45, Info [0x0803e5] Not unmapping HKCU\Software\Classes; it is not mapped 2010-12-17 03:07:45, Info [0x0803e5] Not unmapping HKCU; it is not mapped 2010-12-17 03:07:45, Info [0x080411] Setting SMI registry mappings for system context 2010-12-17 03:07:45, Info [0x080000] This platform supports mandatory labels (LABEL_SECURITY_INFORMATION) 2010-12-17 03:07:45, Info [0x080485] Initializing OS analysis service (data path = \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64) 2010-12-17 03:07:45, Info [0x080481] Retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPAT.INF (section prefix: System) 2010-12-17 03:07:45, Info [0x080482] Done retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPAT.INF 2010-12-17 03:07:45, Info [0x080481] Retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPATW7.INF (section prefix: System) 2010-12-17 03:07:45, Info [0x080482] Done retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPATW7.INF 2010-12-17 03:07:45, Info [0x080481] Retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPAT.INF (section prefix: User) 2010-12-17 03:07:45, Info [0x080482] Done retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPAT.INF 2010-12-17 03:07:45, Info [0x080481] Retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPATW7.INF (section prefix: User) 2010-12-17 03:07:45, Info [0x080482] Done retrieving patterns from \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFPATW7.INF 2010-12-17 03:07:45, Info [0x080466] Creating list-based system object filter 2010-12-17 03:07:45, Info [0x080469] Opening file list from file: \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFLISTW7.DAT 2010-12-17 03:07:45, Warning [0x080462] CListSysFileFilter::BuildTree: could not create FileList object for \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFLISTW7.DAT: Win32Exception: \\?\UNC\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\SFLISTW7.DAT: The system cannot find the file specified. [0x00000002] __cdecl UnBCL::FileStream::FileStream(const class UnBCL::String *,enum UnBCL::FileMode,enum UnBCL::FileAccess,enum UnBCL::FileShare,unsigned long) 2010-12-17 03:07:45, Info [0x080486] Initialized OS analysis service 2010-12-17 03:07:45, Info [0x080489] Setting system object filter context (System) 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: A:\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: D:\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: \\*\* 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: \\A-SCCM.A.COM\SMSPKGE^$\CEN00070\amd64\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\_SMSTaskSequence\UserState\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog [scanstate.log] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\WINDOWS\SysWOW64\CCM\Logs\SMSTSLog [scanstateprogress.log] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: \\A-SCCM.A.COM\SMSPKGE^$\CEN00070\amd64 [MigApp.xml] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: \\A-SCCM.A.COM\SMSPKGE^$\CEN00070\amd64 [MigUser.xml] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: \\A-SCCM.A.COM\SMSPKGE^$\CEN00070\amd64 [Config.xml] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\Boot\* [*] transformed to: C:\Boot\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\Boot\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\Build\* [*] transformed to: C:\Build\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\Build\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\InstalledRepository\* [*] transformed to: C:\InstalledRepository\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\InstalledRepository\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\^$RECYCLE.BIN\* [*] transformed to: C:\^$RECYCLE.BIN\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\^$RECYCLE.BIN\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\RECYCLER\* [*] transformed to: C:\RECYCLER\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\RECYCLER\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\Recycled\* [*] transformed to: C:\Recycled\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\Recycled\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\System Volume Information\* [*] transformed to: C:\System Volume Information\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\System Volume Information\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: %SystemDrive%\^$UPGRADE.~OS\* [*] transformed to: C:\^$UPGRADE.~OS\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\^$UPGRADE.~OS\* [*] 2010-12-17 03:07:45, Info [0x000000] Startup exclusions - Adding excluded file pattern: C:\Windows\Temp\tmp31AB.tmp\* [*] 2010-12-17 03:07:45, Info [0x080172] AgentManager: not loading agent CMockAgent in mockagent.dll due to configuration settings 2010-12-17 03:07:46, Info [0x080558] MXE Agent: Added XML script \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigApp.xml 2010-12-17 03:07:46, Info [0x080558] MXE Agent: Added XML script \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\MigUser.xml 2010-12-17 03:07:46, Info [0x080000] Current XML stack: 2010-12-17 03:07:46, Error [0x08055d] MXE Agent: Migration XML \\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml is not properly formatted. Message: Should be exactly one <migration> element. 2010-12-17 03:07:46, Error [0x000000] EngineStartup caught exception: FormatException: Should be exactly one <migration> element. __cdecl Mig::CMXEMigrationXml::CMXEMigrationXml(class Mig::CPlatform *,class UnBCL::String *,class UnBCL::XmlDocument *,class UnBCL::String *) 2010-12-17 03:07:46, Info [0x0803e6] Removing mapping for HKLM 2010-12-17 03:07:46, Info [0x0803e7] Successfully unmapped HKLM 2010-12-17 03:07:46, Info [0x0803e6] Removing mapping for HKU 2010-12-17 03:07:46, Info [0x0803e7] Successfully unmapped HKU 2010-12-17 03:07:46, Info [0x080487] Destroying OS analysis service 2010-12-17 03:07:46, Info [0x080488] Destroyed OS analysis service 2010-12-17 03:07:46, Info [0x000000] Leaving MigStartupOnline method 2010-12-17 03:07:46, Error [0x000000] Error while trying to start the migration process[gle=0x00000006] 2010-12-17 03:07:46, Warning [0x000000] Internal error 4 was translated to a generic error 2010-12-17 03:07:46, Info [0x000000] Failed.[gle=0x00000006] 2010-12-17 03:07:46, Info [0x000000] Software malfunction or Unknown exception[gle=0x00000006] 2010-12-17 03:07:46, Info [0x000000] USMT Completed at 2010/12/17:03:07:46.371[gle=0x00000006] 2010-12-17 03:07:46, Info [0x000000] Entering MigShutdown method 2010-12-17 03:07:46, Info [0x000000] Leaving MigShutdown method
December 17th, 2010 12:04pm

I was able to fix this problem after lots of testing in the Lab Environment. I hope it will help others who might run into the same issue I get the full command line from the scanstate.log and test it in my local computer, but failed with the exact same error message. I replaced this config.xml by generating a brand-new config.xml from my test machine, but it also failed with the same error message. Further research found the command option to specific config.xml is incorrect, we should use /conifg:<path>/config.xml instead of /i:<path>/config.xml. If we can change this command option to /config, it succeeds in my local environment. /config:[Path\]FileName Specifies the Config.xml file that the ScanState command should use to create the store. The original command line is \\****\scanstate.exe C:\_SMSTaskSequence\UserState /***** /i:\\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml I Changed it to be \\****\scanstate.exe C:\_SMSTaskSequence\UserState /***** /config:\\A-SCCM.A.COM\SMSPKGE$\CEN00070\amd64\Config.xml and it worked fine. Plz note to change this command option, I had to configure OSDMigrateAdditionalCaptureOptions in SCCM task sequence configuration
Free Windows Admin Tool Kit Click here and download it now
December 21st, 2010 11:25am

You do realise that both Niall and I clearly said that in our replies to your question?
December 21st, 2010 4:20pm

I'm so sorry; inadvertently I have overlooked your response to use command/config:%_SMSTSLAB00001%x86\config.xml..this is what i did to fix the problem.Plz forgive me of my ignorance and thank you so much for your help.Happy
Free Windows Admin Tool Kit Click here and download it now
December 22nd, 2010 6:13am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics