Medium severityconfiguration
Power BI Refresh Error:
SkipAllErrorFileNotSupportedForNonBinaryCopy
What does this error mean?
The fault tolerance setting to skip all error files is only available when copying files in binary format. Disable this setting or switch to binary copy mode.
Common causes
- 1Skip all error files not supported for non-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 all error files' fault tolerance option.
- 2If the copy involves format conversion (CSV to Parquet, JSON to Delimited Text, etc.), this setting is incompatible — disable it and let the copy fail visibly on error files.
- 3To use this setting, switch both datasets to Binary format and remove all format conversion and schema mappings — this qualifies the copy as binary file copy.
- 4If you need to handle error files with format conversion in place, use a Get Metadata + ForEach pattern to process files individually with per-file error handling.
- 5Validate the pipeline after removing the incompatible setting.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-guide