High severitydata source
Power BI Refresh Error:
SftpOperationFail
What does this error mean?
A general SFTP operation failure occurred during an ADF copy activity — file access issues, permission problems, or unexpected SFTP server behavior.
Common causes
- 1The SFTP user does not have read or write permission on the target directory or file
- 2The SFTP server returned an unexpected error code for the requested operation
- 3The SFTP file path in the dataset contains a typo or a directory that does not exist
- 4A transient SFTP server issue caused the operation to fail
How to fix it
- 1Check the specific SFTP error code in the ADF activity run output for a more detailed failure reason.
- 2Verify the SFTP user account has read/write permissions on the configured path.
- 3Confirm the file or directory path exists on the SFTP server.
- 4Add a retry policy to the copy activity to handle transient SFTP failures.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-ftp-sftp-http