Try OpenEdge Now
skip to main content
Installation and Configuration
Command and Utility Reference : Managing installation configurations : ADMSRVC
 

ADMSRVC

If you install or remove AdminService using admsrvc.exe in proenv, enter admsrvc /install and admsrvc /remove respectively for OpenEdge upto 11.4. From OpenEdge 11.5, OpenEdge supports installing 32-bit and 64-bit of the same OpenEdge version on a single 64-bit machine. So for example, if you use admsrvc /remove in OpenEdge 11.5, OpenEdge looks for a 64-bit AdminService and throws an error. For any higher version than 11.4, enter the following parameters depending upon 32-bit or 64-bit 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)