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
- 1Open the AzureSynapseArtifacts linked service flagged in the error and locate the property name reported in '%propertyName;'.
- 2Verify the property is defined and contains a valid value matching the expected data type and format.
- 3If the value is parameterized, evaluate the expression against the failing pipeline run's parameters to confirm it resolves correctly.
- 4Save and publish the linked service, then test the connection from ADF before re-running the pipeline.
- 5Retry the pipeline run and confirm the activity now resolves the linked service successfully.
Frequently asked questions
Source · learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide#error-code-3254