Thanks!
I could be wrong, but from what I see there it appears that the problem is related to creating the Worker’s own local folder. This was already implied by
Deadline.IO.DeadlineClientPath.GetDeadlineClientSlaveJobPluginsFolder
Deadline.Slaves.SlaveSettings.GetSlavePluginPath
Basically when the Worker dequeues a Job, it creates a temporary folder under the current user’s AppData, e.g.
C:\Users\Administrator\AppData\Local\Thinkbox\Deadline10\slave\<MachineName>\jobsData
The sub-folder would have a name matching the ID of the job. The Worker then copies the integration plugin (Python script) and any auxiliary files submitted with the job to that folder, and runs the rendering using that data.
It appears that for some reason the Worker cannot access that path, and the folder creation fails.
I will go and add a link to this forum post and some notes in our support ticket system, as your email created a thread there and our engineers might wonder what we are discussing…