Sorry, your question is not clear. What do you mean by different environment? And do you mean different database vendors? Please explain.
Otherwise, you can have JTS and RM pointing to a specific database server, CCM to it's own specific database server and QM to a specific database server.
These are defined during the JTS set-up process.
Here are the separate topologies that is supported:
We have two environment
1st for testing purpose
2nd for Live works
so by simply doing changes in host file of RTC we are able to manage to point RTC to two different environment accordingly,so both the environments share the same database or each one have there own.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPERJan 06 '14, 3:49 a.m.
This is a statement and still not clear as a question. I am not sure what you want to achieve here and how and what the background of the question is.
If you are asking, if both environments can use the same databases, that is a no. You could use backup of the production system to seed the test system, but you can not point two different servers to the same database for obvious reasons. Actually, RTC will prevent that actively. So if you have set up two separate environments, each environment requires is own set of databases.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPERJan 06 '14, 4:29 a.m.
Please be aware, that you need to isolate the test and production system, in case you use backup/restore to clone the test system. Both systems would use the same public URI and you definitely want to avoid that you get references across these systems. A valid approach is to use a server public URI change (aka server rename). You need to contact support to get a key to do so.
Adding to Ralph on isolating the test and production system, in case you use backup/restore to clone the test system, here is the steps to setup a staging environment:
Yes Ralph totally agree with you,as I am using backup/restore to clone/seed the test system,so using same public URI and that is actually a mess.So need to go for renaming approach
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.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 06 '14, 2:14 a.m.Please explain your question more clearly, I can't understand what you are trying to ask.
Sumant Renukarya
Jan 06 '14, 2:18 a.m.1 vote
Abhinav Mishra
Jan 06 '14, 3:49 a.m.Hi Ralph/Sumant,
We have two environment
1st for testing purpose
2nd for Live works
so by simply doing changes in host file of RTC we are able to manage to point RTC to two different environment accordingly,so both the environments share the same database or each one have there own.
Many Thanks
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 06 '14, 3:49 a.m.This is a statement and still not clear as a question. I am not sure what you want to achieve here and how and what the background of the question is.
If you are asking, if both environments can use the same databases, that is a no. You could use backup of the production system to seed the test system, but you can not point two different servers to the same database for obvious reasons. Actually, RTC will prevent that actively. So if you have set up two separate environments, each environment requires is own set of databases.
2 votes
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 06 '14, 4:29 a.m.Please be aware, that you need to isolate the test and production system, in case you use backup/restore to clone the test system. Both systems would use the same public URI and you definitely want to avoid that you get references across these systems. A valid approach is to use a server public URI change (aka server rename). You need to contact support to get a key to do so.
1 vote
Sumant Renukarya
Jan 06 '14, 4:34 a.m.Adding to Ralph on isolating the test and production system, in case you use backup/restore to clone the test system, here is the steps to setup a staging environment:
1 vote
Abhinav Mishra
Jan 06 '14, 4:36 a.m.Yes Ralph totally agree with you,as I am using backup/restore to clone/seed the test system,so using same public URI and that is actually a mess.So need to go for renaming approach
Thanks for your valuable suggestion.
Abhinav Mishra
Jan 06 '14, 4:40 a.m.Thanks Sumant