MetricSign
Start free
High severityconfigurationAzure Data Factory

ADF Pipeline Error:
ADF Pipeline Error 3254

What does this error mean?

AzureSynapseArtifacts linked service has an invalid or missing value for a required property, blocking pipeline execution.

Common causes

  • 1Bad format of a property value in the AzureSynapseArtifacts linked service definition
  • 2A required property is missing from the linked service JSON
  • 3Property references an expression or parameter that resolves to an empty/invalid value at runtime
  • 4Linked service was edited manually or via ARM and a typo/casing mismatch was introduced

How to fix it

  1. 1Open the AzureSynapseArtifacts linked service flagged in the error and locate the property name reported in '%propertyName;'.
  2. 2Verify the property is defined and contains a valid value matching the expected data type and format.
  3. 3If the value is parameterized, evaluate the expression against the failing pipeline run's parameters to confirm it resolves correctly.
  4. 4Save and publish the linked service, then test the connection from ADF before re-running the pipeline.
  5. 5Retry the pipeline run and confirm the activity now resolves the linked service successfully.

Frequently asked questions

What causes ADF Pipeline Error 3254?

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

Other configuration errors