UBE 15 second Delay

bradbeckett

Member
We are in the process of converting from Word to Oneworld, and one thing that's annoying during our testing is the 15 second wait between a UBE being submitted to the server and the server actaully starting the process.

Anyone tell me why? Can the time be shortened?

TIA
 
Brad, look in your server's JDE.INI file. There is a parameter in the
[NETWORK QUEUE SETTINGS] stanza, QueueDelay.
By DEFAULT the value is 30 (seconds). If you have only one queue (thread)
you will experience a 15 seconds wait in average. You can safely reduce the
value to 10 seconds. Open another thread as well, that will give you 2.5
seconds average waiting time.

Thanks, Gerd



B732 - ERP8, Unix, Windows, Oracle, SQL, WTS, JAS
 
Hi,

We had a similar type of issue recently following our upgrade to Xe. We
eventually tracked it down to Table Stats on our Oracle Database being out
of line. The Oracle Stats on our F986110 showed less than 50 records when in
actual fact there were over 30k. This was directly responsible for the
delay. Is there something similar in SQL? How many records do you have in
the F986110? Hope this helps!!

Regards

Rob.
Ibstock Brick Ltd

JDE Xe Update 6 SP 20_Q1 Oracle 8.1.7.4 on Sun Solaris
 
In your JDE.ini on the server

[NETWORK QUEUE SETTINGS]
QEnv=PY7334
QUser=XXXXX
QPassword=XXXXX
QueueDelay=5 <============ this determines how long before the jobs
starts.
UBEPriority=5
JDENETTimeout=60
UBEQueues=6


as you can see i have mine set to 5 seconds


-Brian

ERP 8 SP21_I
Windows 2K
SQL Server 2K

William “Brian” Wilkinson
Quickie Manufacturing
[email protected]
856-829-7900 x143




William “Brian” Wilkinson
Quickie Manufacturing
[email protected]
856-829-7900 x143
 
Re: RE: UBE 15 second Delay

Thank you, and yes I set mine to 5 and everything is much faster now. Our in house frustration level drops daily. :)
 
Back
Top