Kbase P181807: How to prevent the osmetrics.dll from being loaded when starting the AdminServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/02/2011 |
|
Status: Unverified
GOAL:
How to prevent the osmetrics.dll from being loaded when starting the AdminServer?
GOAL:
How to stop the osmetrics.dll file from being loaded when starting the AdminServer process?
GOAL:
Where do you disable the osmetrics.dll file from being loaded when starting the AdminServer process?
GOAL:
What file need to be changed to prevent the AdminServer from loading of the osmetrics.dll?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
The following work around can be used if OpenEdge Explorer or OpenEdge management are not being used.
Disable loading of osmetrics.dll by doing the following after making a copy:
1. Open the $DLC/properties/AdminServerPlugins.properties file and locate:
[Plugin.System]
dependency=Plugin.Management
classname=com.progress.system.SystemPlugIn
2. Comment out that section as shown below:
# [Plugin.System]
# dependency=Plugin.Management
# classname=com.progress.system.SystemPlugIn
3. Save the modified file.
4. Restart AdminServer.