Hello,
I am in the final stages of an integration here and one thing is holding me up. I have configured my OSX workers with the proper environment variables for mayabatch. (if i remote into a worker, and from terminal do a "Render filename" it works, and env is reporting correctly).
Now, if i do a cmdline job and send "env" to that worker, I get back a different set of variables, not including the necessary stuff like MAYA_LOCATION etc.
Needless to say, if I submit a MayaBatch job with just "Render" it will fail as it doesn't know how to handle the command.
I have tried setting the environment vars on the workers via several methods, (/etc/launchd.conf, /etc/profile) etc. I would prefer these to be set system-wide which seems to work with /etc/profile.
Any ideas where I am going wrong?