Power BI Refresh Error:
Fabric Copy Activity Error 20744
What does this error mean?
The 'fileForbidden' skip error file setting is not supported by the connector currently used in the copy activity. The specific connector does not implement the ability to skip forbidden files.
Common causes
- 1The connector specified in the copy activity source or sink does not support the fileForbidden skip error file option
- 2A skipErrorFile configuration was applied globally or via template without checking connector-level support
- 3The pipeline was migrated from a connector that supported fileForbidden to one that does not
How to fix it
- 1Step 1: Identify the connector name referenced in the error message (the '%connectorName%' value in the error).
- 2Step 2: Check the Microsoft Fabric Data Factory connector documentation to confirm whether fileForbidden is supported for that connector.
- 3Step 3: Open the copy activity payload and remove the 'fileForbidden' property from the skipErrorFile configuration.
- 4Step 4: If skipping forbidden files is a hard requirement, evaluate whether an alternative connector that supports this feature can be used for the same data source.
- 5Step 5: Save and re-run the pipeline to confirm the error is resolved.