SFTP Linked Service tests connection successfully; Fails in Pipeline run

Maria Giugno 76 Reputation points
2022-08-05T15:59:44.923+00:00

I am configuring a pretty basic pipeline that Uses a GET Metadata activity -> Filter --> For Each (2 copy activities) running recursively.

Each time I try to debug the pipeline I get this error:
228632-image.png

228661-image.png

I have tried to configure this linked service without the fingerprint, however, the linked service is unable to test the connection successfully when removing the fingerprint.

Any assistance with this would be greatly appreciated!

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,605 questions
0 comments No comments
{count} votes

Accepted answer
  1. Suba Balaji 11,186 Reputation points
    2022-08-06T15:36:00.447+00:00

    Hi @Maria Giugno ,

    Please check this page for the recommendation from Microsoft to fix this error.

    Try the resolution and let us know how it goes.

    Thanks


1 additional answer

Sort by: Most helpful
  1. Maria Giugno 76 Reputation points
    2022-08-09T14:16:45.693+00:00

    229583-image.png

    229594-image.png

    229622-image.png
    229596-image.png
    229546-image.png

    229603-image.png
    229547-image.png
    229559-image.png
    229584-image.png
    All three pipelines are constructed the same, just with different mapping:

    229585-image.png
    229605-image.png
    229613-image.png

    Lastly, tried no mapping and thought importing dummy csv with all of the headers at the source dataset.

    All resulting in similar errors:

    No mapping error:
    229597-image.png

    With column name mapping:
    229623-image.png

    With column number mapping:
    229614-image.png

    Next course of action, we were thinking of building this as a data flow instead. We appreciate any feedback.
    Thank you