Hello all,
I am trying to create a template to capture a profile, reinstall the OS and then restore the profile with 9.5 SP2 using the profile capture provisioning action. I have created a standalone template for the profile capture and have tried running that, but it keeps failing on "retry 40 of 40". I can run other templates on the machine I am testing it on, so it is not a locked template that is hanging it up. The provisioning log only shows: "Unable to find template for computer IDN 4117".
Here is the xml from the template:
<template id="af42a399-9dbe-4dc0-9222-0304720a1807" name="Profile Migration" version="4">
<description />
<preboot-os>WindowsPE</preboot-os>
<final-os>
<name>Windows</name>
<type-id>All</type-id>
<family-id>Windows</family-id>
<vendor-id>All</vendor-id>
<major-ver>-1</major-ver>
<minor-ver>-1</minor-ver>
<architecture>All</architecture>
</final-os>
<variables>
<variable name="_ShowClientUI" transform="none">True</variable>
<variable name="_CloseClientUI" transform="none">wait30</variable>
<variable name="_RemoveClientFolder" transform="none">True</variable>
</variables>
<section id="SystemMigration" name="System migration">
<description>Back up personal or custom files before the system is modified.</description>
<action name="Capture Profile" version="4">
<description />
<action-type>Capture_profile</action-type>
<variables />
<options>
<option name="StopProcessingTemplateIfActionFails">true</option>
</options>
<parameters>
<ProfileUNCPath>\\{preferredserver}\profiles\</ProfileUNCPath>
<ComputerNameOption>True</ComputerNameOption>
<MacAddressOption>False</MacAddressOption>
<SerialNumberOption>False</SerialNumberOption>
<UmaCommandFile>\\{coreserver}\ldlogon\uma\commandxml\Profile-Migration.xml</UmaCommandFile>
<SMAFileSpecified>False</SMAFileSpecified>
</parameters>
</action>
</section>
There really isn't that much to this template and I cannot for the life of me fire it up to see it pull the profile. Is there some other step I am missing?
Thanks.
PS. I've searched the community and most all of what I've found relates to previous versions of profile migration, not the improved version in 9.5.