Windows Server 20XX cannot be rearmed more than three (3) times. This means that you can run Sysprep on the same image only 3 times. If you try to run sysprep more than 3 times, the "Setuperr.log" file located in the C:\Windows\System32\Sysprep\Panther\ folder contains the following:
"Date Time, Error [0x0f0073] SYSPRP RunExternalDlls:Not running DLLs; either the machine is in an invalid state or we couldn't update the recorded state, dwRet = 31"
In order to allow the image to be syspreped more than 3 times, most likely when cloning the image, you will need to perform the following steps:
MODIFY SYSPREPSTATUS, CLEANUPSTATE & SKIPREARM REGISTRY VALUES
Open Windows Registry Editor. To do that:
MODIFY SYSPREPSTATUS
SKIPREARM REGISTRY VALUES
Close Registry Editor.
UNINSTALL AND THEN RE-INSTALL THE MDSTC SERVICE (MICROSOFT DISTRIBUTED TRANSACTION COORDINATOR)
1.Right-click at the screen's bottom-left corner (Start menu) and from the pop-up menu, choose “Command Prompt (Admin)”.
In command prompt window type the following command and press Enter to uninstall the MSDTC service:
msdtc –uninstall
Then re-install the MSDTC service by typing the following command (and press Enter).
msdtc –install
Close command prompt.
DELETE THE PANTHER FOLDER.
Open Windows Explorer and navigate to C:\Windows\System32\sysprep\ folder.
Delete (or Rename) the Panther folder.
Once the above steps have been followed, in the itopia Work Anywhere management console, go back to the failed image process notification and hit the retry button, the imaging process should now complete and set the status of the image to Ready.