Site icon EfmSoft

What does HRESULT 0xC0AAB129 (IMAPI_E_DATA_STREAM_READ_FAILURE) mean?

 
Previous Next
IMAPI_E_DATA_STREAM_INCONSISTENCY IMAPI_E_DATA_STREAM_CREATE_FAILURE

IMAPI_E_DATA_STREAM_READ_FAILURE

IMAPI_E_DATA_STREAM_READ_FAILURE is a data-source failure during image construction. AddFile receives an IStream, and AddTree may create and consume streams for source files. If reading that content fails, IMAPI cannot place the file data into the image or its staging area.

Capture the underlying stream and source-file failure

This error is different from IMAPI_E_DATA_STREAM_CREATE_FAILURE: here a stream exists but reading it fails. Retrying may appear to work if the source was transiently unavailable, but a reliable fix requires the lower-level read error. Network files, removable storage, or generated streams should be treated as potentially unstable inputs; staging can improve burn throughput but cannot repair a source that cannot be read.

AddFile · AddTree · StageFiles


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

Exit mobile version