How to see version's jobqueue in a simple way

PathCode

Member
How to see version\'s jobqueue in a simple way

Hi,
I would like to know if there is any application that display all version's jobqueues. And also if there is any other application that allow to change job queues for many versions at the same time (i.e. to change QBATCH queue name to QB7333 queue name).
Thanks.
 
Re: How to see version\'s jobqueue in a simple way

Wow, i never thought I will be saying "Hi PathCode", but here it goes: Hi PathCode.

I do not believe that there's anything of the kind in the standard software, although we have a commercially available standalone tool to do both.

If interested, please, contact me via e-mail directly.
 
Re: How to see version\'s jobqueue in a simple way

Hey PathCode-

THIS WILL ONLY SHOW THE JOB QUEUE, IT WILL NOT ALLOW YUO TO CHANGE IT.

You could buy a 3rd party commercial tool, but seeing how you have already bought JDE, here is how I do it. This may not be the easiest, but it works. Create a UBE over the F983051. For each record call the following logic;

0002 Version List Local Lookup
UNDEFINED X szVersiontitle
UNDEFINED <- cOptionalitemflag
UNDEFINED X idVersionId
UNDEFINED <- szClientserver
UNDEFINED <- jdDatelastchanged
UNDEFINED <- szDescript2000char
UNDEFINED <- cCoverPage
BC Version History -> szVersion
BC Program ID -> szReport
RV Job Queue <- szJobQueue
0006 F9860.Fetch Single
BC Program ID = TK Object Name
RV Description <- TK Description

The BSFN is the X983052. This will give you a nice little report with Object name, version name, and job queue.

Aaron
 
Back
Top