Start a server or broker
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The server process coordinates all the database requests from all the users using a single database. The main database server is called the broker. The broker process manages shared resources and starts servers for remote users, if necessary.
Use OpenEdge Management or the PROSERVE startup command to start the server process, as shown:
|
-
-dbdb-name - Specifies the database you want to start a server for (
-dbis implicit). - -servergroup server-group-name
- Specifies the logical collection of server processes to start. The server-group-name you specify must match the name of a server group in the
conmgr.propertiesfile. Use OpenEdge Management to create server groups, which are saved in theconmgr.propertiesfile. - parameters
- Specifies the startup parameters for the broker/server. See Database Startup Parameters for a list of broker/server startup parameters.
For more information about the PROSERVE command see PROSERVE command.
Note: To confirm that your database is ready to accept and process transactions, check the operational state of your database. See Check the database state.