I’m trying to submit a commandline job with “maya -batch”, and it doesn’t seem to work on the farm. The job completes with no errors but it doesn’t create an alembic. It seems as though it isn’t taking any of the “-arguments” that are being passed to the maya command.
deadlinecommand -SubmitCommandLineJob -pool “pool” -group “group” -name “name” -department “dept” -executable “/usr/autodesk/maya2018/bin/maya” -arguments ‘-batch -file alembicExport.ma -command AbcExport -j “-frameRange 1.0 120.0 -dataFormat ogawa -file alembicExport.abc”’