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:

proserve -db db-name| -servergroup server-group-name[parameters]
-db db-name
Specifies the database you want to start a server for (-db is 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.properties file. Use OpenEdge Management to create server groups, which are saved in the conmgr.properties file.
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.