Currently, I’m using Python API to submit jobs. The problems is that webservice raises exception when accessing auxiliary files I provided in mapped drive.
Here, Z:\ has been mapped to a network NAS through LAN. Besides, I set the same folder (i.e. Z:\task\10) for the render output directory. The slaves worked fine with that location. I’m confused and want to know what is the cause and how to fix it.
Also, I’ve read the section Standalone Python API in manual and know that
However I think it not so rigorous. The info and plugin in
Jobs.Jobs.SubmitJobFiles(self, info, plugin, aux = [], idOnly = False)
access file in the machine where I run the program, not the machine where webservice is running.
It may be of great help If the document include some usages or examples of APIs in the future.