Unable to connect to Repository Programmatically
RTC repository used is in a different location. Through proxy and firewalls only we connect to the server in remote location. Accessing Repository through Web Browser is working fine. But when we try to access repository programmatically getting following error ===================== Unable to login: CRJAZ1687E Unable to connect to the server with URI https://aa.bbb.ccc.dd:eeee/. This can happen if you have supplied an incorrect URI or if the server is down. ===================== Can you let me know why we are getting this error? |
One answer
Ralph Schoon (63.3k●3●36●46)
| answered Sep 23 '15, 2:12 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The URI you provide is missing the context root e.g. it should look like https://clm.example.com:9443/ccm/ .
Comments Thank you Ralph, I will check the proxy settings and the URI.
Thank you Ralph, I will check the proxy settings and the URI.
Khader Basha
commented Sep 28 '15, 6:16 a.m.
Ralph thank you, now able to connect to the repository. I used URI as mentioned by you. |
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
More information will be needed in this case. But first thing to check is, have you added the proxy setting in your own application?
Thank you Donald, I will check the proxy settings.
Donald thank you, now able to connect to the repository.