What does HRESULT 0xC00D427D (MF_E_NET_CACHE_NO_DATA) mean?

 
Previous Next
MF_E_NET_UNSAFE_URL MF_E_NET_EOL

MF_E_NET_CACHE_NO_DATA

MF_E_NET_CACHE_NO_DATA means the cache exists but does not contain the requested data. The cached object may be incomplete, expired, or inconsistent with the origin.

What to check

  • Verify whether the resource is still available at the origin server.
  • Check cache freshness and partial-download state before deleting data.
  • For a cache proxy, confirm that authentication requirements do not prevent safe caching of the stream.

Microsoft: Persisting cached content in Windows Media Services

Microsoft: Authentication and authorization with Windows Media Services

Microsoft: Windows Media Server cache proxy functionality


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