MetricSign
Start free
High severityconfigurationAzure Data Factory

ADF Pipeline Error:
ADF Pipeline Error 2711, Data Lake Store Access Forbidden

What does this error mean?

ACL verification failed: service principal or credentials lack access to Data Lake Store file/folder, or path is incorrect.

Common causes

  • 1Service principal of certificate heeft geen toegang tot het Data Lake Storage-bestand vanaf de root folder
  • 2Service principal heeft geen autorisatie voor het Data Lake Analytics account
  • 3Pad naar het U-SQL bestand in de linked service is onjuist
  • 4Linked service credentials zijn verlopen of ontbreken vereiste ACL-rollen

How to fix it

  1. 1Controleer dat de service principal of certificate toegang heeft tot zowel het Data Lake Analytics-account als de default Data Lake Storage-instantie vanaf de root folder.
  2. 2Verifieer ACL-permissies op het specifieke bestand of de folder die de pipeline benadert (Read/Execute op alle parent folders, Read op het bestand).
  3. 3Verifieer het pad naar het U-SQL bestand in de linked service — typo's in folderstructuur zijn een veelvoorkomende oorzaak.
  4. 4Vernieuw de credentials in de linked service als het certificate of de client secret verlopen is.
  5. 5Test de linked service connection in ADF Studio voordat je de pipeline opnieuw start.

Frequently asked questions

What causes ADF Pipeline Error 2711?

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

Other configuration errors