WSRR can be configured using up to four databases. They are the Business Space database, the WSRR database, the activity logging database, and the service integration bus database. These databases can be separate or the WSRR, activity logging, and service integration bus tables can be created in the Business Space database.
You must create the
database using the UTF-8 code set. No other code sets will function
correctly.
These instructions apply to both DB2® Restricted Enterprise Server Edition and DB2 Express® Edition.
Value | Description |
---|---|
$ACTDB_NAME | Activity logging database name. Uppercase and 8 characters or less. |
$ACTDB_SCHEMA | Activity logging database schema. Uppercase and 8 characters or less. |
$ACTDB_USER | Activity logging database user ID. Must be lowercase. |
$DB_NAME | WSRR database name. Uppercase and 8 characters or less. |
$DB_SCHEMA | WSRR database schema. Uppercase and 8 characters or less. |
$DB_USER | WSRR database user ID. Must be lowercase. |
$DB2INST | The DB2 instance. |
$DB2INST_OWNER | The user ID of the owner of the DB2 instance (or of a DB2 administrator on Windows). |
$DB2PATH | The DB2 installation directory. |
$DB2TSDIR | The directory to store the DB2 tablespaces in. The $DB2TSDIR directory must already exist. |
$SIBDB_NAME | Service integration bus database name. Uppercase and 8 characters or less. |
$SIBDB_SCHEMA | Service integration bus database schema. Uppercase and 8 characters or less. |
$SIBDB_USER | Service integration bus database user ID. Must be lowercase. |
$WSRR_SQLPATH | Path to the WSRR SQL files, for example: install_root/WSRR/dbscripts/db2 or install_media_root/dbscripts/db2. |
$BS_SQLPATH | Path to the Business Space SQL files, for example: install_root/dbscripts/BusinessSpace/DB2 or install_media_root/dbscripts/BusinessSpace/DB2 |
# FOR DB2 versions prior to 9.7, the following settings are required:
#db2set DB2_SKIPINSERTED=ON
#db2set DB2_SKIPDELETED=ON
# FOR DB2 versions prior to 9.7, the following settings are required:
db2set DB2_SKIPINSERTED=ON
db2set DB2_SKIPDELETED=ON
db2set DB2_SKIPINSERTED=
db2set DB2_SKIPDELETED=
as follows:#db2set DB2_SKIPINSERTED=
#db2set DB2_SKIPDELETED=
rem FOR DB2 versions prior to 9.7, the following settings are required:
rem db2set DB2_SKIPINSERTED=ON
rem db2set DB2_SKIPDELETED=ON
rem FOR DB2 versions prior to 9.7, the following settings are required:
db2set DB2_SKIPINSERTED=ON
db2set DB2_SKIPDELETED=ON
db2set DB2_SKIPINSERTED=
db2set DB2_SKIPDELETED=
as follows:rem db2set DB2_SKIPINSERTED=
rem db2set DB2_SKIPDELETED=