What does NTSTATUS 0xC000046E (STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN) mean?

 
Previous Next
STATUS_OBJECT_NOT_EXTERNALLY_BACKED STATUS_COMPRESSION_NOT_BENEFICIAL

STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN

The external backing provider identifier is not recognized

Externally backed files store provider-specific information after a WOF external-information header. This status indicates that the provider recorded in that metadata is unknown to the component processing the file.

Possible causes include unsupported provider versions, incomplete deployment of the backing service, or metadata copied to a system that lacks the original provider. Do not replace the provider identifier or materialize the file until the backing source and provider data have been preserved.

What to inspect

  • Record the provider identifier and provider-specific metadata.
  • Check whether the backing service and matching Windows feature are installed and running.
  • Test whether the file can be materialized safely from the original backing source.

References


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