Change job queue

jdoneworld

Member
When a job is submitted on server and has a status of Waiting then how is it possible to move the job from this queue to another queue so that it gets processed.
Application P986110B allows to change the queue and has a BSFN call B9861106 to move job from one queue to another queue.
However this only happens based on a jde.ini setting which it reads using BSFN ReadActiveQueueINI B9861107.
Question is what is the jde.ini parameter that controls this ?
Thanks in Advance

OneWorldXe - SP22
 
use JDE7334

update SVM7334.F986110 set JCJOBQUE ='LRMT7334' where JCJOBSTS='W' and JCENHV='JPD7334' and JCJOBQUE='QB7334'



[ QUOTE ]
When a job is submitted on server and has a status of Waiting then how is it possible to move the job from this queue to another queue so that it gets processed.
Application P986110B allows to change the queue and has a BSFN call B9861106 to move job from one queue to another queue.
However this only happens based on a jde.ini setting which it reads using BSFN ReadActiveQueueINI B9861107.
Question is what is the jde.ini parameter that controls this ?
Thanks in Advance

OneWorldXe - SP22

[/ QUOTE ]
 
[ QUOTE ]
use JDE7334

update SVM7334.F986110 set JCJOBQUE ='LRMT7334' where JCJOBSTS='W' and JCENHV='JPD7334' and JCJOBQUE='QB7334'



[ QUOTE ]
When a job is submitted on server and has a status of Waiting then how is it possible to move the job from this queue to another queue so that it gets processed.
Application P986110B allows to change the queue and has a BSFN call B9861106 to move job from one queue to another queue.
However this only happens based on a jde.ini setting which it reads using BSFN ReadActiveQueueINI B9861107.
Question is what is the jde.ini parameter that controls this ?
Thanks in Advance

OneWorldXe - SP22

[/ QUOTE ]

[/ QUOTE ]

I suspect that won't work on AS400 servers. You'd need to do go into WRKJOBQ and change the job queue there.
 
We are manually changing job Q in AS400 via wrkjobq also. Any there is any way users can change from One World by themselves, pls share with us too.

Thanks.
 
[ QUOTE ]
We are manually changing job Q in AS400 via wrkjobq also. Any there is any way users can change from One World by themselves, pls share with us too.

Thanks.

[/ QUOTE ]

As far as I know this is a bug. We are on Xe SP22. It seems that Oracle can't be bothered to fix it.

At different site I have customised the P986110B/W986110BC form to use a C bsfn to system() a CHGJOB call if the user changes the Job Queue.

cheers,
JohnO
 
We are using ERP8 and manually change via wrkjobq in AS400. Eventually
someone needs to check the jobq constantly. Too time consuming.
-Mars-

On 9/16/05, brother_of_karamazov <[email protected]> wrote:
d
ets
 
Jdeblues, I don't have an answer for you but rather a question. If your users can move jobs to another queue, how would you restrict them from moving jobs that should run in a single threaded queue? Debbie
 
Hi,
From JDE, users cannot change jobq, so our control is to further restrict
user from access AS400 directly. Only assigned technical engineer to assist
for any changes of jobq, but of course, under his monitoring.
Rgds,
Marshall GanBK
ERP8, AS400

On 9/27/05, dhashimura <[email protected]> wrote:
 
User is unable to move the jobs, only IT support does that. As for single-threaded Q, only 1 user from each dept is allowed to run such jobs hence no problem YET
smile.gif
 
Just wondering--is your system value QPFRADJ set to 2 or 3 and do you have separate pools for interactive vs. batch jobs?
 
Does anyone have a solution in 8.10 for switching job queues for jobs with status 'W'
confused.gif
? In XE, we ran the SQL update script mentioned here, but it no longer works?

Vernon
 
Back
Top