Migration RRC project areas from 3.0RC1 to 3.0.1RC2.
We have made an installation of Rational Requirements Composer 3.0 RC1 and started making project areas to try it out.
Now that RC2 has been released I was asked to upgrade the test installation. That means having to remove the RC1 installation and install a new RC2, and migrate the databases. I can not find any complete documentation to do this. I have found quite good information about getting the RTC and RQM project areas migrated. Basically all that is needed is that the repotools-jts.bat -export toFile=jts.tar And in new installation: repotools-jts.bat -import fromFile=jts.tar Starting new server, it right away finds the RTC and RQM project areas. But the jts gives the error that the RM application can not be reached/is offline. The admin application does not work either. I have tried rerunning server setup at this point, and to reregister rm and admin application. That does not work. Setup will fail at the rm step, suggesting that I'm trying to configure storage when it is already configured. Now to the question: What steps are needed to also get the rm and admin applications migrated and running? They dont have With pure experimentation I have found that copying the entire directories But as I'm just experimentating here I dont now if this kind of migration is stable. For example under registred applications in jts, rm shows up being of version RC1 and not RC2 which makes me suspicious of this method, although everything seems to be in order when creating artifacts in the project area. Does anyone know of any other way to do this? Regards/Gabriel |
3 answers
Thank you!
I will try that out. I did try to keep the same database (using DB2) but that did not work. I dont remember all details but I got some error message saying the database was version 24 and the application needed version 25. Then I did a repotools export/import and it was fine afterwards. |
FYI. That message would be solved by using step number 5 I listed (i.e. using repotools-jts.bat -addTables). This is required when migrating to a newer build while maintaining the same database. Keep in mind its worth doing repotools-jts.bat -export first to back up your data in-case something goes wrong...
Thank you! |
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.