Kbase P106040: What is the predefined WebSpeed environmental variable SUPER_PROC
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/07/2005 |
|
Status: Unverified
GOAL:
What is the predefined WebSpeed environmental variable SUPER_PROC
GOAL:
How to define SUPER_PROC to the WebSpeed Broker and it's agents
FACT(s) (Environment):
WebSpeed 3.1D
WebSpeed 3.1E
OpenEdge 10.x
FIX:
Allows you to initialize any super procedures that are customized for your application. Super procedures must be in the PROPATH. They are started in the order in which they are specified in the list. The super procedures are started in a stack with web-util.p started first and custom procedures last. The search order when saying
RUN init-request IN web-utilities-hdl.
would be the last started custom procedure first and then at RUN SUPER continues down the stack.
The VALUE is a delimited list of super procedures.
Activation of this variable can be accomplished either by:
1. Using the Progress Explorer and entering the name of the variable in the NAME field in the brokers' Environment Variable Properties dialog box and the Value in the VALUE field.
2. Manually add to the ubrokers.property file under the Environment section for your broker.
[Environment.wsbroker1]
SUPER_PROC=c:/mycode/proc1.p;c:/mycode/proc2.p