Hi all,
I’m trying to test out the new rez plugin but hitting a bit of a wall. I think I’ve followed the steps:
- Enabled the rez plugin
- I’ve configured the render node to have rez on the path and access to the packages
- Our nuke package has the tool ‘nuke’ available
But when I try it, I can see the DEADLINE_REZ env vars in the Job Extra Info and everything looks right, but it doesn’t work on the render node. I get messages like this:
Error: ManagedProcessAbort : Executable returned from RenderExecutable(), "nuke", is not rooted, and does not exist in the current directory or in the PATH.
at FranticX.Processes.ManagedProcess.Execute(Boolean waitForExit)
at FranticX.Processes.MonitoredManagedProcesses.StartMonitoredManagedProcess(String name, ManagedProcess managedProcess)
at Deadline.Plugins.DeadlinePlugin.StartMonitoredManagedProcessAsUser(String name, ManagedProcess managedProcess, String userName, String domain, String password, Boolean useSu, Boolean preserveEnvironment, Boolean setHomeVariable)
at Deadline.Plugins.DeadlinePlugin.StartMonitoredManagedProcess(String name, ManagedProcess managedProcess) (Python.Runtime.PythonException)
I’m not sure what else to try at the moment - there’s no mention in the log before that point of it trying to run ‘rez’ - should there be some messages?
Thanks