I’m trying to batch-submit a ton of jobs for rendering, but, when I call the deadlinecommand with the SubmitDropJob argument and supply (as the Deadline plugins do) the job info file, plugin info file and the file name, I get the "Error: could not find submit info file: SubmitDropJob (Deadline.Submission.DeadlineSubmissionException).
What am I missing?
I copied the steps from the regular Deadline plugins that ship with Deadline (3ds Max submission script, Nuke submission script etc…) and all these submission scripts generate are these two job files which are then passed as arguments to the ClientUtils.ExecuteCommand( arguments ).
The SubmitDropJob only lists these options:
SubmitDropJob Submits a drop job.
[-compress] Optional. If specified, the job files will be
compressed before submitting the drop job
[<Job Files>] The job files
Can you post the exact command you used to get that error with the SubmitDropJob command? Using the -drop option essentially does the same thing, so I’m glad that’s working for now.