I'm a new VisualCron user having trouble FTPing some save files from an iSeries/OS400 using VisualCron. I am able to complete the transfer successfully through the command line or a batch file, but receive the following errors when using an FTP task in VisualCron:
7/19/2010 12:20:30 PM Debug Job (1) was added to processlist: Off-Site Backups
7/19/2010 12:20:30 PM Debug Task (1) was added to processlist:
7/19/2010 12:20:31 PM Info Task started: (1)
7/19/2010 12:20:31 PM Debug FTP Command Count: 3
7/19/2010 12:20:32 PM Debug ServerSystem: 'V5R4M0'
7/19/2010 12:20:32 PM Debug FTP path separator: 'B'
7/19/2010 12:20:33 PM Debug ServerSystem: 'V5R4M0'
7/19/2010 12:20:33 PM Debug FTP path separator: 'B'
7/19/2010 12:20:33 PM Debug Current path: BACKUPS
7/19/2010 12:20:33 PM Debug Change path before: BACKUPS
7/19/2010 12:20:33 PM Debug Change path after: BACKUPS
7/19/2010 12:20:33 PM Debug Changing path to: BACKUPS
7/19/2010 12:20:33 PM Debug Current path: BACKUPS
7/19/2010 12:20:33 PM Debug Custom directory listing: 'ADAM 6348103680 07/16/10 20:58:10 *FILE ITIPOSTBKP'
7/19/2010 12:20:33 PM Err Custom FTP parsing failed (V5R4M0): 'ADAM 6348103680 07/16/10 20:58:10 *FILE ITIPOSTBKP'
7/19/2010 12:20:33 PM Debug Custom directory listing: 'ADAM 6258450432 07/16/10 19:38:03 *FILE ITIPREBKP'
7/19/2010 12:20:33 PM Err Custom FTP parsing failed (V5R4M0): 'ADAM 6258450432 07/16/10 19:38:03 *FILE ITIPREBKP'7/19/2010 12:20:33 PM Debug Before download
7/19/2010 12:20:33 PM Debug After download
7/19/2010 12:20:34 PM Debug ServerSystem: 'V5R4M0'
7/19/2010 12:20:34 PM Debug FTP path separator: 'B'
7/19/2010 12:20:34 PM Debug Commands done
7/19/2010 12:20:34 PM Debug Before dispose
7/19/2010 12:20:34 PM Debug Disposing timer
7/19/2010 12:20:34 PM Debug Trying to disconnect
7/19/2010 12:20:34 PM Debug Stopping watch
7/19/2010 12:20:34 PM Debug Before GetOutput
7/19/2010 12:20:34 PM Debug Before RaiseTaskCompleted
7/19/2010 12:20:34 PM Info Task completed: (1)
The task says it completes successfully even though it fails to parse the contents of the Directory I am connecting to. I am also unable to view the contents of this directory through the FTP Explorer tool. I have tried issuing the QUOTE SITE NAMEFMT 0 command as a custom command, but that did not help. Any iSeries users know what I am overlooking?
I also tried to use VisualCron to launch a batch file that initiates the FTP as a workaround. The batch file works great when I launch it independently, so I know my syntax is not the problem, but when it is launched from a VisualCron task, it only transfers the first of the two files and then ends. Is there some type of global timeout for processes launched by VC (these are 6 GB+ files, so the transfer does take quite a bit of time)?
I appreciate any help provided.