SubmitCommandLineJob with "maya -batch"

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”’

The command works when not submitting through Deadline? I believe AbcExport/Import is a plugin that needs to be loaded for Maya. Is it possible it is not loaded on the render nodes? Do you have any job reports?