Search
Page 7 of 10. Showing 93 results (0.019 seconds)
Worker Logs
the location of the Worker log file Modify the following setting in the Worker qb.conf or qbwrk.conf file on the Supervisor: worker_logfile = logfile where logfile is the path…How to Install Qube from the command line
to install with logging output to a file: msiexec /i mymsifile.msi /Lime logfile.txt or more verbose msiexec /i mymsifile.msi /L*vime logfile.txt where mymsifile.msi is the path…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…UI "3dsmax Job..."
Files/Autodesk/3ds Max 2011/3dsmaxcmd.exe browse or enter manually the location of 3dsmaxcmd.exe on the workers Scenefile Tooltip - Path to 3ds Max scenefile (required) Browse…framesubmit.py
the Python api into the search path. # This is only if you havn't installed the Qube module # in the python default search path. # import os, sys # load Qube's python module…Simple Job Type back end
Example There is no need to inform the back end script of the path to the API libraries. use qb; use DBI; my $job = qb::jobobj(); while(1) { my $frame = qb…Common Administrative Actions
to network filesystems either with something like NFS or UNC paths Worker Authentication http://confluence.pipelinefx.com/display/QUB064/Worker+Authentication : Setting up Worker…QubeMobileServer Installation
. We recommend ActiveState Python http://www.activestate.com/activepython/downloads, since it will add itself to the registry and system search PATH. See the requirements…jobSubmit_emailCallback.py
# # ====================================================== import os, sys # Make sure that qb module is in the python path if 'QBDIR' in os.environ: sys.path.append('%s/api/python' % os.environ['QBDIR…qbsubmit.py
Contract with # PipelineFX L.L.C. # ####################################################################### import os, sys # # Setup the module path # if 'QBDIR' in os.environ…