Hi, user would think that by assigning following UBE jobs to another job queue would improve the performance. Yes, in some cases when dealing with multi threaded job,you can do so.
But for those single threaded job, Eg, R3b50, R43800, and etc...pls do not use multi job queues , it could result in data integrity issue and also performance issue.
Below are the steps of activating 2nd job queue in intel platform.
1. Before you set the 2nd job queue in P986130, pls also add the newly defined job queue name Eg, qbatch2 into UDC - 98|JQ
Add new job queue name Eg qbatch2
2. Add new qbatch2 code into this
Hope that helps...
TQ
But for those single threaded job, Eg, R3b50, R43800, and etc...pls do not use multi job queues , it could result in data integrity issue and also performance issue.
Below are the steps of activating 2nd job queue in intel platform.
1. Before you set the 2nd job queue in P986130, pls also add the newly defined job queue name Eg, qbatch2 into UDC - 98|JQ
Add new job queue name Eg qbatch2
2. Add new qbatch2 code into this
3. After that, pls change your enterprise server and fat client's jde.ini for the new job queue as :
[NETWORK QUEUE SETTINGS]
UBEQueues=1
UBEQueue1=QBatch
to
UBEQueues=2
UBEQueue1=QBatch
UBEQueue2=Qbatch2
After above change, pls rebound jde services in your entsvr and fat client
Below are the 2 ways of how to setting the 2nd job queue into current UBE job..
or
Hope that helps...
TQ
No comments:
Post a Comment