Search
Page 12 of 40. Showing 393 results (0.015 seconds)
How do I set my own shared directory for job types?
Set the worker_template_path for the Worker to point to the directory containing the Job Types. Note, that on Windows, you must use UNC and the path separator is a forward…Set up Linux or OS X to handle jobs with UNC paths
: servermayaprojectsdefaultscenesmyscene.mb This is what you'd need to submit a job. Alas, on the OS X side, it won't make sense. First, you need to mount the drive using NFS or SMB. I'll leave…qbsummary
column width to int characters (default: 3) --pvs Priority Vs. Subjob Status --cvs Cluster Vs. Subjob Status --uvs User Vs. Subjob Status --gvs Group…How do I set up a host so that job will only run that type of host?
] worker_properties = host.maya=1 When you submit a job, the requirement must then include: host.maya=1…supervisor_flags
the Supervisor to track running jobs more aggressively. stub_optimize = 1024 Enable stub optimization, the Supervisor will group similar jobs in it's queuing decisions. While…I tried to call a routine in my job submission script from the callback, and it didn't work.
. Since a job you submit is actually a data object submitted to the Supervisor, it doesn't share any code space with script that submitted it, and consequently you can't reference…How to implement locking/unlocking a Windows worker at user login/out
" in the logoff script. To set up logon/logoff scripts for local logins, you edit settings in the Windows' "group policy editor": "Start Menu" -> "Run..." Type "gpedit.msc", enter…Render errors that say "file not found." when using UNC paths.
Our system will automatically map Windows drives based upon whether the jobs and Workers have "auto_mount" enabled. We will detect the maps on the client machine, add any…API Functions
qbbackup Purpose Backup Supervisor state database. Prototype QB_BOOL qbbackup() qbblock Purpose Sets job state to blocked. Prototype…C++ API Reference
Description Class for storing job query information. Constants QB_COMMAND_FILTERLIST 1 QB_COMMAND_JOBIDLIST 2 QB_COMMAND_WORKIDLIST 3…