What does NTSTATUS 0x8000CF05 (STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS) mean?

 
Previous Next
STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE DBG_EXCEPTION_NOT_HANDLED

STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS

The cloud placeholder has too many property blobs

This status indicates a count limit on custom property blobs associated with a Cloud Files placeholder. The sync provider has exhausted the number of distinct property blobs the platform will track for that file.

The diagnostic path is provider metadata design: combine related properties, remove obsolete blobs, or move large state to provider storage and keep a compact identifier in the placeholder.

What to inspect

  • Count existing property blobs for the placeholder.
  • Clean up stale provider metadata after sync-root version changes.
  • Prefer compact, versioned property schemas over many independent blobs.

References


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