02-27-2020 07:17 AM
HI,
I was reading earlier post ppl are having issue with File Operation Snap.
I am having same issue. I am trying to copy/Move file to one location to another.
I have used File POLLER snap to find the file. and using FIle Operation snap but its giving me an error. enough the folder is empty it says file is already there.
Can some one please help me.?
THanks
Solved! Go to Solution.
03-26-2020 10:35 AM
In that case, the input binary data has zero byte. You need to select the boolean property “Write empty file” in the File Writer Snap.
03-13-2020 07:50 AM
Hi
With Directory Browser I have already got the file. can’t i use directly file writer ??
Also, I am trying to move send file to another folder its not working as well
03-13-2020 11:16 AM
File Operation Snap can copy or move files between the same file servers. Source and target should have the same hostname and the same file protocol.
The error message shows that your expression is not valid. It is not readable in the attached image.
03-18-2020 04:57 AM
HI,
FIle Reader works fine and now i am writting file to SFTP with File Writer Snap:-
On the Left is output from file reader and on the right is file writer snap and in account tab i have set up SFTP account.
so, is it possible to check if file was successfuly send to SFTP and also to get output view of the File Writter? as I need to move that send file to Send folder on our server.?
Sorry hope this make sense
Thanks
03-19-2020 02:12 PM
I see that the File Writer Snap is not setup to send the file to SFTP.
You must enter the sftp file path and hostname in the File name property of the File Writer Snap. You should not use the content-location value from the File Reader Snap.
03-20-2020 04:28 AM
Hi
Thanks for reply.
I tried using SFTP Path but still i cant get output view of File writter? please see attached image
Left is file reader output and right is file writter snap file wtith SFTP file path.
Can yuo please help me out ?