What does HRESULT 0x8024801C (WU_E_DS_RESETREQUIRED) mean?

 
Previous Next
WU_E_DS_SCHEMAMISMATCH WU_E_DS_IMPERSONATED

WU_E_DS_RESETREQUIRED

WU_E_DS_RESETREQUIRED means the current data-store session can no longer continue. The caller must release it and retry with a new session.

For API callers

  • Dispose the existing session and all objects derived from it before creating a new one.
  • Do not keep cached table or lock objects after the reset request.
  • For normal Windows Update use, restart the affected update workflow and inspect the earlier error that made the session invalid.

Microsoft: Windows Update error reference

Microsoft: Windows Update log files


Looking for a different code? Search another status or error code.