RTC synchronization rules between prod and test environments
3 answers
Hi Michael,
I am not aware that that is possible. I don't think there is a RTC to RTC synchronizer.
Can you elaborate on the requirements? I am not sure what you mean with test environment. If it would be an RTC test environment you could potentially use CSV export/import to get some useful data into the test environment. Another way would be to recreate the environment from backups. Please be aware that the test environment in this case would have to be isolated because the URL's of both systems would be the same.
I am not aware that that is possible. I don't think there is a RTC to RTC synchronizer.
Can you elaborate on the requirements? I am not sure what you mean with test environment. If it would be an RTC test environment you could potentially use CSV export/import to get some useful data into the test environment. Another way would be to recreate the environment from backups. Please be aware that the test environment in this case would have to be isolated because the URL's of both systems would be the same.
Hi Michael,
I am not aware that that is possible. I don't think there is a RTC to RTC synchronizer.
Can you elaborate on the requirements? I am not sure what you mean with test environment. If it would be an RTC test environment you could potentially use CSV export/import to get some useful data into the test environment. Another way would be to recreate the environment from backups. Please be aware that the test environment in this case would have to be isolated because the URL's of both systems would be the same.
Hi Ralph - The requirements are simple in the fact that all I am looking to do is easily sync two environments, one being the live production environment and the other being a test environment. I know that the synchronizer isn't meant for RTC --> RTC communication, but if it can be used to keep even a daily sync of work items over to our test environment that would be helpful. We used a repotools export/import to migrate the bulk of data over, but we still would like more relevant work item information going forward and if there is an automated way (with the synchronizer) of completing this task I would like to utilize it.
The CQ Synchronizer is based on the Item Synchronizer, which uses an
Item Manager to synchronize work items in RTC with that Item Manager. So
you'd need to write an Item Manager for RTC to get an RTC/RTC
Synchronizer. That is not something in-plan for RTC, but the source
code for the Item Manager is part of the RTC SDK, so one could try to
write it oneself.
Cheers,
Geoff
On 8/8/2011 8:53 AM, mmancini wrote:
Item Manager to synchronize work items in RTC with that Item Manager. So
you'd need to write an Item Manager for RTC to get an RTC/RTC
Synchronizer. That is not something in-plan for RTC, but the source
code for the Item Manager is part of the RTC SDK, so one could try to
write it oneself.
Cheers,
Geoff
On 8/8/2011 8:53 AM, mmancini wrote:
rschoonwrote:
Hi Michael,
I am not aware that that is possible. I don't think there is a RTC
to RTC synchronizer.
Can you elaborate on the requirements? I am not sure what you mean
with test environment. If it would be an RTC test environment you
could potentially use CSV export/import to get some useful data into
the test environment. Another way would be to recreate the
environment from backups. Please be aware that the test environment
in this case would have to be isolated because the URL's of both
systems would be the same.
Hi Ralph - The requirements are simple in the fact that all I am
looking to do is easily sync two environments, one being the live
production environment and the other being a test environment. I know
that the synchronizer isn't meant for RTC --> RTC communication,
but if it can be used to keep even a daily sync of work items over to
our test environment that would be helpful. We used a repotools
export/import to migrate the bulk of data over, but we still would
like more relevant work item information going forward and if there
is an automated way (with the synchronizer) of completing this task I
would like to utilize it.