Getting this error - "at Source 'source1': com.jcraft.jsch.JSchException: SSH_MSG_DISCONNECT: 11" when previewing data on azure data factory dataflow

Beebi Thasleem M 20 Reputation points
2025-01-02T04:47:03.9966667+00:00

I have a dataset that is a csv file existing on azure sftp. I am able to connect to sftp from linked service and able to preview data on the dataset.

I have a dataflow where I want to select a few columns from this csv and copy them onto another csv.

When i add the dataset on the source of the dataflow and try to preview the data I get the below error

"at Source 'source1': com.jcraft.jsch.JSchException: SSH_MSG_DISCONNECT: 11"

I have turned the debug mode on before I previewed the data

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,134 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 33,401 Reputation points MVP
    2025-01-03T02:40:54.8333333+00:00

    can you confirm the integration runtime associated with the SFTP?

    In case if it is SHIR and not Azure IR, then it wont be supported in ADF dataflows which might be causing this issue.

    In that scenario, you can copy the data from SFTP into Azure blob as a staging layer and then use file in blob as source within dataflow for further transformations

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.