Monday, April 4, 2011

Creating Job Queues in XE/ERP8



In case of xe/ERP8 job queues are goverened directly by the start/stop scripts rather than by entries in F986130. Create new job queues in case of unix environments the RunOneWorld and the EndOneWorld scripts need to be modified
Define a OWQUE# value at the top of the script and runqueue.sh statemet at the bottom.

OWQUE##=”QUEABCD” $SYSTEM/bin32/runque.sh $OWUSR $OWPWD $OWENV $OWQUE15 UBE 5 > $SYSTEM/bin32/ubeque2.log 2>&1 &

On UDC 98/JQ add the new Job Queue name


If you want your users to override job queues when submitting UBE's , just add the same queue info in P986130. This is important in the later releases but in XE/ERP 8 its needed only if Override Jobqueue is in use.

When a user Selects Override JobQueue, the application fetches from the table F986130 and this app writes data into the table. 


The process is much simpler in version 8.9 or higher.

With the advent of the new Queue kernel in version 8.98 the queue can be configured entirely via the P986130.

In menu GH9013 go to Work with Job queues, click on Add, fill in the details and you are good to go. All that is left to do is add go to 98|JQ UDC and add the name of your queue.