Search
Page 7 of 10. Showing 98 results (0.016 seconds)
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…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…Basic python job submission I. Single command
import os, sys # The next few lines attempt to import the Qube API. If the path to the qb module # is not in $PATH or $PYTHONPATH, we will attempt to find it by looking in known…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…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…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…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…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…Basic dependencies
with commented explanations of its contents #!/usr/bin/python import os, sys # The next few lines attempt to import the Qube API. If the path to the qb module # is not in $PATH…