Before you set up the Capture and Apply programs, you must set up a UNIX user account to run the programs. To set up a user account, add the following two statements to your .profile:
export SHLIB=$SHLIB:/db2dir export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/db2dir
Where db2dir is the library directory where DB2 is installed. For example, if you're working in a Solaris environment, add the following statements to your .profile:
export SHLIB=$SHLIB:/opt/ibmdb2/v5.0/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/IBMdb2/v5.0/lib