Kbase P27206: How to determine the current Service Pack level of a Progress installation
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/8/2010 |
|
Status: Verified
GOAL:
How to determine the current Service Pack level of a Progress installation
GOAL:
What are the ways to verify Service Pack level?
GOAL:
How to find out the service pack level installed
GOAL:
Where to find the Progress service pack level
GOAL:
Where to find the Progress patch level
FACT(s) (Environment):
OpenEdge Category: Installation
Progress 8.x
Progress 9.x
OpenEdge 10.x
UNIX
Windows
FIX:
Option #1
Check the Version file location in Progress/OpenEdge installation folder ($DLC on UNIX, %DLC% on Windows). The Version file contains the current version followed by the Patch / Service Pack number (if applicable) and hot-fix number (if applicable).
As an example, a 10.2A installation without service pack would produce the following information within its version file:
OpenEdge Release 10.2A as of Mon Nov 3 22:05:01 EST 2008
After a service pack has been applied to 10.2A, the version file might appear as follows:
OpenEdge Release 10.2A03 as of Thu Feb 25 00:35:21 EST 2010
Option #2
Start a PROENV prompt, which will display the version information in a manner similar to the following:
OpenEdge Release 10.2A03 as of Thu Feb 25 00:35:21 EST 2010
Option #3
Start Procedure Editor and select Help > About Procedure Editor