What does HRESULT 0x80248017 (WU_E_DS_TABLESESSIONMISMATCH) mean?

 
Previous Next
WU_E_DS_DECLINENOTALLOWED WU_E_DS_SESSIONLOCKMISMATCH

WU_E_DS_TABLESESSIONMISMATCH

WU_E_DS_TABLESESSIONMISMATCH means a data-store table operation did not belong to the session that opened the table. This is generally an internal or API-client lifecycle error.

For software using Windows Update APIs

  • Keep the data-store object, table object, and session lifetime aligned.
  • Do not pass table or session state across unrelated threads or reconnect after a session reset without reopening the object.
  • Log the opening and closing sequence so the incorrect session ownership can be identified.

Microsoft: Windows Update error reference


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