Power BI Refresh Error:
Fabric Copy Activity Error 20741
What does this error mean?
The 'fileMissing' 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 'fileMissing' property is set in skipErrorFile but the copy activity is not configured for direct binary copy with a folder source
- 2Copy activity is using file-level or non-binary copy mode where skip-missing-file is not applicable
- 3Pipeline was migrated or templated from a scenario that supported fileMissing but the current source/sink configuration does not
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 payload (JSON or UI settings).
- 3Step 3: Remove the 'fileMissing' property from the skipErrorFile configuration.
- 4Step 4: If skip-missing-file behavior is required, 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 the error is resolved.