It's all about the answers!

Ask a question

Migration from IP to logical name


Sylvain LEQUEUX (2132728) | asked Nov 19 '10, 4:29 a.m.
Hi,

We are using RTC 2.0.0.2. I was using the IP address in the public URI root.

The problem was, when linking to an other Jazz server (RRC and RQM are used in the project), we need to log each time we change from a jazz server to another (creating an RTC defect from RQM for example).

We decided to set logical names for servers (so we could access to rtc with https://rtc:9443/jazz in place of https://x.x.x.x:9443/jazz). When we changed the public URI root, all the link in the other server are still pointing to an address with the IP of the server.

The library contains the following article : http://jazz.net/library/article/193.
The "Example 3" seems to fit our needs. I have some questions about it.

How does it work ?
Where do we put the XML file ?
It is said that it work with RTC, but does it work with RRC and RQM ?

2 answers



permanent link
Patrick Streule (4.9k21) | answered Nov 19 '10, 5:23 a.m.
JAZZ DEVELOPER
We are using RTC 2.0.0.2. I was using the IP address in the public URI
root.

The problem was, when linking to an other Jazz server (RRC and RQM are
used in the project), we need to log each time we change from a jazz
server to another (creating an RTC defect from RQM for example).

We decided to set logical names for servers (so we could access to rtc
with https://rtc:9443/jazz in place of https://x.x.x.x:9443/jazz).
When we changed the public URI root, all the link in the other server
are still pointing to an address with the IP of the server.

The library contains the following article :
http://jazz.net/library/article/193.
The "Example 3" seems to fit our needs. I have some
questions about it.

How does it work ?
Where do we put the XML file ?
It is said that it work with RTC, but does it work with RRC and RQM ?

The tool described handles textual content in attributes (e.g.
description etc.), but not the link items themselves.

For RTC 3.0, repotools supports the action that you are looking for

../repotools-jazz.sh -modifyLinkURIs
linkTypeId=com.ibm.team.workitem.linktype.relatedChangeManagement
find=https://x.x.x.x:9443/jazz
replace=https://rtc:9443/ccm

(Techtip is about to be published)

This action works with RTC, but wouldn't cover RQM and RRC.

--
Regards,
Patrick
RTC Work Item Component Lead

permanent link
Sylvain LEQUEUX (2132728) | answered Nov 19 '10, 5:36 a.m.
Thanks for reply.

We are not using RTC 3.0 for now. I need to migrate from and to RTC 2.0.0.2.

Is there a recommanded solution to do this action in RTC (2.0.0.2), RRC (2.0.0.2) and RQM (2.0.1) ?

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.