metricsign
Start free
High severityconfigurationMicrosoft Fabric

Power BI Refresh Error:
Fabric Copy Activity Error 27002

What does this error mean?

The Fabric Copy Activity could not download one or more custom plugins required to execute the pipeline. This typically indicates a network, configuration, or plugin availability issue.

Common causes

  • 1Custom plugin package is unavailable or has been deleted from the configured storage location
  • 2Network connectivity issues prevent the runtime from reaching the plugin download endpoint
  • 3Incorrect plugin reference or version specified in the Copy Activity settings
  • 4Insufficient permissions for the runtime to access the plugin storage location

How to fix it

  1. 1Step 1: Verify that the custom plugin package exists at the configured storage path and has not been moved, renamed, or deleted.
  2. 2Step 2: Check that the Fabric Data Factory runtime has the necessary permissions (read access) to the storage location hosting the plugin.
  3. 3Step 3: Confirm network connectivity between the integration runtime and the plugin download endpoint, especially if using a self-hosted integration runtime behind a firewall.
  4. 4Step 4: Review the plugin version reference in the Copy Activity settings and ensure it matches an available, compatible plugin version.
  5. 5Step 5: Re-upload or republish the custom plugin package if it is found to be corrupted or missing, then re-trigger the pipeline.

Frequently asked questions

Can this error occur even if the plugin was working previously?

Yes — if the plugin package is removed, the storage container access policy changes, or the plugin version is deprecated, previously working pipelines can begin failing with this error.

Does this error affect built-in connectors or only custom ones?

Error 27002 specifically relates to custom plugins; built-in Fabric connectors do not rely on the same plugin download mechanism and would not trigger this code.

Other configuration errors