Hi bomba,
What happens if you open a command prompt, and run the following command:
qbjobs <JOBID>
where <JOBID> is the job ID of a job that you've removed but still shows in the GUI.
Also, where are you looking for the logs? That is, which "spool folder" on which
machine are you looking at? By default, the qube job logs are save on the supervisor
host, and the specific location depends on the OS:
Windows XP:
-----------------------------------
\Program Files\pfx\qube\logs\job
Windows 2008 / Vista / Window7:
-----------------------------------
\ProgramData\Pfx\Qube\logs\job
Linux, OS X:
-----------------------------------
/var/spool/qube/job
Again, this is all on the supervisor machine.
Qube's permissions are name-based, and can be controlled by the "qbusers" command. If you have a recent version of the Qube GUI (5.5.x or above, I think),
it can also be controlled by the GUI, under the "Admin Layout".
See the Administration.PDF doc, chapter 7 "User Permissions," for more details.
As for scripting and custom development, Qube's native API is in C++, but we
also support API bindings in Perl and Python. Again, there's a Development.PDF
doc that details it all, and also docs particularly for Python development. Look
for examples in your <QBDIR>/examples/ directory, where <QBDIR> is your
Qube installation directory.