Medium severityconfiguration
Power BI Refresh Error:
SkipForbiddenFileNotSupportedForThisConnector
What does this error mean?
The fault tolerance setting to skip forbidden files is not supported by the connector configured as the source. Check the ADF documentation for supported connectors.
Common causes
- 1Skip forbidden file not supported for this connector
- 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 — this setting is only supported for specific file-based connectors (Azure Blob Storage, ADLS Gen2, Amazon S3).
- 2Check the ADF documentation for the specific source connector to confirm whether skip-forbidden is supported — tabular sources (SQL, REST APIs, etc.) do not support file-level fault tolerance.
- 3The preferred fix is resolving the access denied issue — verify the linked service authentication and confirm the identity has the required read permissions.
- 4If forbidden files are genuinely inaccessible and should be skipped, switch to a supported connector or use Get Metadata + ForEach 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