MetricSign
Start free
High severityconfigurationAzure Data Factory

ADF Pipeline Error:
ADF Pipeline Error 2360

What does this error mean?

The connection string in HCatalogLinkedService is invalid and could not be parsed by Azure Data Factory.

Common causes

  • 1Malformed Azure SQL connection string in HCatalogLinkedService definitie
  • 2Ontbrekende of verkeerd geformatteerde verplichte parameters (Server, Database, Authentication)
  • 3Onjuiste escaping van speciale tekens of quotes in de connection string
  • 4Verouderde of verlopen credentials referenties binnen de connection string

How to fix it

  1. 1Open de HCatalogLinkedService definitie in ADF en inspecteer de connection string property
  2. 2Vergelijk de string met een geldig Azure SQL connection string format (Server=tcp:<server>.database.windows.net,1433;Database=<db>;...)
  3. 3Corrigeer de waarde naar een correcte Azure SQL connection string en sla de linked service op
  4. 4Test de verbinding via 'Test connection' in de ADF linked service editor voordat je de pipeline opnieuw draait
  5. 5Trigger de pipeline opnieuw en verifieer succesvolle uitvoering in ADF Monitor

Frequently asked questions

What causes ADF Pipeline Error 2360?

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

Other configuration errors