Kbase P104437: How to modify AdminServer Timing values on Windows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/02/2009 |
|
Status: Verified
GOAL:
How to modify AdminServer Timing values on Windows
GOAL:
Where are the AdminServer Timing values located at on Windows
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
Progress 9.1C
Progress 9.1D
Progress 9.1E
OpenEdge 10.x
FIX:
To change the AdminServer startup timing you need to include the Java property setting
-DConfigToolTimings=<filename>
where <filename> is the name of the file where the <timingVar>=<valueInSeconds> settings are saved.
Example: -DConfigToolTimings=C:\Wrk\NewTiming.txt
Example of a file with the timing variables have to be specified in a file like this:
RTInitializing=30
RTStarting=30
RTShuttingDown=30
Then add the -DConfigToolTimings parameter to the registry key JVMARGS located at:
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\<Progress version>\JAVA
Depending on the version that you use the JVMARGS may not exit by default. Create one new string value if it not existed.
The value may look like this:
-ms8m -DConfigToolTimings=C:\Wrk\NewTiming.txt
Once you start the Admin Server the timing values are shown in the Admserv.log
[5/17/05 3:11:22 PM] [3] [ConnectionManager] Timing values: (8464)
[5/17/05 3:11:22 PM] [3] [ConnectionManager] rtshuttingdown=30 (8465)
[5/17/05 3:11:22 PM] [3] [ConnectionManager] rtinitializing=30 (8465)
.
.
.
[5/17/05 3:11:22 PM] [3] [ConnectionManager] rtstarting=30 (8465)