Unable to add RQM 3.0.1 schema using RPE 1.1.2.2
The IT folks at my company have set up a sandbox RQM 3.0.1 project for me to play around in. I've been accessing that RQM project through the web interface.
I have experience writing RPE templates, and I have RPE 1.1.2.2 Eclipse-based client installed on my Windows 7 computer. I would like to experiment with writing an RPE template that pulls data from the RQM project. However, I'm having problems adding the schema in RPE. I tried the schema discovery feature, and couldn't get it to work. I then scoured Google and found several different potential schema URIs, which I tried adding manually using the Add Data Source Schema wizard, but none of them worked.
Can anyone tell me how to add the RQM 3.0.1 schema to RPE?
Thanks,
Joe
I have experience writing RPE templates, and I have RPE 1.1.2.2 Eclipse-based client installed on my Windows 7 computer. I would like to experiment with writing an RPE template that pulls data from the RQM project. However, I'm having problems adding the schema in RPE. I tried the schema discovery feature, and couldn't get it to work. I then scoured Google and found several different potential schema URIs, which I tried adding manually using the Add Data Source Schema wizard, but none of them worked.
Can anyone tell me how to add the RQM 3.0.1 schema to RPE?
Thanks,
Joe
Accepted answer
Hi Joe,
did you try the following URL:
https://<host>:<port>/<qmcontextroot>/service/com.ibm.rqm.integration.service.IIntegrationService/schema/qm.xsd ?
Adding that complete list of available schemas could be found here.
Also adding that information like the one above is concentrated in a map I share with the community :
https://sleroyblog.wordpress.com/2011/09/21/reporting/
Regards,
Stéphane
did you try the following URL:
https://<host>:<port>/<qmcontextroot>/service/com.ibm.rqm.integration.service.IIntegrationService/schema/qm.xsd ?
Adding that complete list of available schemas could be found here.
Also adding that information like the one above is concentrated in a map I share with the community :
https://sleroyblog.wordpress.com/2011/09/21/reporting/
Regards,
Stéphane
Comments
That worked, thanks!
Two follow-up questions...
1) Will this same schema work for version 4.0.1?
2) What is the URI that I need to put in the .dsx file to get an instance of the schema to query?
1) Schema is often updated with new versions coming. The relevant information to be aware of are located in this wiki "Api Compatibility" section.
Additionally, if upgrading your RPE to 1.2 level :
you'd like to consider this traceability matrix : http://pic.dhe.ibm.com/infocenter/rpehelp/v1r2/index.jsp?re=1&topic=/com.ibm.rational.pe.troubleshooting.doc/topics/c_compatibility.html&scope=null
2) Does this article give you a clue ?
Thanks, that's helpful.