Author Topic: Job Submission Denied  (Read 4481 times)

Yantor

  • Full Member
  • ***
  • Posts: 18
Job Submission Denied
« on: March 19, 2009, 12:14:41 AM »
Greetings, I'm pretty new to Qube (but I read the documentation), and just got my authorization to push jobs through Qube...

...as the subject line suggests, I am encountering an error with Job Submission. The exact error reads "Job Submission Denied. No Authorization".

My credentials for Qube were flagged -all by the admin when he set up my account, and I have logged in through the Microsoft Windows Login dialogue. I am trying to push a Maya-type job through the pipeline, using Renderman 2.0 for Maya 2008, and receive the above error.

What is causing it and how do I fix it?

shinya

  • Administrator
  • *****
  • Posts: 232
Re: Job Submission Denied
« Reply #1 on: March 19, 2009, 12:47:00 AM »
What user name are you logged in as, and what does
the output from "qbusers -list" say?

You may have to specify the full path to qbusers, i.e. on windows:

 "C:\Program Files\pfx\qube\sbin\qbusers" -list

It sounds like your user name wasn't added properly.

You may need to ask your admin to do:

 qbusers -add -all YOURUSERNAME

Note the "-all" option. Thi will get you "all" the basic user privileges,
including the submission right.

Note also that, if you weren't explicitly added using "qbusers", you will
inherit the "[default]" user rights (also shown in the output of "qbusers -list"),
which may be all you need.




Yantor

  • Full Member
  • ***
  • Posts: 18
Re: Job Submission Denied
« Reply #2 on: March 19, 2009, 02:33:45 AM »
That may have been the problem. I saw the admin add my username through command prompt (he did use full path), but he typed it;

qbusers -add USERNAME -all

would the flags being separated by a string like that cause it to not assign a username? Either way, we'll check with qbusers -list.

shinya

  • Administrator
  • *****
  • Posts: 232
Re: Job Submission Denied
« Reply #3 on: March 19, 2009, 02:41:28 AM »
All options need to come before the argument (username).

So, it needs to be run as:

  qbusers -add -all USERNAME


Yantor

  • Full Member
  • ***
  • Posts: 18
Re: Job Submission Denied
« Reply #4 on: March 19, 2009, 03:19:51 AM »
Good to know. Thank you, shinya!