Action 1: Find *.jkc files
Action 2: Copy *.jkc to remote location
Action 3: Copy *.jkc to second remote location
Action 4: Move *.jkc to another remote location
First 3 actions are executing successfully and getting error for Actoin4: move
ERROR:
Moving from VFS Path:/JDE_JDA/,URL:SFTP://jde91.com:22/Home/example123.jkc to File Path, URL:SFTP://jda99.com:22/home/example123.jkc
Starting copy of file(s) from VFS Path://JDE_JDA/, URL:SFTP://jde91.com:22/Home/example123.jkc to File Path, URL:SFTP://jda99.com:22/home/example123.jkc
find> from local dir
copy> to remote location (the event fails here)
move>to archive location on local
but the activities tab in event log is showing there are couple of files successfully copied and few of them will fail with the error.
Aborting copy, error = Error executing Copy. Error String index out of range: -1.
Interesting thing is that none of files were copied to the remote location. but in activities things are different.
Instead of using existing copy or move action use IS service to copy or move . we solved this problem by creating webmethod service .(create generic service for move files)