Copy the SSOLite Shared Library
Note:
Run this script only if you are instructed to do so in the $SWDIR/logs/TODO file.
This section is only for DB2 users.
The ssolite library is needed by the iProcess Engine SW_GET_SEQ_TRANS() stored procedure, which is used to obtain sequence numbers from the sequences table.
To copy the ssolite library, perform the following steps:
| 1. | Log in as the user shown in the $SWDIR/logs/TODO file. |
| 2. | If you are using: |
| — | a local DB2 database, run the cp command exactly as shown in the $SWDIR/logs/TODO file. For example: |
cp /iProcess/swnod1/libs/ssolite.so db2inst1/ sqllib/function/ssolite
| — | a remote DB2 database, copy the ssolite library file shown in the cp command to the indicated destination on the machine hosting the DB2 database. |
Note: If the machine that hosts your remote DB2 database uses a different operating system than the machine that hosts the iProcess Engine, you must use a different version of the
ssolite shared library file. Contact TIBCO Support to obtain the correct version of the file for the operating system that hosts the remote DB2 database.