What does HRESULT 0xC00D7160 (MF_E_GRL_RENEWAL_NOT_FOUND) mean?

 
Previous Next
MF_E_GRL_VERSION_TOO_LOW MF_E_GRL_EXTENSIBLE_ENTRY_NOT_FOUND

MF_E_GRL_RENEWAL_NOT_FOUND

MF_E_GRL_RENEWAL_NOT_FOUND belongs to the renewal side of Protected Media Path revocation. Microsoft documents a renewal mechanism for replacing a trusted component after it has been revoked or otherwise needs a newer trusted version.

Preserve the revocation identity that led to renewal

  • Log the component name and the revocation data associated with the original trust failure.
  • When available, retain the header hash, public-key hash, and revocation reason described by MFRR_COMPONENT_HASH_INFO.
  • Confirm that the GRL on the machine is the version expected by the content policy before interpreting a missing renewal entry.

The error does not say that the GRL itself is absent. It means the current revocation data does not provide the expected renewal information for the specified revocation. Avoid repeatedly reinstalling the same rejected component. Diagnose the component identity, GRL version, and servicing state together, then let the supported renewal/update mechanism supply a trusted replacement.

Microsoft: revocation and renewal · Microsoft: revoked component hash information · Microsoft: minimum GRL policy version


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