How to create my own Database and Tables in Jazz?
Hi, all:
I met a problem with the JazzTalk Example https://jazz.net/wiki/bin/view/Main/JazzTalkWalkthrough , when I executed the step6 to create a database, there was an error: The java class is not found: Files\jazz\client\eclipse.......server.reporsitoryDB.
The VM Arguments : -Dcom.ibm.team.core.tests.repo=local -Dcom.ibm.team.repository.db.jdbc.location=${target_home}/../../server/reporsitoryDB
Has anybody known this?
And I see someone use JFS to create Database and Tables, so I want to know the difference between JFS and EMF? Which is a better way to manage our own database in jazz?
Thanks!~
I met a problem with the JazzTalk Example https://jazz.net/wiki/bin/view/Main/JazzTalkWalkthrough , when I executed the step6 to create a database, there was an error: The java class is not found: Files\jazz\client\eclipse.......server.reporsitoryDB.
The VM Arguments : -Dcom.ibm.team.core.tests.repo=local -Dcom.ibm.team.repository.db.jdbc.location=${target_home}/../../server/reporsitoryDB
Has anybody known this?
And I see someone use JFS to create Database and Tables, so I want to know the difference between JFS and EMF? Which is a better way to manage our own database in jazz?
Thanks!~
One answer
repotools -createTables should be all you need.
Pls read: http://publib.boulder.ibm.com/infocenter/rtc/v1r0m0/index.jsp?topic=/com.ibm.team.install.doc/topics/t_s_server_create_table_spaces.html
Pls read: http://publib.boulder.ibm.com/infocenter/rtc/v1r0m0/index.jsp?topic=/com.ibm.team.install.doc/topics/t_s_server_create_table_spaces.html