Register a PAS for OpenEdge instance as a Windows service
- Last Updated: November 12, 2025
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To install a PAS for OpenEdge instance as a Windows service, you must have administrator privileges.
A service is an application without a user interface that runs in the background
and provides core operating system functionality. Web servers like PAS for OpenEdge and
Tomcat typically run as Windows services.
Note: If you run a PAS for
OpenEdge instance with the
To register and run a PAS for OpenEdge instance as a Windows service,
perform the following steps:pasman.[sh|bat] start
command, the instance runs in the context of the command shell process. It is not
available as a system service that can handle external client requests. The instance
must be registered as a Window service before you can start it as a
service.- Run the proenv utility.
- Run the
pasman servicecommand. Specify the instance name and theregisterparameter.
orpasman service <service-name> -I <instance-name> register<instance-name>\bin\tcman.bat service <service-name> register - Run the
pasman servicecommand with an instance name and thestartparameter.
orpasman service -I <instance-name> start<instance-name>\bin\tcman.bat service startNote: You can also use thepasman servicecommand to check the running status, to stop, and to unregister a PAS for OpenEdge instance as a Windows service. You can also use the Microsoft Management Console (MMC) or thesc configcommand to start, stop, and check the status of a service.