It's all about the answers!

Ask a question

repotools -createTables to create tables for a new plugin


Shlomit Shachor (361210) | asked Sep 07 '10, 2:28 p.m.
JAZZ DEVELOPER
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

One answer



permanent link
Clement Liu (1.5k54249) | answered Oct 02 '10, 9:29 p.m.
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.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.