Install Software Updates fails only in OSD (0x80244010)

Pavel yannara Mirochnitchenko 11,716 Reputation points MVP
2021-02-01T16:32:27.71+00:00
  • We have 2002 with Hotfix rollup installed.
  • Windows 10 only.
  • 3rd party updates are integrated with Lenovo catalog but they are not deployed to Unknown Computers, only MS Patching.
  • MS patches installs fine to on-field computers but not to during Task Sequence.

ScanAgent.log
ScanJob({5D0C2E49-7EA9-4989-8610-8EC4FF4D57FE}): CScanJob::OnScanComplete -Scan Failed with Error=0x80244010 ScanAgent 1.2.2021 13:14:43 4864 (0x1300)
ScanJob({5D0C2E49-7EA9-4989-8610-8EC4FF4D57FE}): CScanJobManager::OnScanComplete- failed at CScanJob::OnScanComplete with error=0x80244010 ScanAgent 1.2.2021 13:14:43 4864 (0x1300)
Failed to get instance of CCM_UpdateSource for ToolUniqueID {279EEB60-38BF-4FAF-9391-6ED34DEAB535} ScanAgent 1.2.2021 13:23:28 1652 (0x0674)
CScanAgent::Cleaning data related to UpdateSource {279EEB60-38BF-4FAF-9391-6ED34DEAB535} as policy for this no longer exists. ScanAgent 1.2.2021 13:23:28 1652 (0x0674)

UpdateDeployment.log
Assignment {AEE9ECC0-8FBD-474A-9C86-25D1DB81404C} has total CI = 3 UpdatesDeploymentAgent 1.2.2021 13:09:31 2352 (0x0930)
GetUpdateInfo - failed to get targeted update, error = 0x87d00215. UpdatesDeploymentAgent 1.2.2021 13:09:31 2352 (0x0930)
Redetecting Assignment ({AEE9ECC0-8FBD-474A-9C86-25D1DB81404C}) UpdatesDeploymentAgent 1.2.2021 13:09:31 2352 (0x0930)
Detection job ({21989F29-D344-47F6-AAFD-932945155DF1}) started for assignment ({AEE9ECC0-8FBD-474A-9C86-25D1DB81404C}) UpdatesDeploymentAgent 1.2.2021 13:09:31 2352 (0x0930)
Job error (0x80244010) received for assignment ({AEE9ECC0-8FBD-474A-9C86-25D1DB81404C}) action UpdatesDeploymentAgent 1.2.2021 13:14:43 4864 (0x1300)
Updates will not be made available UpdatesDeploymentAgent 1.2.2021 13:14:43 4864 (0x1300)
OnAssignmentDetectComplete- Failed to send detect completion, error = 0x800706be UpdatesDeploymentAgent 1.2.2021 13:14:43 3224 (0x0C98)
Failed to notify assignment manager of Detection completion, error = 0x800706be UpdatesDeploymentAgent 1.2.2021 13:14:43 3224 (0x0C98)

Task Sequence:
The task sequence execution engine failed executing the action (Install Software Updates) in the group (State Restore) with the error code 2149859344
Action output: ... Evaluating software updates using full scan (not from cache)
Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate exists
GetIPriviledgedInstallInterface successful
Refreshing Updates
Successfully initiated RefreshUpdates operation. For troubleshooting, please refer to logs: UpdatesDeployment.log, UpdatesHandler.log, UpdatesStore.log, wuahandler.log, WindowsUpdate.log
Waiting for RefreshUpdates complete notification from Updates Deployment Agent
Notification received,RefreshUpdates have been completed
Signaled RefreshComplete notification
Received RefreshUpdates complete notification from Updates Deployment Agent
RefreshUpdates operation has been completed, hr=0x80244010
RefreshUpdates(bForceOnlineScan), HRESULT=80244010 (installswupdate.cpp,1001)
InstallUpdates(pInstallUpdate, tType, sJobID, sActiveRequestHandle), HRESULT=80244010 (main.cpp,248)
Setting TSEnv variable SMSTSInstallUpdateJobGUID=
Process(pInstallUpdate, tType), HRESULT=80244010 (main.cpp,310).

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
967 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
906 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-02-02T07:40:28.947+00:00

    Hi,

    Thanks for posting in Microsoft MECM Q&A forum.

    The error 0x80244010 means "The number of round trips to the server exceeded the maximum limit". And the error 0x800706be means "The remote procedure call failed".

    If using Operating System Deployment, you will want to configure the Install Software Updates task to continue on errors so that other actions within the task sequence can continue despite the initial sync failure. Go to the Install Software Updates task, select the Options tab and choose “Continue on error" to have a try.

    For more information, please refer to: WSUS clients fail with WARNING: SyncServerUpdatesInternal failed: 0x80244010

    Thanks for your time.

    Best regards,
    Simon

    ============================================================

    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Pavel yannara Mirochnitchenko 11,716 Reputation points MVP
    2021-02-02T08:57:19.877+00:00

    Continue on Error is already there and computer comes from OSD unpatched. As a workaround, I am adding multiple steps to get the updates installed. I am 99% sure the 3rd party updates broke this function, because I have 3300 items in database and I can't clean them with any SUSDB scripts or maintance.

    0 comments No comments