OE 11.1 is still used in some vendor packages. ProTop runs under this version, but OE11.1 has limitations. Make the following adjustments for a smooth ProTop install and configuration.
NOTES:
- Not all of the ProTop's advanced features will work under OE 11.1.
- This workaround requires either the use of a 4GL DEV license or running the ProTop processes with the -rx startup parameter with a client networking license.
- OE11.1 cannot run secure comms (HTTPS over port 443) with the ProTop Portal; it's very old security libraries do not work with modern (minimum) SSL/TLS ciphers and protocols in use on the ProTop Portal. This OE11.1 install can only communicate with the portal using HTTP.
- This workaround requires a replacement for $PROTOP/lib/osgetwinsize.p if you are running a version of ProTop before Version 327. Please send a message to support@wss.com and we will send you the replacement right away.
Steps to use OE11.1 with ProTop:
- Start a shell using proenv.
- Download and install ProTop as per the install guide. Take it as far as you can, you may be blocked/hung at some point. We just need to files to be expanded and localized.
- Once installed, move or rename the version 11 specific procedure library out of ProTop's PROPATH. i.e. mv $PROTOP/protop-v11.pl $PROTOP/protop-v11.pl-orig
- cd $PROTOP/ptdefs
- Copy protop.json to protop.json-[date] as a backup.
- Edit protop.json and remove the lines that contain PASOE and Service Telemetry.
- cd $PROTOP/bin
- cp localenv.x localenv
- Edit localenv and find the line containing MINWAIT.
- Make a copy of that line and comment it out as a backup.
- Change MINWAIT=0.1 to MINWAIT=1 and save the file.
- If you do not have a 4GL-DEV license available on this server:
- cd $PROTOP/etc
- Create a file named for your site and ending .pf, e.g. acmemfg.pf.
- Edit your [site].pf and add one line containing: -rx
- Save and close the file.
- Close your current shell, open a new one, and run $PROTOP/protopenv to set your ProTop environment variables.
- Re-run pt3inst - this should work without hanging now.
- Test ProTop RT against one of your resources to verify that it works as expected:
protop myDb. - Proceed with your Advanced ProTop Configuration.
If you have any issues, please don't hesitate to contact us using the options on this page.