Search

Search

Help

Page 7 of 10. Showing 98 results (0.016 seconds)

  1. 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…
    Qube 6.4Apr 15, 2013
  2. 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…
    Qube 6.4Dec 19, 2012
  3. 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…
    Qube 6.4May 24, 2013
  4. 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
  5. 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…
    Qube 6.4Oct 22, 2012
  6. 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
  7. 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
  8. 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…
    Qube 6.4 / … / PythonNov 08, 2012
  9. 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…
    Qube 6.4Apr 29, 2013
  10. 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
    Qube 6.4May 24, 2013