Consultor Eletrônico



Kbase P136050: Where does webspeed workshop gets OS environment variables  from?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

Where does webspeed workshop gets OS environment variables from?

GOAL:

How do I debug environment variables problem from workshop?

FACT(s) (Environment):

UNIX
Progress 9.x
OpenEdge 10.x
WebSpeed 3.x

FIX:

The os command link from workshop and the OS environment variables link in workshop get environment variables from the environment the agent is running in. Since agents are started by the broker and broker is started by AdmServer if no owner is set, the user that starts the admin server would own the environment WebSpeed agents are seeing.
$DLC/bin/wtbman calls $DLC/bin/ubutil script, and ubutil script calls java_env, slib_env and proset script, to debug environmental change, add echo $DESIRED_ENV though out the ubutil script.