Hello,
I would need to have a list of profiles with the same jobq, this is in order to balance the profiles with the same jobq.
Is there any way to do that fast?
Thanks
Saludos/Best regards.
Software/Hardware used:
9117 570 i5 v6m1r1
ASKED:
May 15, 2012 8:28 PM
UPDATED:
May 25, 2012 7:05 AM
I don’t believe the job queue is contained in the user profile. It is controlled by the job description attached to the user profile. Of course, you could still list the user profiles to a file, then retrieve the job description info and extract the job queue.
Is there any way to do that fast?
Please define “fast” for your case.
Users don’t have job queues — jobs have job queues. Usually, job queues are assigned to jobs through a job description object, and user profiles usually have associated job descriptions.
You could list user profiles, then retrieve the associated job description for each user to see what job queue was named there. From those, you could create a table of profiles with their associated job queues. Query the table using job queue to sequence the entries.
That would show you the profiles for each job queue.
Tom