Medium severitydata source
Power BI Refresh Error:
DF-SQLDW-ExportErrorRowFailed
What does this error mean?
ADF is configured to redirect error rows to a file, but the write to that error output path failed. The error is in the redirect storage — not the Synapse table.
Common causes
- 1The error row linked service points to a storage account or container that no longer exists
- 2The credentials for the error row storage (account key, SAS token, managed identity) are invalid or expired
- 3The folder path configured for error row output is invalid or the storage account has insufficient permissions
- 4The error row linked service was not updated when the pipeline was migrated to a new environment
How to fix it
- 1In ADF Studio, open the data flow and click the Synapse sink transformation.
- 2Go to Settings > Error row handling and find the 'Error row linked service' and path.
- 3Open the linked service and click Test connection to verify it is reachable with valid credentials.
- 4Verify the container and folder path exist in the storage account — create them if missing.
- 5If credentials have expired (account key, SAS token), update them in the error row linked service.
- 6Save the updated linked service and retry the pipeline.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide