Error establishing SFTP


Good afternoon,

We are using the send file over node to put a file in an sftp.

But when we run it, it tells us this in the log:

com.appiancorp.suiteapi.process.exceptions.SmartServiceException: userMsg[error.sftp_conn=Error establishing SFTP connection. Confirm your hostname, username and password. See application server log for more details. Error Message: java.net.ConnectException: Connection timed out (Connection timed out)]

              

And it says that it is caused by

Caused by: com.jcraft.jsch.JSchException: java.net.ConnectException: Connection timed out (Connection timed out)

                at com.jcraft.jsch.Util.createSocket(Util.java:349)

                at com.jcraft.jsch.Session.connect(Session.java:215)

                at com.jcraft.jsch.Session.connect(Session.java:183)

                at com.appian.ps.plugins.sftpsmartservices.SFTPConfig.connect(Unknown Source)

                ... 527 more

Caused by: java.net.ConnectException: Connection timed out (Connection timed out)

Does anyone know what may be failing or what we can check?

A greeting and thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • Hello girikumard,

    The route that you are trying to set up seems a bit strange to me, I am not sure if you can directly access F: or you need to have an assigned route, we had what I told you /test/, let's see if any other colleague can help but I think that the problem is in the route.
    I would also verify that the document is generated correctly and remains in the process.

    All the best!

Children