Try OpenEdge Now
skip to main content
OpenEdge 11.6.1 New Information : Server Technologies and Tools
 

Server Technologies and Tools

Release 11.6.1 of OpenEdge includes the following:
*Admsrvc — The process of installing and removing the AdminService from the Proenv window is clarified.
Historically, in releases up to 11.4, you install or remove AdminService using admsrvc.exe in Proenv, by entering admsrvc /install and admsrvc /remove respectively. From Release 11.5 forward, OpenEdge supports installing both the 32-bit and 64-bit version of the same OpenEdge release on a single 64-bit machine, which causes errors when the admsrvc process looks for the incorrect version to install or remove.
For any OpenEdge release later than 11.4, enter the following parameters depending upon the version (32-bit or 64-bit) of OpenEdge that you have installed:
*admsrvc /install
Installs a Windows service with the name AdminService for OpenEdge <version> (64-bit)
*admsrvc /install32bit
Installs a Windows service with the name AdminService for OpenEdge <version> (32-bit)
*admsrvc /remove
Uninstalls a Windows service with the name AdminService for OpenEdge <version> (64-bit)
*admsrvc /remove32bit
Uninstalls a Windows service with the name AdminService for OpenEdge <version> (32-bit)
*SSL_SOCKET_READ — When an HTTPS request is made, OpenEdge checks for a socket, and then checks if there is an activity in the socket. However, there could be missing data if there is data in the socket but there is no activity. To avoid missing any data, set the boolean SSL_SOCKET_READ environment variable to true, as shown:
*Windowsset SSL_SOCKET_READ=true
*Unixexport SSL_SOCKET_READ=true