MFT error scenarios

Hi,

Scenario is to sftp put to outbound folder of vendor(TN partner profile configured) ,from the inbound environment folder via MFT.

Please provide possible error scenarios which can occur for the file transfer.

Hi,

sFTP Errors Scenarios: It varies and all should be handled via errorCode/errorStatus returned by sFTP server (target system)

1.Network / transient / hard errors related
2.user access error/exceptions (Includes sftp:login/logout,account locked,access denied,503 service unavailable etc…)

Not limited to the above but you should handle such a way that any returnCode be caught and alert the support teams!! as part of your best coding practices.

HTH,
RMG