Hi All,
I want to know installation & uninstallation of Open Edge 10.2A in Linux operating system.(I know installation of Open Edge 10.2A software in windows operating system.)
I had downloaded Linux 32-bit Evaluation Open Edge 10.2A Software & installed only OE Application Server,OpenEdge Enterprise RDBMS keys.
I some how installed 10.2A on my Linux OS. But, when tried to start progress session using MPRO command, bellow error message is shown:
** This version of PROGRESS requires a start up procedure. (495)
Can any help me on this?
Can any one provide me steps to install & uninstall 10.2A in Linux OS?
Regards,
Ushakiran J
Hi, I don't think you've got a problem of installation. I think this message come from either a question of licence or a question of starting parameters. try : $DLC/bin/_proexe -1 -db (or if you are running a db in multi user mode) $DLC/bin/_proexe -db -N -S -H .
You have installed Progress correctly. Uninstalling Progress on UNIX is much easier than it is on Windows. Just delete the install directory.
The message means that you did not install a license that is capable of compiling code (which seems true since you did not list such a license). If you want to compile code you need to install a "4gl compiler" or better license. You would have the same problem if you installed the same licenses on Windows. If you have a Windows install that works the way you would like, use the "showcfg" command to see what is installed.
Since you only have a run-time installation you must specify a startup procedure. Like this:
mpro dbname -p main.p
(Progress will automatically look for "main.r".) You can compile the r-code on some other server if this is supposed to be a run-time install. You do need to match the "bitness" (32 bit vs 64 bit) and use the same "windowing platform", so if you were to compile on Windows make sure to use the character client (_progres.exe) instead of the GUI client (prowin32.exe).
Hi All,
Thanks! For all valuable replies.
>>>>>>>>>
Uninstalling Progress on UNIX is much easier than it is on Windows. Just delete the install directory.
<<<<<<<<<
You mean to delete /usr/dlc folder?
>>>>>>>>>
If you want to compile code you need to install a "4gl compiler" or better license. You would have the same problem if you installed the same licenses on Windows. If you have a Windows install that works the way you would like, use the "showcfg" command to see what is installed.
<<<<<<<<<
I had received only OE Application Server,OpenEdge Enterprise RDBMS,OpenEdge Replication & OpenEdge Management licenses whlie downloading progress linux evaluation software.
I had progress installed on Windows operating system (in which OE Studio license is also installed). Same licenses can be used for linux also?
How can I get evaluation/trail compiler license? Usually when we download evaluation software will we wont get compiler related license?
Regards,
Ushakiran J
If you installed Progress into /usr/dlc then, yes, you would delete that "folder" to uninstall Progress.
You need a "4gl compile" or an "OE Studio" or a "ProVision" license to compile code. I don't know if you can use the same license keys or not -- that depends on how they were generated. You should contact whomever setup an eval for you and let them know that they forgot the compiler license.