repotools.sh createTables
Hi
What does this command do ? repotools.sh createTables we were moving the RTC server from win 2003 to Linux. we copied the server/conf and tomcat/conf from win 2003 to linux box During setup we were not able to conect to JDBC and someone from the forumn mention to run the below steps -Set 'DB version checking' to 'false' - Shutdown the server - Run 'repotools.sh -createTables' The repotools.sh script asked to drop and create tables what does it do ? CRJAZ8190E: The fulltext index location property (indexLocation) should point to an absolute directory but is currently set to 'D:/RTC-2.0.0.1-workitem-idex-location' -Thanks Raja |
2 answers
repotools.sh -createTables does more or less the same thing as when you click on 'Create Tables' from the setup page. It uses the information from your teamserver.properties to connect to the database and create db objects.
|
repotools.sh -createTables will delete all the data in the current database and you are at state 0.
So if you already have the data in the database do not run repotools.sh -createTables without contacting IBM support. Always have the backup of the your database before running repotools.sh -createTables so that you can restore if anything goes wrong |
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.