Jump to content

Recommended Posts

Posted

In preparation for the summer, I am investigating methods of updating our installed versions of Windows 10 1709 to something more current. I'm thinking it's either going to be 1809 or 1903.

 

My preferred method would be to use the Windows 10 Servicing Plans inside SCCM. I have created some collections, downloaded the required updates from WSUS and put them into SCCM, created a servicing plan, created a package to put the resulting updates into, distributed those packages to the DPs and deployed the servicing plan to my collection. The clients which are members of that collection then pick up the deployment and start to install the OS update. So far, so good.

 

The issue is that with the VMs I've been testing it on, the installation fails after an hour with an error code which suggests that the process is timing out. The SCCM console also reports that it's timing out as well. I have gone to the properties of the update in the SCCM console and changed the Maximum Run Time from 60 to 360 minutes but the installer still kills itself after one hour.

 

There are ways around this, I can still use a task sequence to update the operating system but I'd prefer not to if I can avoid it as using the service plans inside the SCCM console gets me the pretty stats.

 

What have I missed?

Posted
In preparation for the summer, I am investigating methods of updating our installed versions of Windows 10 1709 to something more current. I'm thinking it's either going to be 1809 or 1903.

 

My preferred method would be to use the Windows 10 Servicing Plans inside SCCM. I have created some collections, downloaded the required updates from WSUS and put them into SCCM, created a servicing plan, created a package to put the resulting updates into, distributed those packages to the DPs and deployed the servicing plan to my collection. The clients which are members of that collection then pick up the deployment and start to install the OS update. So far, so good.

 

The issue is that with the VMs I've been testing it on, the installation fails after an hour with an error code which suggests that the process is timing out. The SCCM console also reports that it's timing out as well. I have gone to the properties of the update in the SCCM console and changed the Maximum Run Time from 60 to 360 minutes but the installer still kills itself after one hour.

 

There are ways around this, I can still use a task sequence to update the operating system but I'd prefer not to if I can avoid it as using the service plans inside the SCCM console gets me the pretty stats.

 

What have I missed?

 

what error code are you getting and message

Posted (edited)

From the setupact.log file in c:\$windows.~BT\Sources\Panther:

 

2019-06-07 09:48:40, Error                 MOUPG  CSetupHost::OnProgressChanged(2126): Result = 0x800704C7
2019-06-07 09:48:40, Error                 MOUPG  CSetupManager::DlpManagerCallback(2008): Result = 0x800704C7
2019-06-07 09:48:40, Info                  MOUPG  Remapping ERROR_CANCELLED to ERROR_REQUEST_ABORTED
2019-06-07 09:48:40, Info                  MOUPG  Cancel of current task requested...
2019-06-07 09:48:40, Info                  MOUPG  Attempting to cancel current task...
2019-06-07 09:48:49, Info                  MOUPG  MoSetupPlatform: Calling SetupPlatform::INewSystem::RequestCancelOperations...
2019-06-07 09:48:49, Info                  MOUPG  Task cancel request returned: [0x0]
2019-06-07 09:48:49, Error                 MOUPG  SendCallbackMessage: [0x7] -> user callback returned 0x800704D3
2019-06-07 09:48:49, Error                 MOUPG  CDlpTask::Cancel(984): Result = 0xC1800108
2019-06-07 09:48:49, Info                  MOUPG  SendCallbackMessage: [0x7] -> Cancel request returned 0xC1800108

 

which is exactly one hour after the installation starts.

 

Annotation 2019-06-07 102238.jpg

 

SCCM console reports the 0X87D0070C error code and says that the installation times out. It looks to me that SCCM is killing the installation after 1 hour, despite me changing the setting. Using SCCM 1902.

 

Maximum run time on the update is set to 360 minutes:

Annotation 2019-06-07 102648.jpg

Edited by Norphy
  • 2 weeks later...
Posted (edited)
SCCM console reports the 0X87D0070C error code and says that the installation times out. It looks to me that SCCM is killing the installation after 1 hour, despite me changing the setting. Using SCCM 1902.

Could this be the cause... :confused:

 

www.reddit.com/r/SCCM/comments/8gomxn/1803_update_fails_on_client/dypgj8z

 

The following would be worth doing too (if you haven't already).

 

www.edugeek.net/forums/how-do-you-do/177638-one-line-very-brief-helpers-4.html#post1725192

Edited by Arthur

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...