Power BI Refresh Error:
Fabric Copy Activity Error 20748
What does this error mean?
The 'allErrorFile' option in skipErrorFile is only supported when using binary copy with a folder-level configuration. This setting must be removed when those conditions are not met.
Common causes
- 1The 'allErrorFile' skipErrorFile option was added to a copy activity that is not configured for binary copy mode
- 2The copy activity operates on individual files or non-folder paths rather than a folder-level binary copy
- 3A pipeline was migrated or cloned from a binary copy setup and the skipErrorFile settings were not updated
How to fix it
- 1Step 1: Open the copy activity in your Fabric Data Factory pipeline editor and review the format and dataset settings to confirm whether binary copy with folder is configured.
- 2Step 2: If binary copy with folder is not the intended mode, navigate to the copy activity's advanced settings or JSON payload and locate the 'skipErrorFile' block.
- 3Step 3: Remove the 'allErrorFile' property from the skipErrorFile configuration.
- 4Step 4: If binary copy with folder is the intended mode, verify that both source and sink datasets point to folder paths and that the copy activity format is set to binary.
- 5Step 5: Save and republish the pipeline, then re-run to confirm the error is resolved.