Creating the Microsoft SQL Server database
To create a WSRR database manually, you must edit and run the scripts that come with the WebSphere® Service Registry and Repository. This topic tells you how to edit and run scripts associated with the SQL Server database.
Before you begin
You must create the database using the UTF-8 code set. No other code sets will function correctly.
Before you run the scripts to create the databases, you must first install the stored procedures for Java transaction API (see Installing stored procedures for Java Transaction API).About this task
WSRR can be configured using up to three databases:
- WSRR
- Activity logging
- Service integration bus
Note: WebSphere Service Registry and Repository databases must use the UTF-8 code page, have transactionality (XA) support, and be case sensitive.
Use the following values in the instructions on this page:
Value | Description |
$ACTDB_NAME | Activity logging database name. |
$ACTDB_SCHEMA | Activity logging database schema. |
$ACTDB_USER | Activity logging database user ID. |
$DB_NAME | WSRR database name. |
$DB_SCHEMA | WSRR database schema. |
$DB_USER | User in the MSSQL database. |
$SQLSERVERPATH | The MSSQL Server installation directory |
$SIBDB_NAME | Service integration bus database name. |
$SIBDB_SCHEMA | Service integration bus database schema. |
$SIBDB_USER | Service integration bus database user ID. |
$SQLPATH | Path to the SQL files, for example: install_root/WSRR/dbscripts/sqlserver. |