I have finally managed to create a working task sequence that will migrate an XP machine to Windows 7 that will also include only domain user profiles from the last 15 days. Unfortunately, some unwanted baggage is also restored. I have a custom.xml file that takes care of this I wish to incorporate into my task sequence. I know the custom.xml file works, because we can run it manually without any errors. When I add the custom.xml file to the list of files used during the load state task, I get an interesting error in the advertisement....
The task sequence execution engine failed executing the action (Restore User Files and Settings) in the group (Restore User Files and Settings) with the error code 2147942428
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
I have finally managed to create a working task sequence that will migrate an XP machine to Windows 7 that will also include only domain user profiles from the last 15 days. Unfortunately, some unwanted baggage is also restored. I have a custom.xml file that takes care of this I wish to incorporate into my task sequence. I know the custom.xml file works, because we can run it manually without any errors. When I add the custom.xml file to the list of files used during the load state task, I get an interesting error in the advertisement....
The task sequence execution engine failed executing the action (Restore User Files and Settings) in the group (Restore User Files and Settings) with the error code 2147942428
Action output: ing user defined params successful
Building USMT command successful
Securing store ..
Executing command line: "C:\_SMSTaskSequence\Packages\MAD0019C\amd64\loadstate.exe" "C:\UserState" /c /lae /lac:*** /v:5 /l:"C:\Windows\SysWOW64\CCM\Logs\SMSTSLog\loadstate.log" /progress:"C:\Windows\SysWOW64\CCM\Logs\SMSTSLog\loadstateprogress.log" /i:"C:\_SMSTaskSequence\Packages\MAD0019C\amd64\migapp.xml" /i:"C:\_SMSTaskSequence\Packages\MAD0019C\amd64\miguser.xml" /i:"C:\_SMSTaskSequence\Packages\MAD0019C\amd64\cstom.xml" /Hardlink /nocompress /ue:RVPC5762\*
Log messages are being sent to 'C:\Windows\SysWOW64\CCM\Logs\SMSTSLog\loadstate.log'
Script file is not present: 'C:\_SMSTaskSequence\Packages\MAD0019C\amd64\custom.xml'
Failed.
An error occurred processing the command line.
Unable to find a script file specified by /i
LoadState return code: 28
USMT returned exit code (0x0000001c). Look USMT log file loadstate.log for detail error message.
POSDMigrateUserState finished: 0x8007001c. The operating system reported error 2147942428: The printer is out of paper.
The loadstate.log shows the following error....
[0x000000] Script file is not present: 'C:\_SMSTaskSequence\Packages\MAD0019C\amd64\custom.xml'[gle=0x00000006]
I am trying to incorporate the custom.xml in the restore user step. When I remove the custom.xml file, the problem goes away.
How can I use the custom.xml file properly?
Thanks in advance,
Mike
Share this post
Link to post
Share on other sites