InstallShield automatically sets most of the environment variables it needs, such as PATH, as part of the unloading process. InstallShield also unloads .sh and .csh files, which contain the remaining environment variables that you must set manually before you can configure and run Open Server successfully.
InstallShield unloads Bourne shell and C shell files containing environment variables in:
$SYBASE/SYBASE.sh,$SYBASE/SYBASE.csh
To set the environment variables, do one of the following:
Modify the component’s RUN environment permanently using the environment variable values from the shell files, or
Before invoking the component, update the component’s RUN environment immediately, as described next.
Updating the RUN environment immediately
In a Bourne shell, enter the following:
cd $SYBASE . SYBASE.sh
In a C shell, enter the following:
cd $SYBASE source SYBASE.csh