metricsign
Start free
Medium severityconfigurationMicrosoft Fabric

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

  1. 1Step 1: Identify the connector name referenced in the error message (the '%connectorName%' value in the error).
  2. 2Step 2: Check the Microsoft Fabric Data Factory connector documentation to confirm whether fileForbidden is supported for that connector.
  3. 3Step 3: Open the copy activity payload and remove the 'fileForbidden' property from the skipErrorFile configuration.
  4. 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.
  5. 5Step 5: Save and re-run the pipeline to confirm the error is resolved.

Frequently asked questions

How do I know which connectors support the fileForbidden skip option?

Refer to the official Microsoft Fabric Data Factory connector documentation for each connector. The supported fault-tolerance options including skipErrorFile properties are listed per connector. Not all connectors implement the full set of skip behaviors.

Is error 20744 different from error 20743?

Yes. Error 20743 means the copy activity settings (mode or source type) don't support fileForbidden. Error 20744 means the connector itself doesn't support fileForbidden, regardless of how the copy activity is configured.

Other configuration errors