セットアップ・ウィザードの実行は、データベース接続を構成し、データベース表を作成するための推奨方法です。 この手順を手動で実行する場合は、SQL Server データベース接続をセットアップするために teamserver.properties ファイルを編集し、データベース表を作成するための -createTables コマンドを実行します。
手順
- アプリケーションごとに、別個の teamserver.properties を開いて変更します。
これらのファイルは、<JazzInstallDir>/server/conf ディレクトリー内の独自のディレクトリー (jts、relm、および vvc) にあります。 それぞれの teamserver.properties ファイルを開いて、データベースと接続の詳細を指定します。
- Derby 構成の下にある以下の各行の前に番号記号「#」を入力し、行をコメント化します。以下は、JTS の teamserver.properties ファイルの例です。
# com.ibm.team.repository.db.vendor = DERBY
# com.ibm.team.repository.db.jdbc.location=conf/jts/derby/repositoryDB
- SQL Server 構成の下にある以下の各行の前の番号記号「#」を削除し、行のコメントを外します。
com.ibm.team.repository.db.vendor = SQLSERVER
com.ibm.team.repository.db.jdbc.location=//localhost:1433;databaseName=jazz;user=jazzDBuser;password={password}
com.ibm.team.repository.db.jdbc.password=jazzDBpswd
- com.ibm.team.repository.db.jdbc.location および com.ibm.team.datawarehouse.db.jdbc.location プロパティー内の以下の値を編集します。
注: com.ibm.team.repository.db.jdbc.location および com.ibm.team.datawarehouse.db.jdbc.location プロパティーの password={password} テキストは変更しないでください。
- com.ibm.team.repository.db.jdbc.password および com.ibm.team.datawarehouse.db.jdbc.password プロパティーでユーザー・パスワードを指定します。
- com.ibm.team.fulltext.indexLocation=conf/jts/indices/workitemindex 行の値を、全文検索索引の絶対パス・ロケーションに変更します。 例えば、com.ibm.team.fulltext.indexLocation=c:/Progra~1/IBM/JazzTeamServer/server/conf/jts/indices/workitemindex のように入力します。
- com.ibm.team.jfs.index.root.directory=indices 行の値を、Jazz Foundation サービス索引ルート・ディレクトリーの絶対パス・ロケーションに変更します。 例えば、com.ibm.team.jfs.index.root.directory=c:/Progra~1/IBM/JazzTeamServer/server/conf/jts/indices のように入力します。
- 各データベースが作成されたら、repotools コマンドを実行してデータベース表を作成する必要があります。
重要: 新規インストールの場合 のみ、createTables コマンドを実行してください。
- Jazz Team Server 用のデータベース表を作成するには、JazzInstallDir/server ディレクトリーに移動して以下のコマンドを実行します。
repotools-jts -createTables
- Rational Engineering Lifecycle
Manager アプリケーション用のデータベース表を作成するには、RELMInstallDir/server ディレクトリーに移動して以下のコマンドを実行します。
repotools-relm -createTables
- 「構成管理」アプリケーション用のデータベース表を作成するには、VVCInstallDir/server ディレクトリーに移動して以下のコマンドを実行します。
repotools-vvc -createTables