What does HRESULT 0x80240049 (WU_E_OUTOFRANGE) mean?

 
Previous Next
WU_E_INVALID_NOTIFICATION_INFO WU_E_SETUP_IN_PROGRESS

WU_E_OUTOFRANGE

WU_E_OUTOFRANGE means a numeric, date, state, or other parameter is outside the range accepted by the WUA operation. It is usually an API caller or malformed-metadata problem.

What to check

  • Log all input values passed to the failing API call.
  • Validate index values, counts, revision numbers, and collection limits before invoking WUA.
  • If the value came from metadata, capture the update identity and source so the bad field can be isolated.

Microsoft: Windows Update Agent API

Microsoft: WUA success and error codes

Microsoft: Windows Update log files


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