This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Windows 10 Anniversary Update 1607

Patch Manager = 2.1.1.2005 
Server = 2012 R2  64bit 2 CPU’s 8 GIG with Patch KB3159706 installed to help with the deployment of Windows 10 Anniversary.

The issue is that when the Client machine is pulling down the update they are getting an error that is shown here in the log files.

Setuperr.log


2016-11-01 08:57:28, Error                 SP     CSetupPlatform::ResurrectNewSystem: Cannot resurrect new system.: Win32Exception: \\?\C:\$Windows.~BT\Sources\NewSystem.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)[gle=0x00000002]
2016-11-01 08:58:13, Error                 MOUPG  RecoverCrypto: File is encrypted, but no key was provided.
2016-11-01 08:58:13, Error                 MOUPG  CDlpActionRecoverCrypto::DoCrypto(1713): Result = 0xC1800118
2016-11-01 08:58:13, Error                 MOUPG  CDlpActionRecoverCrypto::ExecuteRoutine(2465): Result = 0xC1800118
2016-11-01 08:58:13, Error                 MOUPG  CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class IDlpAction> > > >::Execute(441): Result = 0xC1800118
2016-11-01 08:58:13, Error                 MOUPG  CDlpTask::ExecuteAction(3243): Result = 0xC1800118
2016-11-01 08:58:13, Error                 MOUPG  CDlpTask::ExecuteActions(3397): Result = 0xC1800118
2016-11-01 08:58:13, Error                 MOUPG  CDlpTask::Execute(1631): Result = 0xC1800118
2016-11-01 08:58:14, Error                 MOUPG  CSetupManager::ExecuteTask(2067): Result = 0xC1800118
2016-11-01 08:58:14, Error                 MOUPG  CSetupManager::ExecuteTask(2030): Result = 0xC1800118
2016-11-01 08:58:14, Error                 MOUPG  CSetupManager::ExecuteInstallMode(690): Result = 0xC1800118
2016-11-01 08:58:14, Error                 MOUPG  CSetupManager::ExecuteDownlevelMode(391): Result = 0xC1800118
2016-11-01 08:58:15, Error                 SP     CSetupPlatform::ResurrectNewSystem: Cannot resurrect new system.: Win32Exception: \\?\C:\$Windows.~BT\Sources\NewSystem.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)[gle=0x00000002]
2016-11-01 08:58:18, Error                 MOUPG  CDlpTask::Cancel(979): Result = 0xC1800104
2016-11-01 08:58:18, Error                 MOUPG  CDlpTask::Cancel(983): Result = 0xC180010A
2016-11-01 08:58:18, Error                 MOUPG  CDlpTask::Cancel(979): Result = 0xC1800104
2016-11-01 08:58:18, Error                 MOUPG  CSetupManager::Execute(236): Result = 0x80248008
2016-11-01 08:58:18, Error                 MOUPG  CSetupHost::Execute(372): Result = 0x80248008


Setupact.log

2016-11-01 16:04:52, Info                  MOUPG  SetupNotify::Remapping missing decrypt key error [0xC1800118] -> [0x80248008]
2016-11-01 16:04:52, Info                  MOUPG  SetupNotify::Leaving well-known error [0x80248008] as-is for WU/Store
2016-11-01 16:04:52, Info                  MOUPG  Requesting full cleanup.
2016-11-01 16:04:52, Info                  MOUPG  SetupHost: Reporting error event -> [0xC1800118, 0x80248008]

Doing research on this error ( 0xC1800118 ) and it is pointing out that the packages were downloaded prior to the installation of KB3159706 and therefore we have to delete out the Patches associated with the Win 10 V1607 and clear the Database of this information.
Information about this error - https://support.microsoft.com/en-us/kb/3194588

Essentially I need to know if anyone knows how to perform these steps within the Patch Management Console to help rectify the deployment issue we are facing. Or if anyone knows of a solution to this problem, it would be greatly appreciated.