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
- 1Step 1: Verify that the custom plugin package exists at the configured storage path and has not been moved, renamed, or deleted.
- 2Step 2: Check that the Fabric Data Factory runtime has the necessary permissions (read access) to the storage location hosting the plugin.
- 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.
- 4Step 4: Review the plugin version reference in the Copy Activity settings and ensure it matches an available, compatible plugin version.
- 5Step 5: Re-upload or republish the custom plugin package if it is found to be corrupted or missing, then re-trigger the pipeline.