Standardmäßig verwendet Jazz Team Server for System z die in der Konfigurationsdatei im Verzeichnis Jazz-Installationsverzeichnis/server/conf/jazz enthaltenen Konfigurationsdaten zur Datenbankverbindung.
# JDBC DB location, specifying this property disables system-based selection # of default location com.ibm.team.repository.db.vendor = DERBY com.ibm.team.repository.db.jdbc.location = repositoryDBSetzen Sie diese Zeilen wie folgt auf Kommentar:
# JDBC DB location, specifying this property disables system-based selection # of default location #com.ibm.team.repository.db.vendor = DERBY #com.ibm.team.repository.db.jdbc.location = repositoryDB
#
# DB2z configuration
#
# Comment out above lines, uncomment the following lines and customize
# example location to use DB2z
#com.ibm.team.repository.db.vendor = db2z
# Location name of the DB2z sub-system.
# ipAddress, ipPort and location be obtained by running the DB2 command -DISPLAY DDF
#com.ibm.team.repository.db.jdbc.location=//ipAddress:ipPort/
#location:fullyMaterializeLobData=false;user=jazzDBuser;password={password};
#com.ibm.team.repository.db.jdbc.password=jazzDBpswd
# DB2z Database name
#com.ibm.team.repository.db.db2.dsn.dbname=JAZZDB
Anmerkung: Möglicherweise sind die
folgenden beiden Eigenschaften in der Datei 'teamserver.properties' enthalten. Diese Eigenschaften sind jedoch nicht erforderlich.
# DB2z Bufferpool name
#com.ibm.team.repository.db.db2.dsn.bufferpool=bpx
# DB2z Storage Group name
#com.ibm.team.repository.db.db2.dsn.stogroup=JAZZSTG
-DSN9 DIS DDF
DSNL080I -DSN9 DSNLTDDF DISPLAY DDF REPORT FOLLOWS: 548
DSNL081I STATUS=STARTD
DSNL082I LOCATION LUNAME GENERICLU
DSNL083I NS32DB NETA.NS32DB -NONE
DSNL084I TCPPORT=3500 SECPORT=3510 RESPORT=3501 IPNAME=-NONE
DSNL085I IPADDR=9.42.81.74
DSNL086I SQL DOMAIN=RALNS32.rtp.raleigh.ibm.com
DSNL086I RESYNC DOMAIN=RALNS32.rtp.raleigh.ibm.com
DSNL099I DSNLTDDF DISPLAY DDF REPORT COMPLETE
com.ibm.team.repository.db.jdbc.location=//ipAddress:ipPort/
location:user=jazzDBuser;password={password};
die Einträge com.ibm.team.repository.db.jdbc.password=jazzDBpswdden Eintrag jazzDBpswd durch das Kennwort für Ihren DB2-Benutzer.
com.ibm.team.repository.db.db2.dsn.dbname=JAZZDBden Eintrag JAZZDB durch den Namen der Datenbank, die Sie erstellt haben.
com.ibm.team.repository.db.schemaPrefix=xxErsetzen Sie xx durch ein Präfix Ihrer Wahl. Diese Aktion ist optional. Sie versetzt Sie in die Lage, mehrere Jazz-Repositorys in einem DB2-Subsystem zu verwenden.