What does HRESULT 0x80AA0A05 (E_IMAPI_RAW_IMAGE_INSUFFICIENT_SPACE) mean?

 
Previous Next
E_IMAPI_RAW_IMAGE_TRACKS_ALREADY_ADDED E_IMAPI_RAW_IMAGE_TOO_MANY_TRACK_INDEXES

E_IMAPI_RAW_IMAGE_INSUFFICIENT_SPACE

E_IMAPI_RAW_IMAGE_INSUFFICIENT_SPACE is a raw-image layout capacity error. The creator tracks the calculated StartOfLeadout, and StartOfLeadoutLimit can require the resulting image to fit media whose last possible leadout start is at or beyond a specified LBA. Adding the next track would violate that limit.

Compare the calculated leadout with the target-media limit

  • Read StartOfLeadout before the failing addition and record the proposed track sector count.
  • Record StartOfLeadoutLimit and, when targeting real media, the recorder/media LastPossibleStartOfLeadout.
  • Account for track overhead and gaps; source payload bytes alone do not describe the complete raw CD layout.

This is not the 99-track limit. Fewer, shorter tracks can solve capacity pressure even when track numbering is valid. Conversely, merely renumbering tracks cannot reduce the leadout LBA. If the image is intended for a different medium, configure the correct leadout limit before adding tracks; changing the limit after tracks are already placed can itself violate the raw creator ordering contract.

StartOfLeadout · StartOfLeadoutLimit · IMAPI return values


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