Skip to content

Commit b999821

Browse files
committed
Add error code
1 parent 13aa1dd commit b999821

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/data-factory/connector-troubleshoot-ftp-sftp-http.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.service: data-factory
77
ms.subservice: data-movement
88
ms.topic: troubleshooting
9-
ms.date: 08/12/2022
9+
ms.date: 03/27/2023
1010
ms.author: jianleishen
1111
ms.custom: has-adal-ref, synapse
1212
---
@@ -37,7 +37,7 @@ This article provides suggestions to troubleshoot common problems with the FTP,
3737

3838
## SFTP
3939

40-
#### Error code: SftpOperationFail
40+
### Error code: SftpOperationFail
4141

4242
- **Message**: `Failed to '%operation;'. Check detailed error from SFTP.`
4343

@@ -206,6 +206,14 @@ This article provides suggestions to troubleshoot common problems with the FTP,
206206
207207
- **Recommendation**: Get a valid fingerprint using the Host Key Name in `real finger-print` from the error message in the SFTP server. You can run the command to get the fingerprint on your SFTP server. For example: run `ssh-keygen -E md5 -lf <keyFilePath>` in Linux server to get the fingerprint. The command may vary among different server types.
208208
209+
### Error code: UnsupportedCompressionTypeWhenDisableChunking
210+
211+
- **Message**: `"Disable chunking" is not compatible with "ZipDeflate" decompression.`
212+
213+
- **Cause**:"Disable chunking" is not compatible with "ZipDeflate" decompression.
214+
215+
- **Recommendation**: Please load the binary data to a staging area (for example: Azure Blob) and decompress in another copy activity
216+
209217
## HTTP
210218
211219
### Error code: HttpFileFailedToRead

0 commit comments

Comments
 (0)