Appian Collab / Filesystem Utilities

Provides the following four Smart Services for interacting with a File System

  • Move/copy a file directly from the file system to Appian
  • Move/copy a file directly from Appian to the file system
  • Rename a file on the file system
  • Poll a directory on the file system to find new files

Note that these direct file system operations are NOT supported on Appian Cloud; use at your own discretion self-managed.

Anonymous
Parents
  • We have a Problem in all the Environments using the "File System Services" plugin when we try copy a file from a Windows Server into our Appian Server.

    When we execute the node Move From Win to Unix we get the following error message:

    IOException: jcifs.smb.SmbException: Failed to connect: BLBNBGEAMAPP01/1.8.15.85 jcifs.util.transport.TransportException
    java.net.SocketException: Connection reset
                    at java.net.SocketInputStream.read(SocketInputStream.java:210)
                    at java.net.SocketInputStream.read(SocketInputStream.java:141)
                    at jcifs.util.transport.Transport.readn(Transport.java:29)
                    at jcifs.smb.SmbTransport.peekKey(SmbTransport.java:388)
                    at jcifs.smb.SmbTransport.negotiate(SmbTransport.java:288)
                    at jcifs.smb.SmbTransport.doConnect(SmbTransport.java:319)
                    at jcifs.util.transport.Transport.run(Transport.java:241)
                    at java.lang.Thread.run(Thread.java:748)

                    at jcifs.util.transport.Transport.run(Transport.java:258)
                    at java.lang.Thread.run(Thread.java:748)


    The question is, do we Need to install and configure Samba in the Unix System? If so, which Version?

Comment
  • We have a Problem in all the Environments using the "File System Services" plugin when we try copy a file from a Windows Server into our Appian Server.

    When we execute the node Move From Win to Unix we get the following error message:

    IOException: jcifs.smb.SmbException: Failed to connect: BLBNBGEAMAPP01/1.8.15.85 jcifs.util.transport.TransportException
    java.net.SocketException: Connection reset
                    at java.net.SocketInputStream.read(SocketInputStream.java:210)
                    at java.net.SocketInputStream.read(SocketInputStream.java:141)
                    at jcifs.util.transport.Transport.readn(Transport.java:29)
                    at jcifs.smb.SmbTransport.peekKey(SmbTransport.java:388)
                    at jcifs.smb.SmbTransport.negotiate(SmbTransport.java:288)
                    at jcifs.smb.SmbTransport.doConnect(SmbTransport.java:319)
                    at jcifs.util.transport.Transport.run(Transport.java:241)
                    at java.lang.Thread.run(Thread.java:748)

                    at jcifs.util.transport.Transport.run(Transport.java:258)
                    at java.lang.Thread.run(Thread.java:748)


    The question is, do we Need to install and configure Samba in the Unix System? If so, which Version?

Children