JobQueue..!!

vliyer

Active Member
Hi,
P98305 Work with Batch version - Row Exit - Version Details shows up Job
Queue name which is defined as data dictionary item on Form (Version Detail)
and is populated using business function X983052 - Version List Local
Lookup.
Once it is changed, it is written back using B98220A - OMW Set Attribute.

Does anybody know where exactly in table this job queue name is stored??

Business functions seems to be using RDA Specifications etc..!!couldn't
figure out..!!

Thanks in Advance,

Regards,
venkat.
XE SP 14.1 AS/400 Database.
 
I had the exact same question a few months ago when I was asked to change
the queue a large number of jobs were run in...Simple I thought, I will just
do a SQL update..not that easy...the queue that it is run in is contained
within the specs of the version, and there is no way to view/update that
information other than through the work with versions program. I called JDE
response line on this and they verified this, but if anyone has information
to the contrary (non unknown in the JDE world), please let me know.

John

Xe, SP14.2, NT/SQL, Metaframe 1.8
 
The Queue Name are in TAM File.
if you open the F98761 RDB File, you can check your report and version. On
the version, the column zPrintInfo.szQueue is the name of the queue where
you launch you UBE.

These business function are used to check in the TAM file and to modify the
TAM File. The name of the queue isn't in table, so you can't use sql to
modify the queue name. You could try to create a batch that use these
business functions.

Franck BLETTNER
Service Informatique RAVATE
Tel : 02 62 90 40 63
E-mail : [email protected]

Current Version : OneWorld B7332 Oracle, RS600
Work on :
Oneworld B7321, B7331, B7332, XE
Platform, UNIX, AS400, NT
Database : Oracle, SQL, DB2



-----Message d'origine-----
De : [email protected]
[mailto:eek:[email protected]]De la part de vliyer
Envoyé : mercredi 20 juin 2001 19:53
À : [email protected]
Objet : JobQueue..!!


Hi,
P98305 Work with Batch version - Row Exit - Version Details shows up Job
Queue name which is defined as data dictionary item on Form (Version Detail)
and is populated using business function X983052 - Version List Local
Lookup.
Once it is changed, it is written back using B98220A - OMW Set Attribute.

Does anybody know where exactly in table this job queue name is stored??

Business functions seems to be using RDA Specifications etc..!!couldn't
figure out..!!

Thanks in Advance,

Regards,
venkat.
XE SP 14.1 AS/400 Database.



--------------------------


Franck BLETTNER
Service Informatique RAVATE
Tel : 02 62 90 40 48
E-mail : [email protected]
 
Hi Venkat,
Why do you interested in it? Do you want to make a mass update on it?
If yes, then I agree with Franck's suggestion.
I made many one-time and more-times used utilities in OneWorld, investigating the original OW applications and using this knowledge in my applications to accomplish mass operations (e.g. Check-Ins and Outs, Retrieve/Enter Vocabulary Overrides, etc.).

If the task was a reusable one then I have generally created brand new applications.
If it was a one-time to use one then generally I copied the original application and prepared it for working in cycle without user interaction, based on a list.

Excuse me that it wasn't a concrete help just a general advise.

Good luck,
Zoltán

B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Thanks Frank,Zoltan.

Yes. I was looking for mass updates. I went upto F98761 since BFs were using
RDASPECs but I was not aware that I can see blob info in TAM file.

It helped.

Thanks again,

Rgds,
venkat.
PS: Sometimes, we need advice too..:) so, keep it up.
 
Back
Top