Medium severityconfiguration
Power BI Refresh Error:
SkipForbiddenFileNotSupportedForNonDirectBinaryCopy
What does this error mean?
The fault tolerance setting to skip forbidden (access-denied) files is only available for direct binary file copy. It cannot be used in non-binary copy mode.
Common causes
- 1Skip forbidden file not supported for non-direct binary copy
- 2Integration runtime configuration is incorrect or outdated
- 3Authentication credentials or permissions are insufficient
- 4The feature or setting is not supported for the selected connector or copy mode
How to fix it
- 1Open the copy activity Settings tab and disable the 'Skip forbidden files' fault tolerance option.
- 2To use this setting, switch both datasets to Binary format and remove schema mappings from the copy activity — that qualifies the copy as direct binary.
- 3The preferred fix is resolving the access issue — assign Storage Blob Data Reader to the ADF managed identity on the source storage account so no files are forbidden.
- 4If forbidden files must be skipped and format conversion is needed, use Get Metadata + ForEach with per-file error handling instead.
- 5Validate the configuration after removing the incompatible setting.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-guide