Medium severityconfiguration
Power BI Refresh Error:
SkipInvalidFileNameNotSupportedForSource
What does this error mean?
The source connector does not support the fault tolerance option to skip files with invalid names. Remove this setting or use a supported source connector.
Common causes
- 1Skip invalid filename not supported for this source
- 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 invalid file names' fault tolerance option — the source connector does not support this setting.
- 2Check the ADF documentation for the source connector to see which fault tolerance options are available for it — non-file connectors (SAP, SQL, REST) do not support file-level fault tolerance.
- 3If using a file-based source connector (Blob Storage, ADLS Gen2), this setting requires the datasets to use Binary format — check whether format conversion is configured and remove it if binary copy is acceptable.
- 4Rename invalid-named source files upstream so they do not need to be skipped — invalid file names (containing characters not permitted by the destination) cause deterministic failures.
- 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