I am using File transfer activity to fetch file from 3rd party SFTP location
I have created the external account and configured File transfer activity as shown in below screenshot
However, below is the error I am getting
Any insight on how to resolve the issue will be appreciated
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @varshtus ,
you should troubleshoot session log:
Apart from this, you should check:
Regards,
Milan
Views
Replies
Total Likes
Hi @varshtus - you can try using cURL from the command line directly to transfer the file. This might give you more detail in what is failing in the cURL command
Use this in a JS activity
e.g.
logInfo(">>"+execCommand("curl -o /path/to/your/localfile.txt -u [username]:[password] sftp://your.sftp.server.host/path/to/yourremotefile.txt",true));
[edit - i gave you upload instructions incorrectly]
Views
Replies
Total Likes
Hi @varshtus : Can you please check the server status ->external account which you are using to transfer the file to Adobe is active and also the folder definition.
Also, you may try to create a new File Transfer activity and reconfigure it.
Let me know if this helps.
Thanks,
Anita
Views
Replies
Total Likes
Hi @varshtus ,
you should troubleshoot session log:
Apart from this, you should check:
Regards,
Milan
Views
Replies
Total Likes
Hello @varshtus ,
Please enable to session logs in the advanced parameters
Then you check the audit logs to troubleshoot at which point the sftp connection is thr
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies