RPE traceability from RQM to DNG for CLM 6.0.3 with Configuration Management enabled?
Hello,
One answer
Looks like you're not including the oslc_config_context parameter (see https://jazz.net/wiki/bin/view/Main/RqmOslcQmV2Api#oslc_config_context). That said, this should not cause an authentication issue. The OSLC QM API does use oAuth. Where you able to run an OSLC query when CM is disabled?
Comments
@Paul, Within RPE, one could set configuration (local or global) with Configuration-context parameter (mostly header) for the data source URL. RPE UI supports picking the configuration using config picker delegated UI. I'm not sure how configuration version is set. Is it the olsc_config parameter appended to the data source URL? If yes, this oslc_config information needs to be used for the DNG OSLC/REST URL as well.
Hi Kumar, yes, the configuration context (oslc_config_context parameter - see https://jazz.net/wiki/bin/view/Main/RqmOslcQmV2Api#oslc_config_context and https://jazz.net/wiki/bin/view/Main/RqmApi#oslc_config_context) is appended to the request URL. I would assume it's required for the DNG REST requests.
That said, this appears to be more of an authentication issue. Are you able to make the requests using an external HTTP client (e.g. Poster)?
Comments
Kumaraswamy Gowda
Dec 06 '17, 5:36 a.m.Hi Oana,
You don't have to go through the route of OSLC request to get requirements. You could either directly use OSLC URL along with pox profile header (https://rpeactual.com/2016/07/03/oslc-api-and-pox-profile-simplifies-clm-traceability/).... or convert OSLC URL into REST URL using javascript (from /rm/resources/1234 to /rm/publish/<text><resource>?resouorceURI=1234 (See https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI#Reporting_contexts).
This might still result in authentication issue. That is something we'll continue discussing here.
Thanks,
Kumar
Paul Slauenwhite
FORUM MODERATOR / JAZZ DEVELOPER Dec 06 '17, 6:26 a.m.Oana, please see https://jazz.net/wiki/bin/view/Main/RqmOslcQmV2Api#Plain_Old_XML_POX_Profile_Reques.