It's all about the answers!

Ask a question

configure a connection to a new repository in RRC


Saran Kathirvelu (36911) | asked Dec 10 '10, 3:25 p.m.
I'm trying to configure a connection to a new repository in RRC (i.e., I have an existing repository and now i'm trying to add a new one). When i use "https://myhostname:9443/rdm/" in New Repository URL link, I'm getting the following error message "A repository connection with the URL https://myhostname:9443/rdm/ already exists". What should i do to fix this issue?

One answer



permanent link
Robin Bater (3.4k47) | answered Dec 11 '10, 11:48 a.m.
JAZZ DEVELOPER
I'm trying to configure a connection to a new repository in RRC (i.e., I have an existing repository and now i'm trying to add a new one). When i use "https://myhostname:9443/rdm/" in New Repository URL link, I'm getting the following error message "A repository connection with the URL https://myhostname:9443/rdm/ already exists". What should i do to fix this issue?



Are both server repositories running on the same machine? If so the port number needs to be different, as the host name aliases if different resolve to the same machine, for example

https://Server-1.ibm.com:9443/rdm/
https://Server-2.ibm.com:9443/rdm/

Will only work if the servers are running on different physical machines. If you want them to run on the same machine then something like this is needed

https://Server-1.ibm.com:9443/rdm/
https://Server-2.ibm.com:9444/rdm/

If this the problem, and the server repository is running on the same machine, there are some instructions on this wiki page for configuring different port numbers. A little old but should still work for RRC 2.x

https://jazz.net/wiki/bin/view/Main/CALMSmokeInstall

If this is not the problem then from the RRC Client, open the Project Explorer from the left hand sidebar and ensure that there is not already a repository of that name in the explorer.

I hope this helps.

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.