Kbase P17533: How to pass additional client parameters to OIB ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
How to pass additional client parameters to OIB ?
GOAL:
How to pass additional client parameters to OID ?
FIX:
If startup.pf cannot be modified - as it's used by all Progress processes on a system, you can do the following:
1) create a parameter file (e.g. start_oid.pf) with parameters you want to use for OIB/OID (not only -cpinternal, -cpsteram but also -d and -E startup parameters)
2) setup an environment variable PROSTARTUP to point to a newly created file (start_oib.pf is in $DLC directory in this example).
UNIX: PROSTARTUP=$DLC/start_oid.pf; export PROSTARTUP
Win32: set PROSTARTUP=%DLC%\start_oid.pf