A Rest query for requirements management not working in CLM 6.0.1
I am trying the following query on CLM 6.0.1 https://owc-development.us.dst.ibm.com:9443/rm/publish/resources?viewURI= _U4KzkdVREeWGbfMRcgkKrg.
I have also tried it with the vvc.configuration parameter but the query is not returning HTTP response 200. Rather it is throwing the following exception- Exception in thread "main" java.lang.IllegalArgumentException at java.net.URI.create(Unknown Source) at org.apache.http.client.methods.HttpGet.<init>(HttpGet.java:69) at com.tut.data.RRCConnector.printResource(RRCConnector.java:1492) at com.tut.data.CallRRC.getRRCObject(CallRRC.java:38) at com.tut.data.CallRRC.main(CallRRC.java:286) Caused by: java.net.URISyntaxException: Illegal character in query at index 73: https://owc-development.us.dst.ibm.com:9443/rm/publish/resources?viewURI= _U4KzkdVREeWGbfMRcgkKrg |
2 answers
Hi, Can you try by using oslc_config.context instead of vvc.configuration ?
|
Is there a space between the "viewURI=" parameter and the UUID for the view in question? Could you try removing the space and retrying the operation?
|
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.