Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, we're hitting a problem when we try to do even simple file puts using the tFTPPut component.
I'm able to pull a file from a vendor in the FTPGet, but when I reference the exact same filemask entries I get an exception.
Exception in component tFTPPut_1
2: The system cannot find the file specified.
at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2846)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2198)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2215)
at com.jcraft.jsch.ChannelSftp.stat(ChannelSftp.java:2172)
at [...].tFTPPut_1Process(Illinois.java:1412)
at [...].tFTPGet_1Process(Illinois.java:1201)
at [...].tCheckpoint_1Process(Illinois.java:887)
at [...].runJobInTOS(Illinois.java:4689)
at [...].main(Illinois.java:4512)
Does anyone have any suggestions? I know the sftp connection is open, I've got it as a prejob before the main job checkpoint.