Medium severitydata source
Power BI Refresh Error:
UserErrorSourceBlobNotExist
What does this error mean?
The blob file or container specified as the source does not exist in the storage account. The path resolved to a non-existent location.
Common causes
- 1The file was deleted, moved, or not yet created when the pipeline ran
- 2A dynamic path expression resolved to a path that does not exist in storage
- 3The container name or blob path in the dataset configuration is incorrect
How to fix it
- 1Verify the container name and blob path in the dataset configuration.
- 2If using dynamic expressions, log the resolved path and confirm it exists in the storage account.
- 3Check if the file was deleted by another process before the pipeline ran.
- 4Enable the fault tolerance option "skip missing files" if the file may legitimately not exist for some runs.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/copy-activity-fault-tolerance