It's all about the answers!

Ask a question

Download .rdf file when logging into jazz


CAROLINE OLVIEIRA (112) | asked Jan 04 '23, 8:43 a.m.

Automatic download of proxy.rdf file


Generated a file with the following content:
<?xml version="1.0"?>
<rdf:RDF
    xmlns:dc="http://purl.org/dc/terms/"
    xmlns:j.1="http://jazz.net/ns/ui#">
  <j.1:HomeMenu>
    <dc:publisher>/rm</dc:publisher>
    <jd:service rdf:resource="https://xxxxx.intranet/rm/oslc_rm/home-menu"/>
    <j.1:menuSection rdf:resource="http://jazz.net/ns/ui/menuSection#project"/>
    <j.0:publisher rdf:resource="https://xxxx.intranet/rm/application-about"/>
  </j.1:HomeMenu>
  <j.1:HomeMenu>
    <dc:publisher>xxxxxs.intranet/jts</dc:publisher>
    <jd:service rdf:resource="https://xxxx.intranet/jts/home-menu-dashboard"/>
    <j.1:menuSection rdf:resource="http://jazz.net/ns/ui/menuSection#dashboard"/>
    <j.0:publisher rdf:resource="https://xxxxxs.intranet/jts/application-about"/>
  </j.1:HomeMenu>
  <j.1:HomeMenu>
    <dc:publisher>/gc</dc:publisher>
    <jd:service rdf:resource="https:/xxxx.intranet/gc/gc-home"/>
    <j.1:menuSection rdf:resource="http://jazz.net/ns/ui/menuSection#project"/>
    <j.0:publisher rdf:resource="https://xros.intranet/gc/application-about"/>
  </j.1:HomeMenu>
  <j.1:HomeMenu>
    <dc:publisher>/dcc</dc:publisher>
    <jd:service rdf:resource="https://xxxx.intranet/dcc/home-menu-dcc"/>
    <j.0:publisher rdf:resource="https://xxxx.intranet/dcc/application-about"/>
  </j.1:HomeMenu>
  <j.1:HomeMenu>
    <dc:publisher>/ccm</dc:publisher>
    <jd:service rdf:resource="https://xxxs.intranet/ccm/home-menu-project"/>
    <j.1:menuSection rdf:resource="http://jazz.net/ns/ui/menuSection#project"/>
    <j.0:publisher rdf:resource="https://xxxxs.intranet/ccm/application-about"/>
  </j.1:HomeMenu>
  <j.1:HomeMenu>
    <dc:publisher>/qm</dc:publisher>
    <j.1:menuSection rdf:resource="http://jazz.net/ns/ui/menuSection#project"/>
    <j.0:publisher rdf:resource="https://xxxx.intranet/qm/application-about"/>
    <j.1:defaultIcon rdf:resource="https:/xxxx.intranet/qm/web/com.ibm.rqm.planning.web/ui/internal/page/templates/images/banner/RQM_16.png"/>
  </j.1:HomeMenu>
  <j.1:HomeMenu>
    <dc:publisher>/lqe</dc:publisher>
    <jd:service rdf:resource="https://xxxos.intranet/lqe/home-menu"/>
    <j.1:menuSection rdf:resource="http://jazz.net/ns/ui/menuSection#related"/>
    <j.1:defaultIcon rdf:resource="httpsxxxeguros.intranet/lqe/resources/images/LQE_bann16.png"/>
    <j.0:publisher rdf:resource="https://xxxuros.intranet/lqe/application-about"/>
  </j.1:HomeMenu>
  <j.1:HomeMenu>
    <dc:publisher>/rs</dc:publisher>
    <jd:service rdf:resource="https://cxxxuros.intranet/rs/home-menu"/>
    <j.1:menuSection rdf:resource="http://jazz.net/ns/ui/menuSection#related"/>
    <j.0:publisher rdf:resource="https://x.intranet/rs/application-about"/>
  </j.1:HomeMenu>
</rdf:RDF>


Why is this file is generated? 

Jazz Foundation - Core Libraries 6.0.6.1 (RJF-SERVER-I20190326-1717)
Version: IBM J9 VM 1.8.0




Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered Jan 04 '23, 9:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Jan 04 '23, 9:42 a.m.
The document you download is the rootservices (most likely) with the URI https://elm.example.com:9443/ccm/rootservices. It certainly looks as if. If it is called proxy.rdf, this might be related to a reverse proxy in front of the CCM server. I do not know. Maybe you use Jazz Authorization Server and this a result of the wrong URI - see 1. below. 

 For all I can tell, the URL you are trying to use is not a valid URI for a work item. 

1. You should not ever have this part in the URI : https://elm.example.com:9443/ccm/auth/authrequired this is a redirect to an authentication page. If I construct such a URI I get the error "Invalid path to authentication servlet.: /" which is a normal error I have seen often. I am not sure why you get redirected to the rootservices document.

You should use a valid URI (see 2.) and, in case you are not logged in, you would be redirected to the authentication and back to the original URI after that succeeded.

2. A correct URL for a work item would look like https://elm.example.com:9443/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/90 . You get this by getting the Link address on the Icon of the work item in the web UI. 

3. I know that a lot of people use the view URIs such as https://elm.example.com:9443/ccm/web/projects/JKE%20Banking%20%28Change%20Management%29#action=com.ibm.team.workitem.viewWorkItem&id=90. Mind the part #action=com.ibm.team.workitem.viewWorkItem. This is the URL for a view action of a work item. This works until the project area name is changed. Please note, that the project area name is part of the URI, which is also missing in the URL you use. 

Please try a valid URI for the work item.

CAROLINE OLVIEIRA selected this answer as the correct answer

Comments
Ralph Schoon commented Jan 04 '23, 9:42 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I added some details. 


Ralph Schoon commented Jan 04 '23, 9:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

PS, to log into an application like the CCM would be to open  

https://elm.example.com:9443/ccm/web/

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.