Forum Discussion

henryeleonu's avatar
henryeleonu
New Member
1 year ago
Solved

Pipeline Failed with Error code 2451

Hi all, I ran a pipeline in Microsoft fabric but it failed. I am not sure what exactly is the problem. The pipeline is copying files from a storage account, renaming the files and uploading them to ...
  • nilendraFabric's avatar
    1 year ago

    Hello henryeleonu 

     

    This typically occurs when the Notebook attempts to modify a file in the destination storage account that has been changed since the pipeline started, triggering an ETag mismatch.

     

    Concurrent File Changes
    • Check for external processes modifying files mid-pipeline.

     

     

    Verify `Storage Blob Data Contributor` role for destination storage.

     

    Explicitly set file formats (e.g., `binary`).
    • Use unique filenames/temp folders to avoid overwrites.

    See if this helps