Setting OIB and OID UNIX Environment Variables

Before you run a small client application, you may have to set the environment variables listed in Table 3–3.

Table 3–3: OIB and OID UNIX Environment Variables  
Environment
Variable
Setting
PROOIBRK
The pathname of the OIB executable, $DLC/bin/_prooibk by default.
PROOIDRV
The pathname of the OID executable, $DLC/bin/_prooidv by default.

When you set these variables yourself, set them on the machine where you run the OIB and OID. For example, to set PROOIDRV in the UNIX C shell (csh), you can enter this command at the prompt:

setenv PROOIDRV $DLC/bin/_prooidv 

To set PROOIDRV in the UNIX Bourne shell (sh), you can enter this command at the prompt:

PROOIDRV=$DLC/bin/_prooidv; export PROOIDRV 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095