It's all about the answers!

Ask a question

Move RQM Database


Christine Makasy (731123) | asked Jun 24 '15, 6:36 a.m.
Due to a re-organization of the infrastructure the RQM database should be moved.
The used database is Oracle and the application is running on WAS.

Which configuration for the RQM application needs to done after the move has performed?

Many thanks in advance?

Accepted answer


permanent link
Ralph Schoon (63.5k33646) | answered Jun 24 '15, 6:50 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Link in all jazz applications, the database connection is in the teamserver.properties file in serverInstallFolder/ccm/qm.
You have to adjust that to point to the new database after is is moved. I assume the server is down while you move the DB.
Christine Makasy selected this answer as the correct answer

Comments
Christine Makasy commented Jun 24 '15, 7:06 a.m.

That means, that I have to edit the following line line in the teamserver.properties for qm only, all other applications remain where they are.
Here I need to set the absolute path to the new database instance. Right?
com.ibm.team.repository.db.jdbc.location=conf/qm/derby/repositoryDB


Ralph Schoon commented Jun 24 '15, 7:18 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Yes. Note that there are more entries like com.ibm.team.repository.db.jdbc.* in there and the format is different for different DB's. Your example above is derby. For Oracle that will look different.

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.