Migrating project form one RTC instance to another RTC instance.
we are having two diffrent RTC instance on diffrent servers and we need to migrate one from with complete history form one RTC to another one as due ho high heap utilization on servers. is there any way to migrate it from with History? |
2 answers
wow, is it really 10 years later ?
as a contractor i wrote a project copy tool including scm data from 3.x to 4.x
another team member did the work item migration part.
we stored the source system work item number as a link in the new system work item.
we kept the old system readonly for a year as i recall
good times
Sam
|
Ralph Schoon (63.6k●3●36●46)
| answered Aug 15, 2:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Yes, miss those good times. I know you guys and others e.g. IBM internal, myself and others have coded up ways to export, massage and import data.
|
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.
Comments
If you have performance issues, I would suggest to contact IBM support.
Unfortunately, as far as I am aware, there is no such capability out of the box. There is no feature that would copy a project area over to another server, preserving history.
There is no built in feature to recreate a project area based on an existing one. It would be possible to write tools like this using the APIs. IBM Service might have something.
You can use Work Item export/import (e.g. using WCL), but you will loose history.
You could use the distributed SCM feature of EWM to bring the source code SCM data over and preserve history.
This is my current state. I post as a comment. Maybe someone else has better answers.
Hi Ralph, Thanks for the esponse
Please note, the user Rick Williams below is spamming to create some kind of credibility. Ignore the content.
You can only export a complete CCM repository, but that does not allow to split the servers. You can use Distributed SCM to migrate data over. You can also use https://jazz.net/wiki/bin/view/Deployment/MovingAComponentToANewServer to move an SCM component to another server.
For work item history is not possible to keep the history. Also build related result data can not be kept, as far as I can tell.
Hi Ralph can you please let me know how can I export project templete with all users and access roles.
You can't, as mentioned. It is possible to use the API to recreate that information, but that is obviously not for free.