I am trying to user Move to FileSystem smart service to move files from a network drive to an Appian folder. The process keeps on failing at the Move to Collab node. I am seeing the below error in application server log
Caused by: com.appiancorp.suiteapi.process.exceptions.SmartServiceException: java.lang.Exception: Invalid File Path: \\\\RmsStgIntWeb1\\Section15Attachments\\test1.txt
This is a shared folder on a network server. I tried giving my local folder path, another mounted shared srive path, but each time getting the same Invalid Path error. What am I doing wrong here?
Would really appreciate if someone is using this smart service and can help me out. Thanks in advance.
Subhashre
Discussion posts and replies are publicly visible
Here are the configuration details
Copy Only If Updated: True
Destination: "Subhashree Test Docs" (It's a folder)
Path: "\\\\RmsStgIntWeb1\\Section15Attachments\\test1.txt" (RmsStgIntWeb1 is a windows server)
Remove After Copy: False
Why are your path backslashes all doubled? Was there some indication in the plug-in setup documentation that says this is required? What happens if you try removing the duplicated backslashes? i.e. "\\RmsStgIntWeb1\Section15Attachments\test1.txt", which would be closer to the way a normal valid network path is written.
Hi Mike,
I had tried with \\RmsStgIntWeb1\Section15Attachments\test1.txt and got the same invalid path error. Then saw a post in community where the person had given duplicate slashes and so I tried that too. Here is the post
https://community.appian.com/discussions/f/plug-ins/6030/using-appian-collab-filesystem-utilities-using-the-function-move-to-collab-th/23388#23388
I haven't really used this plug-in so I don't know whether it supports copying directly to a network drive. Can you try pointing it at a path belonging to a local folder instead, if just to see whether that works instead?