RRC and RQM - share same JAZZ database?
I would like to set up RQM and RRC on separate application servers, using the same back-end database. Can both products use the same jazz database? Is there anything special I need to be aware of or keep in mind?
Couldn't seem to find any information on this type of setup. |
5 answers
Each product installation will create its own database instance on your database server, and integrations between the products will be handled by OSLC interfaces .
|
Here are some draft instructions on how to setup the C/ALM products
https://jazz.net/wiki/bin/view/Main/CALMSmokeInstall |
Each product installation will create its own database instance on your database server, and integrations between the products will be handled by OSLC interfaces . Just to confirm, does this mean that when running the SQL script to create the database, I should run CREATE DATABASE RQM for the RQM data, and then CREATE DATABASE RRC for the RRC data instead of CREATE DATABASE JAZZ as the instructions dictate? |
Just to confirm, does this mean that when running the SQL script to create the database, I should run CREATE DATABASE RQM for the RQM data, and then CREATE DATABASE RRC for the RRC data instead of CREATE DATABASE JAZZ as the instructions dictate? Yes, that would be my recommendation. Could you direct me to where you got the instructions you are quoting because the draft I have for these instructions does indicate to name the database 'rrc'. I want to be sure we're providing the most accurate and up-to-date instructions. |
Yes, that would be my recommendation. Could you direct me to where you got the instructions you are quoting because the draft I have for these instructions does indicate to name the database 'rrc'. I want to be sure we're providing the most accurate and up-to-date instructions. Actually, the RRC documentation I found for 2.0 doesn't have instructions for installing the database on a SQL Server though it is now supported: https://publib.boulder.ibm.com/infocenter/rpcmpose/v2r0/topic/com.ibm.rational.rrc.install_upgrade.doc/topics/t_setup_database.html So I was following the RQM 2.0 documentation for SQL Server, which says to create a database called JAZZ: http://publib.boulder.ibm.com/infocenter/rqmhelp/v2r0/topic/com.ibm.rational.test.qm.install.doc/topics/t_s_server_installation_setup_sql.html Neither set of documentation really seems to address co-location of the databases that I could find, which is what caused me to originally ask the question. Thanks for the clarification. |
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.