Is there a maximum number of files allowed for a single submit? Or is it driven by the total amount of data possibly?thanks!
Too many arguments for command /path-to-script/external-task-script.ipl (args: 756, max: 510)
I've noticed that on our implementation (Solaris 9, TS 6.5 sp2) submits via GUI / workflow of several hundreds of files fail. I found that this is caused by the external task in the job.The iwtrace.log says for instance: Too many arguments for command /path-to-script/external-task-script.ipl (args: 756, max: 510) My interpretation is that the workflow adds all the files (and comments?) in the workflow as arguments to the command, and hits an upper limit on UNIX command line arguments.Things are different probably if one does a submit of one explicit directory, thereby submitting possibly thousands of modified files therein.