Kbase P5973: Using PROMON to determine if the installed version of Progress is 64-bit or 32-bit?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
GOAL:
How to use PROMON to determine if the installed version of Progress is 64-bit or 32-bit?
FIX:
1) With a database server started, run PROMON:
PROMON dbname
2) Choose Option 6 - Shared Resources.
There is a line in the resulting display called SHARED MEMORY VERSION.
If the resulting number begins with 6400, then the user is on a 64-bit
release.
Examples:
. Using Progress 9.1C, this result would read 64009056 for a
64-bit release and 9056 for a 32-bit release.
. Using Progress 10.0B, this result would read 64010004 for a
64-bit release and 10036 for a 32-bit release