Kbase P55902: How to add additional Webspeed broker in windows operating system?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/09/2008 |
|
Status: Verified
GOAL:
How to add additional Webspeed broker in windows operating system?
FACT(s) (Environment):
Windows
Progress 3.x
OpenEdge 10.x
FIX:
Here are the steps to accomplish this:
1. Open progress explorer > Connect to the appropriate Server machine > Right Mouse click on the Webspeed folder > Select New > Specify a name of your choice and click OK.
2. After the broker is created, again right mouse click on the newly created broker > select properties > Change the port number to an unused port number( the already assigned port number will be grayed out since it is being used by other broker).
At this point a working Webspeed broker is created. If you like to use a database connection, click on the agent. The general tab is defaulted for the agent. In the Agent startup parameters, after the -weblogerror, place an space and enter the database connection parameter or the pf file. For example:
For the database connection:
Shared memory connection:
-db <path to the Database folder>\<database name>
Remote connection:
-db <Database name> -H <host name or IP address> -S <port number or service name> -N TCP
For the pf file:
-pf <path to the pf file folder>\<pf file name>