What does Windows error code 15636 (ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING) mean?

 
Previous Next
ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE

ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING

Content groups are still being staged for the package

ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING means the package is not yet a stable relocation unit because streaming installation is still downloading or staging content groups. Streaming allows the required portion of an app to become usable before all optional content arrives.

Query package content-group and status information, wait for active staging to complete, or cancel the streaming operation through its supported owner before moving the package. Moving files while content groups are incomplete could separate package metadata from the volume receiving later content. A reboot or blind retry is not a substitute for observing the streaming state.

What to inspect

  • Inspect content-group staging and PackageStatus.IsPartiallyStaged.
  • Wait for the active deployment operation to complete.
  • Move the package only after all required content is stable.

References


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