Search

Search

Help

Page 7 of 10. Showing 93 results (0.019 seconds)

  1. 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
    Qube 6.4May 23, 2013
  2. 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
    Qube 6.4Nov 05, 2012
  3. 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…
    Qube 6.4Nov 05, 2012
  4. 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…
    Qube 6.4Sep 04, 2013
  5. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  6. 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…
    Qube 6.4Oct 22, 2012
  7. 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…
    Qube 6.4Oct 18, 2012
  8. 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…
    Qube 6.4Jun 10, 2013
  9. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  10. qbsubmit.py

    Contract with # PipelineFX L.L.C. # ####################################################################### import os, sys # # Setup the module path # if 'QBDIR' in os.environ…
    Qube 6.4 / … / PythonNov 08, 2012