Power BI Refresh Error:
Fabric Copy Activity Error 20743
What does this error mean?
The 'fileForbidden' skip error file setting is not supported in the current copy activity configuration. This option is only available when using direct binary copy with a folder as the source.
Common causes
- 1The 'fileForbidden' property is set in skipErrorFile but the copy activity source is a single file rather than a folder
- 2Copy activity is not using direct binary copy mode, making fileForbidden incompatible
- 3skipErrorFile settings were bulk-applied from a template without verifying source configuration compatibility
How to fix it
- 1Step 1: Open the copy activity settings in your Fabric Data Factory pipeline.
- 2Step 2: Navigate to the 'skipErrorFile' section of the copy activity JSON payload.
- 3Step 3: Remove the 'fileForbidden' property from the skipErrorFile configuration.
- 4Step 4: If you need to skip files that return permission/forbidden errors, reconfigure the copy activity to use direct binary copy with a folder as the source.
- 5Step 5: Save and re-run the pipeline to verify successful execution.