cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP Receiver channel issue in file processing

vijender_p
Active Participant
0 Kudos

Hi All ,

We are developing a new interface where it is an IDOC to SFTP Scenario where we have consulted all the inputs from the Legacy for the receiver SFTP details and the connections are setup .

But when we are triggering an IDOC from ECC side we are getting an issue as the folder doesn't exist and when have raised an point to check from legacy end they have came up with an answer that they able to see the file but it is terminating with an second.

We have checked all the permissions from there end : Read & Write . But also the issue is same .

Can anyone help me on these !

please find the issue screen shot and settings .


Regards,

Vijender

Accepted Solutions (0)

Answers (2)

Answers (2)

weberpat
Contributor
0 Kudos

Hi Vijender,

I noticed that you're trying to use an absolute system path "e:/SomeDirectory/TestSFTProot/" to deliver the file to. the name of the last directory implies to me that this is the top most directory that the SFTP server has access to, i.e. that directory would be known to the server as "/". Try changing that and see if it helps.

Regards,
Patrick

vijender_p
Active Participant
0 Kudos

Hi All ,

Should I have to change the UDF in Dynamic configrution as SFTP ??