MetricSign
Start free
High severityconfigurationAzure Data Factory

ADF Pipeline Error:
ADF Pipeline Error 2704, ACL verification failed for Data Lake Store

What does this error mean?

Service principal or certificate lacks access to the Data Lake Store file or Data Lake Analytics account.

Common causes

  • 1Service principal heeft geen ACL-rechten op het bestand of de folder in Data Lake Storage
  • 2Service principal is niet geautoriseerd op het Data Lake Analytics account
  • 3Ontbrekende rechten op de root van de default Data Lake Storage instance (rechten erven niet automatisch)
  • 4Verlopen of geroteerd certificate dat nog gekoppeld is aan de linked service

How to fix it

  1. 1Controleer dat de service principal of certificate toegang heeft tot het Data Lake Analytics account (IAM role assignment).
  2. 2Verleen de service principal Read/Execute ACL-rechten op de default Data Lake Storage instance vanaf de rootfolder, inclusief alle tussenliggende folders.
  3. 3Verifieer ACL's op het specifieke bestand of de folder waarop de ADLA-job opereert (Read + Execute, recursief waar nodig).
  4. 4Vernieuw of vervang het certificate in de linked service als dit verlopen of geroteerd is, en test de connectie in ADF.
  5. 5Voer de pipeline opnieuw uit en controleer in ADF Monitor of de ACL-fout verdwenen is.

Frequently asked questions

What causes ADF Pipeline Error 2704?

Pipeline configuration or connectivity issue

Where can I find more details?

Open Azure Data Factory Monitor, find the failed run, click on the activity, and view the full error output in the Output tab.

Source · learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide#error-code-2704

Other configuration errors