It's all about the answers!

Ask a question

After RTC is upgraded from 6.0.6 to 6.0.6.1, obtained rtc_cm:state through OSLC return 500 code


DAVID GUO (35412) | asked Aug 14 '20, 8:08 a.m.

 When we are in RTC 6.0.6 ifix015, we can use the OSLC protocol to access through the following URL to return the status of the workitem (<dc:title>New</dc:title>, this New is the literal value of the status)
GET https://clmserver/ccm/oslc/workitems/123456/rtc_cm:state

The returned message is as follows:
<rtc_cm:Status rdf:about="https://clmserver/ccm/oslc/workflows/_HdsP8BTFEeqpBb4-kiZcxw/states/com.ibm.team.workitem.defectWorkflow/com.abcdefg.team.workitem.workflow.dft.state .s1">
<dc:identifier>com.abcdefg.team.workitem.workflow.dft.state.s1</dc:identifier>
<dc:title>New</dc:title>
<rtc_cm:iconUrl>
https://clmserver/ccm/service/com.ibm.team.workitem.common.internal.model.IImageContentService/processattachment/_HdsP8BTFEeqpBb4-kiZcxw/workflow/new.gif
</rtc_cm:iconUrl>
<rtc_cm:group>open</rtc_cm:group>
</rtc_cm:Status>

But after upgrading to 6.0.6.1 ifix011, the same method returned a code of 500. as follows:

<oslc_cm:error>
<oslc_cm:status>500</oslc_cm:status>
<oslc_cm:message/>
</oslc_cm:error>


The same problem, there is rtc_cm:resolution attribute.

Is the related API interface changed in V6.0.6.1 and is no longer compatible with the original calling method?

One answer



permanent link
Luis Peregrina (18114) | answered Aug 14 '20, 4:54 p.m.
JAZZ DEVELOPER

 Hello David, most likely there is going to be a problem in the server, as OSLC is an API, and 500 means there is a problem in the server not the request. Check your ccm.log to see if its something simple that can be easily corrected, if not, then please contact support.

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.