Note: The database name specified by a client must be the same database name that was used to start the database server. The name of the OpenEdge programming language has changed from 4GL to Advanced Business Language (ABL). In some instances, such as the designation of server types, the programming language still uses the term "4GL."
proserve Sports2002
Starts the Sports2002 database.
-H localhost
Specifies the machine on which the server runs.
-S 6001
Specifies 6001 as the port number to be used when connecting to a broker process.
-ServerType
Specifies the server type.
-n 200
Limits the number of users to 200.
-Mn 7
Specifies 7 as the maximum number of servers.
-Mi 3
Limits the server to three clients.
-Mpb 4
Restricts the number of servers that can be spawned by the broker to 4.
For the secondary broker, invoke PROSERVE with the following:
Use -m3 to start up this broker
Use the -n and -Mn results from the formula above
Set -Ma to the maximum number of SQL users
Set -Mpb to the maximum number of servers for this SQL broker
Set -ServerType to SQL
For example, use the following command to start an OpenEdge SQL secondary broker: