How to filter RQM CategoryTypes in RPE? (WAS: Valuset.value return unreal URI)
RPE - RQM
In Valueset of CategoryType there are two elements:
In Valueset of CategoryType there are two elements:
Key : This work fine and return good Category URI always.
Value: This Return number of URI values Some of them good and Some of them unreal.
"unreal" - when i put the URI in the "DataSorce Configuration" he throw the Error:"None of the known protocols succeeded ".
why and how can i filter it in the RPE ?
why and how can i filter it in the RPE ?
Comments
Paul Slauenwhite
FORUM MODERATOR / JAZZ DEVELOPER Jul 08 '14, 7:40 a.m.Could you provide an example of an 'unreal' value? You can use Poster/HTTPRequester to GET a categoryType resource.
Naor Ben David
Jul 08 '14, 8:08 a.m.it's regular URI that i gave to the Data Source configuration but when i try configure is sometimes failed and sometimes succeed.
Naor Ben David
Jul 08 '14, 8:08 a.m.example for the URI interted the URI filed of the DSconfiguration element :
"https://server1:9443/qm/service/com.ibm.rqm.integration.service.IInt egrationService/resources/PN/category/urn:com.ibm.rqm:category_-G562147354"
Naor Ben David
Jul 08 '14, 8:39 a.m.i thinking it happened because error number 404.
Paul Slauenwhite
FORUM MODERATOR / JAZZ DEVELOPER Jul 08 '14, 8:56 a.m.Does https://server1:9443/qm/service/com.ibm.rqm.integration.service.IInt egrationService/resources/PN/category/urn:com.ibm.rqm:category_-G562147354 exist? That is, can you GET https://server1:9443/qm/service/com.ibm.rqm.integration.service.IInt egrationService/resources/PN/category/urn:com.ibm.rqm:category_-G562147354 using Poster/HTTPRequester?