Job queues and Scheduler

Slap

Member
Has anyone ever run across a situation where you are able to set up a UBEqueue for certain reports that operates correctly when these specific reports and versions are started by the user but run in the default queue when the jobs are started by the scheduler?

The system we are operating on is and NT 4.0 platform with OneWorld B7332 with an Oracle db.

I had initially created a new UBEqueue called POST for a few reposting jobs. Some of my developers noted that these jobs were not running in the correct queue, they were running in the default QB7332 queue. I tested this again, using the same report and same version manually starting it and scheduling it to run. The one that started manually ran in the correct POST queue while the one which ran through the job scheduler ran in the incorrect QB7332 queue.

The jde.ini file looks correct and the versions which run in the incorrect queue list POST as the queue. Has anyone ever run into this problem before or have any suggestions?

Thanks,
Slap
 
Are you running the job under the same name from the scheduler? If not,
it could be the jde.ini for the client:

[NETWORK QUEUE SETTINGS]
OutputDirectory=c:\data\jde
UBEQueue=QB7333

You can set a default queue where things are submitted to. Can anyone
verify which setting take precedence, the version setting or the client
as to which queue it is submitted to?

John

----------------------------------------------------------
OneWorld Xe (B733.3)
Update 6, SP 19.1_B1
Running on: WIN2K/SP2, SQL2k/SP2
Metaframe 1.8a
----------------------------------------------------------





Xe, Update2, SP16
SQL2k, Win2k
Metaframe 1.8a
 
What Job Queue to you have setup under scheduler for the UBE to run on? You
can go to Scheduler and click on the UBE in question and from the Exit Bar
choose Advanced Function. Then click on the Batch Application Override.

For an example we have the UBE R09705-ZJDE0001 set with a default processing
queue of RBATCH. And under the Scheduler we have created an override and
have the job ran to the ADMIN queue.

Joy Fernandez, JDE CNC & System Administrator
Pedernales Electric Cooperative, Inc.
[email protected]
 
Slap :

There's a parameter on the Scheduler where you define on what queue will
your report run.
It's on the same screen where you define server, user and environment for
that job.

Sebastian Sajaroff (JDELIST).

----------------------------------------------------------------------------
Strictly Personal and Confidential.
This email may contain confidential and proprietary material for the sole
use of the intended recipient. Any review or distribution by others is
strictly prohibited. If you are not the intended recipient please contact
the sender and delete all copies.Thanks.
.
Este mensaje es confidencial.
Puede contener informacion amparada por el secreto profesional. Si usted ha
recibido este e-mail por error, por favor comuniquenoslo inmediatamente via
e-mail y tenga la amabilidad de eliminarlo de su sistema; no debera copiar
el mensaje ni divulgar su contenido a ninguna persona. Muchas gracias.
----------------------------------------------------------------------------
 
Are you on XE or 7332, because in XE when you go to setup a sheduled job there is an option for you to specify the job queue you want the job to run in.
 
Back
Top