cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP Receiver channel error

Former Member
0 Kudos

Hi Experts,

We ar eusing SAP PI 7.31.

Scenario: file picked from FTP and sent to SFTP.

The messages are failing with the follwoing error in adapter engine

" Message entered AF MP exit bean and will now be passed to the JCA adapter.

  File size

  Message could not be forwarded to the JCA adapter. Reason: com.jcraft.jsch.JSchException: .java.io.IOException: Pipe closed

MP: exception caught with cause javax.resource.ResourceException: com.jcraft.jsch.JSchException: java.io.IOException: Pipe closed

Delivery of the message to the application using connection SFTP_http://sap.com/xi/XI/SFTP failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.resource.ResourceException: com.jcraft.jsch.JSchException: java.io.IOException: Pipe closed

Please help to resolve the same.

Thanks,

Pavithra

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186851
Active Contributor
0 Kudos

Hello Pavi,

Did you install necessary certificates and configured all the authentications required for SFTP?

0 Kudos

Hello Pavithra,


This can be due to chmod issue with the folder mentioned in you SFTP channel. Chmoding it to 0666 should might solve your issue.You may want to check with with target system's  admin team on this topic ?


Thanks,

Anir.

Former Member
0 Kudos

thanks for the reply.

Will check this and get back