Skip to main content
anilkumark0002
June 1, 2021
Question

Fetch file from Network Shared Folder

  • June 1, 2021
  • 6 replies
  • 4 views

Dears,

My requirement is to fetch the files from the Network Shared folder (\\shc-abc\xyx\) . Do we have any smart service to get the files from shared folders?

Thanks in advance.

    6 replies

    stefanhelzle0001
    Brainy
    June 2, 2021
    Participating Frequently
    July 26, 2021

    Hi Stefan,

    we are on premises 16.3 version Appian installation. I tried this plugin. But it just doesn't recognize the source path. It always gives "Invalid File Path" exception. Would appreciate if you can help out

    Thanks in advance

    stefanhelzle0001
    Brainy
    July 27, 2021

    Sorry, no real experience here. Maybe you can post your code/configuration.

    Participating Frequently
    July 26, 2021

    Hi Anil,

    I have the same requirement. So would like to check if you found any solution?

    Thanks in advance

    raghuvarann456
    August 4, 2021

    Hi,

    I have used this plug-in a couple of years back, something to consider for accessing network path is,

    Make sure the Application server has access to network path. For example if it's running as a windows service make sure that the log on context user account has necessary access to the network path

    If the network path is mapped as a network drive, make sure the user account has access to the network drive as well.

    Or try using proper escape sequenced UNC path

    the destination input is the folder path, not the file path.

    Hope that helps