Search
Page 6 of 10. Showing 93 results (0.014 seconds)
Worker Drive Mounting
. On Windows, UNC paths are recommended. Make sure that the user that the Worker processes use to run the jobs have permissions to access these network filesystems. The OSX AFP mounting…I'm getting an error on an Windows installer about unable to detect Qube
Run the registry editor on the machine (Start menu, "Run..." then "regedit" and hit enter), and check the following path. HKEY_LOCAL_MACHINESOFTWAREPipelineFXqube…UI "Maya Job..."
Scenefile Tooltip - Path to Maya scene (required) Browse or enter manually the location of the scene file to be rendered. This is a required field for submission Important…How to fix the MySQL error message: Access denied for user 'qube_readonly'@'localhost'
Linux: /usr/bin/mysql Windows: mysql (usually in the SEARCH path, courtesy of the Qube installation) For the remainder of this page, if you see mysql in the command line, add…Simple Job Type front end
"; } Initially set the path to the API library, and load the API module. Every job contains a copy of the user's environment variables. These variables can be manipulated…bootstrap.py
system path sys.path.append("."); sys.path.append(".."); sys.path.append(`os.environ.get("QB_DIR")` + "/api/python") sys.path.append(`os.environ.get("QBDIR")` + "/api/python…Supervisor Logs
the location of the Supervisor log file Modify the following setting in the qb.conf file: supervisor_logfile = logfile_path where logfile_path is the path to the Supervisor log file…Jobtype Installation
on the network fileserver. See the configuration parameter worker_template_path for the search path used by the Workers for their jobtypes.…Startup and Configuration options
cannot create or write to ./certs, OS-specific temporary storage will be used. certificate_file: Full path to a signed certificate file. This is optional. If not given, the server…Creating a new SimpleCmd
is a simple example: Example import sys # You will need to have your PYTHONPATH, PATH, or modify sys.path # in such a way that this import is possible. The path should…