repotools -createTables to create tables for a new plugin
Hi,
I need to install an update site in RTC 2002. The plugins also require tables that should be created.
What steps I should follow to have the plugins installed + tables created.
I tried:
I created a provision profile ini file and added the update site.
Then I ran repotools -clean -createTables
Is that sufficient or should I follow additional steps?
Thanks
I need to install an update site in RTC 2002. The plugins also require tables that should be created.
What steps I should follow to have the plugins installed + tables created.
I tried:
I created a provision profile ini file and added the update site.
Then I ran repotools -clean -createTables
Is that sufficient or should I follow additional steps?
Thanks
One answer
Assume you have followed the example here implementing createTableDescriptors()
https://jazz.net/wiki/bin/view/Main/DataWarehouseExtending
the answer is yes - run ./repotools -clean -addTable and make sure you see this:
" Adding tables to the database "//dbserver:user=xxxxxxxx;password=xxxxxxxx;".
"
start your server back up and go to Reports tab and click on "Administer Data Warehouse". From the snapshot drop-down list, select your snapshot and click on "List All Tables", you should see your table showing up. If not, go to
https://jazz-server:9443/jazz/admin?internal=true#action=com.ibm.team.repository.admin.serverReset
and request a server reset and restart your jazz server and the snapshot and table should show up this time.
https://jazz.net/wiki/bin/view/Main/DataWarehouseExtending
the answer is yes - run ./repotools -clean -addTable and make sure you see this:
" Adding tables to the database "//dbserver:user=xxxxxxxx;password=xxxxxxxx;".
"
start your server back up and go to Reports tab and click on "Administer Data Warehouse". From the snapshot drop-down list, select your snapshot and click on "List All Tables", you should see your table showing up. If not, go to
https://jazz-server:9443/jazz/admin?internal=true#action=com.ibm.team.repository.admin.serverReset
and request a server reset and restart your jazz server and the snapshot and table should show up this time.