Tuesday, March 9, 2021

Common SFTP channel errors/issues

 

Dangling Meta character issue :


Solution for Dangling Meta character issue :

Follow the below SAPNote.   Basically this issue occurs due to filenaming convention scheme.

Like file adapter, in SFTP * does not mean that it will accept all files.

In SFTP,    .*  is equal to * (as in FTP)


Cannot create target directory: Limit operation failed



Resolution:

This issue too is related to file naming convention in the receiver channel.

By putting a Tilde operator (~) in the beginning we can resolve this issue.

~ operator represents the Home directory for the user used in the channel configuration.

Ideally, without ~ operator too it should work but in some cases, we get the limit operation error.

Faulty path:  /To_FM

Corrected path:  ~/To_FM



--------------------------------------------------AMOR FATI---------------------------------------------------------
























No comments:

Post a Comment