MetricSign
Start free
High severityconfigurationAzure Data Factory

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

What does this error mean?

Service principal of certificaat heeft geen toegang tot Data Lake Store of Data Lake Analytics-account.

Common causes

  • 1Service principal of certificaat heeft geen ACL-rechten op de doelfile of -folder in Data Lake Store
  • 2Service principal is niet geautoriseerd op het Data Lake Analytics-account
  • 3Ontbrekende Execute-permissies op parent-folders vanaf root tot het bestand
  • 4Resource (file/folder) bestaat niet of is verplaatst sinds de pipeline-configuratie

How to fix it

  1. 1Verifieer dat de service principal of certificaat in de ADF Linked Service toegang heeft tot het Data Lake Analytics-account (Contributor of equivalente rol).
  2. 2Geef de service principal Read/Execute ACL-permissies op de default Data Lake Store, vanaf de root-folder tot aan het doelbestand.
  3. 3Controleer dat alle parent-folders Execute (x) permissie hebben — ontbrekende traversal-rechten zijn een veelvoorkomende oorzaak.
  4. 4Bevestig dat de file of folder waar de activity naar verwijst nog bestaat op het verwachte pad.
  5. 5Hertest de pipeline-run en controleer in ADF Monitor of de ACL-fout is opgelost.

Frequently asked questions

What causes ADF Pipeline Error 2705?

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-2705

Other configuration errors