I set up a pretty straight foward command task that calls a perl script like this:
Command: perl c:\localfolder\script.pl
The perl script loops simply iterates through 24 xml files outputs new formated xml files using 11 different xsl files. So this process should 264 new xml files.
About midway through the 7th file, I get an "Error in Argument" error message and the process stops and there are only about 80 files in the output folder.
If I run the exact same command perl (perl c:\localfolder\script.pl) from a command window, the process completes fully producing all 264 xml files.
This is a process that has been running for a year with no problem using windows task scheduler, that we are trying to move into visualCron. It is the first job we are moving from a windows task to visualcron so not having it work right off is a big concern.
Mike