1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
717 views
by amanda-w-3695 (5.1k points)
After I upgraded to the 4.0 QIE build, I am getting a Permission Denied; Cannot rename file. How can I fix this issue?

1 Answer

0 votes

The error is stating that the FTP user does not have permissions to change the filename. This is a change in the 4.0 build of QIE to make sure partial files are not read. To get around this issue add a Custom Apache Camel parameter, readLock=changed, inside the green Source Node. This change will no longer try to rename the file, but check to see if the modified timestamp changed after waiting 1 second before downloading and processing the file.

 

by amanda-w-3695 (5.1k points)
...