Is there a simple Unix console command to determine which version of a Progress database is running? I have root access to the Unix console.
Thanks in advance on any guidance!
Is there a simple Unix console command to determine which version of a Progress database is running? I have root access to the Unix console.
Thanks in advance on any guidance!
If you look in your installation path's bin directory (usually $DLC/bin) you will find an executable called
If you execute that with no parameters it should echo back some information like this, you'll notice that its letting us know the version near the end:
P.S. I'm sorry you have to deal with progress.
In the BIN directory I have found some files using "ls pro*", including "proutil". This doesn't startup without a supplied databasename, but shows it's own version nevertheless.
PROGRESS Version 8.3E as of Wed .... EST 2001 in my case.
1) There is a file called "version" in the installation directory ($DLC). The "pro" command cats this file on startup. You can too: cat $DLC/version
2) There is also a command called "showcfg" which will provide all of your licensing data. "$DLC/bin/showcfg".
BTW -- Progress version 8 dates from the mid 90s. 8.3E was one of the last patch releases to v8.