Hi,
I am getting following error while using the SFTP function though credentials & file type is correct.
I have tried with basic credential as well as with scs key.
" Error copying the Appian document to the remote server. See application server log for more details. Error Message: No such file"
using 17.3 Appian version- On premise
SFTP Functions (v1.6.2) [com.appiancorp.a2.process.runtime.activities.sftp]
Send File Over SFTP,
Send File Over SFTP (Basic Credentials),
Can you please suggest on this asap
Discussion posts and replies are publicly visible
Hi Justin Watts,Could you please help me... PleaseI have a requirement to install a component plugin into _admin/plugins directory, I have been working on it since one month.We are trying to deploy this plugin using devops team. But the error message is showing as may be file is unstructured.I am sharing the link below for the reference, Could you please send me the ZIP file to install and guide me please.github.com/.../integration-sdk-examples
I am expecting as below from appian interface
load( local!pins, { a!textField(value: local!pins, label: "Pins", saveInto: local!pins), mapField( label: "Map", labelPosition: "ABOVE", validations: {}, height: "AUTO", key: <YOUR_API_KEY>, location: "", pin: a!save(target: local!pins, fn!append(local!pins, save!value)) ) } )
Assuming it's the map component, you can download that from here: https://community.appian.com/b/appmarket/posts/google-maps-component-plug-in
Bear in mind that the ZIP downloaded from there cannot be deployed, you must deploy the component zip included within instead.
If that doesn't help, since this post is about SFTP, I suggest creating a new post specific to your issue, and in that post please provide more detailed information from logs, what specific component you are trying to deploy, and how.