1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
994 views
by (330 points)

i am trying to write a file to ftps from local file system and i am facing errors.here i attach all configuration related to channel.

source configuration:-

destination node configuration:-

and given are the errors while i run the channel.

errors are:-

Msg 2642 [path=1-2] - FTPSender error (consecutive errors=2): org.apache.camel.component.file.GenericFileOperationFailedException: Error writing file [/upload/Test.hl7.txt]
    at org.apache.camel.component.file.GenericFileProducer.writeFile(GenericFileProducer.java:279)
    at org.apache.camel.component.file.GenericFileProducer.processExchange(GenericFileProducer.java:165)
    at org.apache.camel.component.file.remote.RemoteFileProducer.process(RemoteFileProducer.java:56)
    at com.qvera.qie.engine.out.FTPSender.uploadFile(FTPSender.java:143)
    at com.qvera.qie.engine.out.FTPSender.sendMessage(FTPSender.java:91)
    at com.qvera.qie.engine.out.Sender.run(Sender.java:232)
    at java.lang.Thread.run(Thread.java:745)
 

could you please identify the issue.

1 Answer

0 votes
It appears to be permission related. Try to connect via FileZilla using the same information and see if it works.

If it works in FileZilla let us know and we can connect and look with you.
by brandon-w-8204 (34.1k points)
...