Kbase P111892: How to configure a primary and secondary database broker using Progress Explorer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/16/2008 |
|
Status: Verified
GOAL:
How to configure a primary and secondary database broker in progress Explorer
GOAL:
How to configure a second broker using Progress Explorer Tool
GOAL:
How to start up a SQL and 4GL broker of a database
GOAL:
Where to enter the -Mpb, -Ma and -Mi parameters for a primary and secondary database broker in Progress Explorer
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Versions
FIX:
1. Start Progress Explorer and expand the defaultConfiguration of the database you want of configure, right-click to open the Properties:
Databases > <dbname> > Configurations > defaultConfguration [Properties]
In the GENERAL branch: Maximum Servers (-Mn) needs to be = SUM (Number of servers per broker -Mpb) + 1 for each "New" servergroup added below.
2. Select the defaultServerGroup and right-click to open the Properties.
Databases > <dbname> > Configurations > defaultConfguration > defaultServerGroup
3. Make the appropriate changes to the following:
Client type (SQL only or 4GL only)
Server name or port number (-S) # this is the -S value that client-server connections will connect to this login broker
Number of servers per broker (-Mpb) # this is how many remote servers of the total remote servers (-Mn) assigned to this login broker
Maximum clients per server (-Ma)
Minimum clients per server (-Mi)
Maximum dynamic port (-maxport)
Maximum dynamic port (-minport)
4. Click OK to save your changes.
5. Select the defaultConfiguration of your database and choose Action -> New and Entering a name for the new server group
6. Make the appropriate changes to the following:
Client type (SQL or 4GL)
Server name or port number (-S) # this is the -S value that client-server connections will connect to this login broker
Number of servers per broker (-Mpb) # this is how many remote servers of the total remote servers (-Mn) assigned to this login broker
maximum clients per server (-Ma)
Minimum clients per server (-Mi)
Maximum dynamic port (-maxport)
Maximum dynamic port (-minport)
7. Click OK to save changes.